]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Rename long_to_string to number_to_string, and make it return a useful
[wget] / src / ChangeLog
index 459a3b89985469a87f97445837cd3e1c91818306..74c44809e20b7bc5d193a5856e0f91184954b2fe 100644 (file)
@@ -1,3 +1,24 @@
+2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * utils.c (long_to_string): Return a pointer after where the
+       number ends.
+       (long_to_string): Rename to number_to_string.
+
+2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * utils.c (path_simplify): Correctly handle the unlikely case that
+       b starts out as path + 1.
+
+2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * utils.c (path_simplify): Rewrite, with better comments, and
+       without the use of strcpy to move overlapping blocks.
+
+2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
+       valid progress type before setting it.
+
 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * main.c (main): Remove stray debugging message.