diff options
| author | Paul Smith <psmith@gnu.org> | 2005-06-10 20:16:28 +0000 |
|---|---|---|
| committer | Paul Smith <psmith@gnu.org> | 2005-06-10 20:16:28 +0000 |
| commit | 974d14ac4fc8dc736a4e2c9876d85d3c295b1196 (patch) | |
| tree | a4cf33aba8acfeab34aca3f9cb2b9a2873a4886b /ChangeLog | |
| parent | dd30b0552ffc4276e1ada07100b7eb4e231805fa (diff) | |
| download | gunmake-974d14ac4fc8dc736a4e2c9876d85d3c295b1196.tar.gz | |
Fixes for VMS from Hartmut Becker.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-06-10 Paul D. Smith <psmith@gnu.org> + + VMS build updates from Hartmut Becker <Hartmut.Becker@hp.com>: + + * vmsjobs.c [VMS]: Updates to compile on VMS: add some missing + headers; make vmsWaitForChildren() static; extern vmsify(). + * job.c [VMS]: Move vmsWaitForChildren() prototype to be global. + Don't create child_execute_job() here (it's in vmsjobs.c). + * makefile.vms (job.obj) [VMS]: Add vmsjobs.c as a prerequisite. + 2005-06-09 Paul D. Smith <psmith@gnu.org> * variable.c (push_new_variable_scope): File variables point |
