]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Introduce symbolic constants for "magic" values of 0.2 and 0.9,
[wget] / src / ChangeLog
index 43784484482e2ec778e6aadf18b4f3cabbac2eed..1332629738321abd27306ab0d2ca8da96f6f0c5e 100644 (file)
@@ -1,3 +1,14 @@
+2005-09-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c: Introduce symbolic constants for "magic" values of
+       0.2 and 0.9, REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
+
+2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
+       strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
+       set to the position of 'x', not after it.
+
 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * hash.c (hash_table_map): Rename to hash_table_for_each and