summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-08-01 06:05:17 +0000
committerPaul Smith <psmith@gnu.org>1999-08-01 06:05:17 +0000
commit09f1e4cf83853e3636a19da17e28e7291aac9bbd (patch)
treefe4ecf9442cdaee89f0c62c7dab3d02985f90c0e /ChangeLog
parent28ef4c4dacc6fee628e65f07b52a4d2f0efe7fb3 (diff)
downloadgunmake-09f1e4cf83853e3636a19da17e28e7291aac9bbd.tar.gz
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d28bc..59d403d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.