]> sjero.net Git - wget/blobdiff - ChangeLog
Make -i work with FTP.
[wget] / ChangeLog
index 92d2d869023d50d28147b51edbc54d834e5a018b..8c1c431033823a5756c142a411b085ff6e44da96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,49 @@
-2009-09-24  Micah Cowan  <micah@cowan.name>
+2009-10-09  Steven Schweda  <sms@antinode.info>
+
+       * New VMS MMS/MMK builders, to accommodate the new source tree
+       structure:
+       lib/DESCRIP_DEPS.MMS            Dependencies (lib)
+       lib/DESCRIP_MODS.MMS            Modules (lib)
+       lib/DESCRIP_SRC.MMS             Main (lib)
+       md5/DESCRIP_DEPS.MMS            Dependencies (md5)
+       md5/DESCRIP_MODS.MMS            Modules (md5)
+       md5/DESCRIP_SRC.MMS             Main (md5)
+       src/DESCRIP_DEPS.MMS            Dependencies (src)
+       src/DESCRIP_MODS.MMS            Modules (src)
+       src/DESCRIP_SRC.MMS             Main (src)
+       vms/DESCRIP.MMS                 Main (global)
+       vms/DESCRIP_MKDEPS.MMS          Dependency generator
+       vms/DESCRIP_SRC.MMS             Main (main)
+       vms/DESCRIP_SRC_CMN.MMS         Main (common)
+       vms/DESCRIP_SRC_FLAGS.MMS       Compiler and linker flags
+       vms/COLLECT_DEPS.COM            Dependency processor
+       vms/CONFIG_EXTRACT.COM          Extract AC_INIT from configure.ac
+       vms/WGET_MULTINET.OPT           Link options for (old) MultiNet
+       vms/WGET_SSL_HP.OPT             Link options for HP SSL
+       vms/WGET_SSL_O.OPT              Link options for OpenSSL
+
+       * Other VMS-specific files:
+       vms/alloca.h                    Dummy alloca.h.
+       vms/config.h_vms                Manually crafted config.h
+       vms/stdint.h                    Dummy stdint.h
+       vms/vms.h                       Declarations, prototypes for vms.c
+       vms/vms_ip.h                    Helper for netdb.h
+       vms/VMS_NOTES.TXT               Instructions, notes
+       vms/WGET.HLP                    Basic VMS HELP
+
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * build_aux/build_info.pl: Reworked the input format. Eliminated
+       support, and need, for arbitrary #if blocks. Introduced
+       "choices", and explicitly open the .c file rather than print to
+       STDOUT, so we avoid creating the file if we find problems with
+       the input. Options are advertised in alphabetical order.
 
-       From Steven Schweda's description of his changes:
+2009-09-24  Micah Cowan  <micah@cowan.name>
 
        * vms/vms.c: Moved to src/src.c.
 
-       * vms/getopt.h: Copied from lib/getopt.in.h.
-
-       * vms/alloca.h: Created (empty).
-
-       * vms/stdint.h: Created (single #include <inttypes.h>)
-
-2008-09-22  Micah Cowan  <micah@cowan.name>
+2009-09-22  Micah Cowan  <micah@cowan.name>
 
        * configure.ac: Added "sleep" and "symlink" to AC_CHECK_FUNCS,
        removing the hard-coded definition of HAVE_SYMLINK. When running