]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't #define __STDC__ against the compiler's will.
[wget] / src / ChangeLog
index 8d3090554ec53cc4d65cf28900bee3e129ba4634..22fd418dba172bed753b3a3328463d9722989451 100644 (file)
@@ -1,3 +1,22 @@
+2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * log.c: Don't #undef WGET_USE_STDARG.
+
+2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * hash.c (prime_size): Store the offset of the prime number in the
+       prime table.  When searching, start with the given offset.
+       (hash_table_new): Pass the pointer to ht->prime_offset to
+       prime_size.
+       (grow_hash_table): Ditto.
+       (prime_size): Make 13 the first prime to make empty hash tables
+       slightly smaller.
+
+2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
+
+       * recur.c (download_child_p): Minor optimization to avoid an
+       unnecessary additional call to schemes_are_similar_p function.
+
 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
 
        * url.c (schemes_are_similar_p): New function to test enumerated