Changes like these are expected to be included in the next version of
Wget for VMS, which is expected to be version 1.9.1d.
-
2005-02-25 Replacement CONVERT.C file required for
compatibility with the new WGET.H, below.
/ftp/wget/wget-1_9_1c_vms/convert.c
-
2005-02-25 Replacement FTP.C file to add VMS ODS5 FTP
server support, and improve ODS2 file name simplification for VMS client.
With these changes, all invalid ODS2 name characters should be changed
to "_" (except "~" -> "-" and "@" -> "$", as before). Names which are
too long will still fail ("i/o error").
/ftp/wget/wget-1_9_1c_vms/ftp.c
-
2005-04-21 Replacement FTP-LS.C file to add VMS ODS5 FTP
server support. (Oops. Bad (unclosed) comment in the 2005-02-25
edition of this one.)
/ftp/wget/wget-1_9_1c_vms/ftp-ls.c
-
2005-02-25 Replacement HTTP.C file to fix some
remaining cases where a ".orig" suffix was added to an output file name.
All "orig" suffixes should now be "_orig" on VMS (client). (Requires
the new WGET.H, below.)
/ftp/wget/wget-1_9_1c_vms/http.c
-
2005-02-25 Replacement URL.C file to fix a potential
dynamic memory problem on VMS.
/ftp/wget/wget-1_9_1c_vms/url.c
-
2005-02-25 Replacement UTILS.C file to stop adding
".nnn" (decimal "nnn") suffixes to output file names when a file with
the original name already exists on VMS (client). These suffixes tended
to create invalid multi-dot file names on ODS2 file systems, and the
file versioning built into VMS file systems serves the same purpose.
(Requires the new WGET.H, below. Required for ODS2/ODS5 improvements in
FTP.C and FTP-LS.C, above.)
/ftp/wget/wget-1_9_1c_vms/utils.c
-
2005-02-25 Replacement UTILS.H file for the new
UTILS.C, above.
/ftp/wget/wget-1_9_1c_vms/utils.h
-
2005-02-25 Replacement VERSION.C, "1.9.1c+".
/ftp/wget/wget-1_9_1c_vms/version.c
-
2005-02-25 Replacement VMS.C required for ODS2/ODS5
client improvements in FTP.C, above.
/ftp/wget/wget-1_9_1c_vms/vms.c
-
2005-02-25 Replacement WGET.H file required for
changes in the handling of the ".orig" and ".nnn" suffixes described
above.
/ftp/wget/wget-1_9_1c_vms/wget.h