]> sjero.net Git - wget/blobdiff - src/ChangeLog
Replace use of localtime with localtime_r.
[wget] / src / ChangeLog
index 854626e9d35cc49d7b8a56f5c1c7ca46919b2096..4cb424fb613f36b4bb22af06871a84e76e15535c 100644 (file)
@@ -1,5 +1,16 @@
+2009-09-03  Micah Cowan  <micah@cowan.name>
+
+       * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
+       localtime, as not all platforms have localtime_r.
+
+       * Makefile.am (wget_SOURCES): Rearranged some of the file order,
+       so .c files and .h files are apart. Added gettext.h, so that it
+       shows up in the dist.
+
 2009-09-02  Micah Cowan  <micah@cowan.name>
 
+       * gettext.h: Refreshed from gettext 0.17.
+
        * test.c: Added definition of program_name variable, required by
        lib/error.c (libgnu.a). Doesn't cause problems until you try to
        build on a non-GNU system...