]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove constification of argv in main.
[wget] / src / ChangeLog
index acc02901da9789b8110c000e36edac7152313072..c10b34ce5f9d1ae6b0228289882667e4b8c3ac67 100644 (file)
@@ -1,3 +1,19 @@
+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