]> sjero.net Git - wget/history - src/hash.c
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
[wget] / src / hash.c
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-10 hniksic[svn] Make the first argument to hash_table_new a minim...
2003-10-09 hniksic[svn] Add const declarations to hash-table functions.
2003-09-22 hniksic[svn] If hash/test functions aren't given, default...
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-18 hniksic[svn] Minor optimization of prime_size.
2002-04-11 hniksic[svn] Allow Wget to be compiled with a K&R compiler.
2001-11-17 hniksic[svn] Minor doc addition.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-14 hniksic[svn] Improve performance of grow_hash_table.
2001-04-13 hniksic[svn] Commit various hash table changes:
2001-04-08 hniksic[svn] New function hash_table_count.
2001-04-06 hniksic[svn] Include string.h.
2001-03-31 hniksic[svn] Undef xmalloc and friends before redefining them...
2000-11-22 hniksic[svn] Make sure xfree is #define'd in standalone mode...
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-21 hniksic[svn] Commit hash table bugfix.
2000-11-21 hniksic[svn] Remove stray debugging statement.
2000-11-21 hniksic[svn] Committed a bunch of different tweaks of mine.
2000-11-19 hniksic[svn] A bunch of new features: