]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove constification of argv in main.
[wget] / src / ChangeLog
index 6622308dcb6688705fbd2f19aef51a8299fd062a..c10b34ce5f9d1ae6b0228289882667e4b8c3ac67 100644 (file)
@@ -1,7 +1,24 @@
+2007-10-30  Micah Cowan  <micah@cowan.name>
+
+       * main.c (main): Declare argv parameter as char **argv, rather
+       than char *const *argv. This fixes usage of getopt_long,
+       regardless of whether getopt_long has a constified argv or not.
+
+2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
+
+       * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
+       inclusion.
+
+2007-10-18  Steven Schweda  <sms@antinode.org>
+
+       * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
+       around a glitch on Tru64 systems.
+
 2007-10-18  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am: version.c should not be distributed. Removed
-       config-post.h.
+       config-post.h. Add version.c dependency and gnulib include path
+       for libunittest.a.
        * sysdep.h: Got contents of config-post.h
        * config-post.h: Removed.
        * wget.h: #include "config.h".