diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-01 06:05:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-01 06:05:17 +0000 |
commit | 09f1e4cf83853e3636a19da17e28e7291aac9bbd (patch) | |
tree | fe4ecf9442cdaee89f0c62c7dab3d02985f90c0e /ChangeLog | |
parent | 28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 (diff) | |
download | gunmake-09f1e4cf83853e3636a19da17e28e7291aac9bbd.tar.gz |
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -12,6 +12,21 @@ * make.texinfo (Quick Reference): Update with the new features. +1999-07-25 Eli Zaretskii <eliz@is.elta.co.il> + + * remake.c [__MSDOS__]: Don't include variables.h, it's already + included. + + * function.c (msdos_openpipe) [__MSDOS__]: Return FILE ptr. + (func_shell) [__MSDOS__]: Fix the argument list. + + * Makefile.DOS.template: Update from Makefile.in. + + * README.DOS.template: Configure command fixed. + + * configh.dos.template: Update to provide definitions for + uintmax_t, fd_set_size_t, and HAVE_SELECT. + 1999-07-24 Paul D. Smith <psmith@gnu.org> * Version 3.77.91 released. |