]> sjero.net Git - wget/blobdiff - src/ChangeLog
ISSPACE -> c_isspace
[wget] / src / ChangeLog
index fc900a8cd7ce1fb577784278d80d92f35bf9eb69..112d914cbce893fa973857fe85e143d126031449 100644 (file)
@@ -1,3 +1,17 @@
+2007-10-14  Micah Cowan  <micah@cowan.name>
+
+       * cmpt.c, cookies.c, ftp-basic.c, ftp-ls.c, ftp.c, hash.c,
+       host.c, html-parse.c, html-url.c, http-ntlm.c, http.c, init.c,
+       log.c, main.c, netrc.c, openssl.c, res.c, url.c, utils.c,
+       wget.h: Replace uses of ISSPACE, etc with c_isspace, etc.
+
+2007-10-13  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Make version.c depend on Wget dependencies (source
+       files, plus such things as LIBOBJS so we get things like
+       http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
+       these.
+
 2007-10-10  Micah Cowan  <micah@cowan.name>
 
        * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of