diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-22 00:48:05 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-22 17:10:34 -0400 |
commit | 1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a (patch) | |
tree | ccb9468c060d3455ab7ded3f661d3a5006c630c1 /ChangeLog | |
parent | 7e77685bc35dd0217ed3c72529b2aaf8466b991d (diff) | |
download | gunmake-1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a.tar.gz |
Add VMS port updates from Hartmut Becker.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2013-09-22 Paul Smith <psmith@gnu.org> + + VMS port updates by Hartmut Becker <becker.ismaning@freenet.de> + + * makefile.com: Add output to the filelist. + * output.c (va_copy): Add an implementation of this macro for VMS. + * commands.c: Ensure filedef.h is #included before dep.h. + * dir.c: Ditto. + * file.c: Ditto. + * guile.c: Ditto. + * main.c: Ditto. + * misc.c: Ditto. + * read.c: Ditto. + * rule.c: Ditto. + * variable.c: Ditto. + * readme.vms: Renamed to README.VMS and updates for this release. + * Makefile.am: Ditto. + * NEWS: Ditto. + * README.template: Ditto. + * Makefile.DOS.template: Ditto. + 2013-09-21 Paul Smith <psmith@gnu.org> * maintMakefile (check-alt-config): Create a target to test |