]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Commit "minor fixes".
[wget] / src / ChangeLog
index bf98dca82c4283deb0aebe597a2e6b44b3f53eb3..97be722e46f34507b63c4a18fc01faf1825926e6 100644 (file)
@@ -1,3 +1,20 @@
+2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
+       `if'.
+
+2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * url.c (construct): Insert unneeded initialization for the
+       compiler to shut up.
+
+       * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
+       for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
+       otherwise gets lost when you define _XOPEN_SOURCE.
+
+       * utils.c (touch): Include the file name in the error message.
+       From Debian.
+
 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,