]> sjero.net Git - wget/blobdiff - src/ChangeLog
Don't require Perl for user builds.
[wget] / src / ChangeLog
index 066081d6d17b6945257406d42211936d83d53217..c5f20190073e41507f125bb05a68295b7008b873 100644 (file)
@@ -1,5 +1,26 @@
+2009-09-04  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Move build_info.c to wget_SOURCES from
+       nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
+       in its new home, $(top_srcdir)/build-aux.
+
+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...
+
        * build_info.c.in: Removed useless "+gettext" feature ad.
 
 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>