]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Constify variable.
[wget] / src / ChangeLog
index d85fba6f338f2c4af76abd17001c7c3df229629f..6976327e64c5abc98e47818753c6d8c3e0755246 100644 (file)
@@ -1,3 +1,30 @@
+2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (set_progress_implementation): Type COLON as const
+       char *.
+
+2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (with_thousand_seps): Handle negative numbers.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (create_image): Mark the "eta" string for translation.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c (get_urls_file): Don't explicitly set entry->next to
+       NULL since entry is already zeroed out.
+
+2005-06-26  Gisle Vanem  <giva@bgnett.no>
+
+       * mswindows.h: Define gai_strerror under MinGW.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (with_thousand_seps): Correctly implement thousand seps
+       consisting of more than one character.
+
 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c (secs_to_human_time): Ditto.