]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix bad setlocale usage.
[wget] / src / ChangeLog
index 5039f49e9ff2d1d2439128033b62ed92f2dd89c0..6b9ba32d77e4956e68f03b25ecab3461f1f34b59 100644 (file)
@@ -1,3 +1,28 @@
+2009-06-11  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_atotm): Handle potential for setlocale's return
+       value to be static storage. Thanks to Benjamin Wolsey
+       <bwy@benjaminwolsey.de>.
+
+       * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
+       systems, too. Thanks to Robert Millan.
+
+2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
+
+       * ftp.c (ftp_get_listing): Update the "listing file" 
+       string after calling ftp_loop_internal().
+
+2009-05-27  Steven Schubiger  <stsc@member.fsf.org>
+
+       * ftp.c (ftp_get_listing): Duplicate the "listing file"
+       string to avoid memory corruption when FOPEN_EXCL_ERR is
+       encountered.
+
+2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
+
+       * progress.c (eta_to_human_short): Fix the remaining hours
+       to be displayed. Spotted by Tadeu Martins (#26411).
+
 2009-04-24  Micah Cowan  <micah@cowan.name>
 
        * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99