From: Steven Schweda Date: Sat, 9 Jan 2010 23:24:02 +0000 (-0800) Subject: imported patch vms-changelogs X-Git-Tag: v1.13~205 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=104b0b4ca8b95687b26c0c7fff9d4667cd4725e0 imported patch vms-changelogs --- diff --git a/ChangeLog b/ChangeLog index f24317b6..8c1c4310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2009-10-09 Steven Schweda + + * 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 * build_aux/build_info.pl: Reworked the input format. Eliminated diff --git a/src/ChangeLog b/src/ChangeLog index 3968262a..732a2da4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-10-09 Steven Schweda + + * utils.c: Added characters " : \ | to the list of normal + caret-escaped (ODS5) characters in the char_prop[] table. + 2009-09-22 Arvind Jamuna Dixit * http.c (extract_param, parse_content_disposition): Support @@ -21,6 +26,13 @@ * sysdep.h: Unconditionally include stdbool.h (gnulib has it for systems that don't supply it.) + * vms.c: Added functions vms_basename(), used to extract the + bare executable name from argv[0], and vms_getpass(), a + VMS-specific replacement for GNU getpass(). + + vms.c: Added global string constants: compilation_string + (NULL), link_string (NULL), and version_string (real). + 2009-09-24 Micah Cowan * vms.c: Moved from vms/vms.c.