]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't #define __STDC__ against the compiler's will.
[wget] / src / ChangeLog
index 14a0e99e16caa2fe2a97290c43ce4a16c4360add..22fd418dba172bed753b3a3328463d9722989451 100644 (file)
@@ -1,3 +1,50 @@
+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
+       scheme codes for similarity.
+
+       * url.h: Declare it.
+
+       * recur.c (download_child_p): Use it to compare schemes.  This
+       also fixes a bug that allows hosts to be spanned (without the
+       -H option) when the parent scheme is https and the child's is
+       http or vice versa.
+
+2002-05-14  Bill Richardson  <bill@riverstonenet.com>
+
+       * ftp.c (getftp): Don't ftruncate stdout.
+
+       * http.c (gethttp): Don't ftruncate stdout.
+
+2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
+
+       * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
+       (get_number): Ditto.
+       (get_alt_number): Ditto.
+       (__isleap): New function-like macro used by strptime.
+       (day_of_the_week): New function used by strptime.
+       (day_of_the_year): Ditto.
+       (__mon_yday): Now shared by mktime and strptime implementations.
+
 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * cookies.c (check_domain_match): Use match_tail in case