summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-08-25 21:39:28 +0000
committerPaul Smith <psmith@gnu.org>1999-08-25 21:39:28 +0000
commit34459654314051643e0780178aac64f8f9e5f34e (patch)
tree84397021e8aee4f343da2b08c22ac3d6043789e4 /ChangeLog
parent7d5944841c88414b5a47a870336f09e3706c2926 (diff)
downloadmake-34459654314051643e0780178aac64f8f9e5f34e.tar.gz
* A few cleanups, and 3.77.94 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bac8e47a..c273f09e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+1999-08-25 Paul D. Smith <psmith@gnu.org>
+
+ * Version 3.77.94 released.
+
+ * main.c (main) [__MSDOS__]: If the user uses -j, warn that it's
+ not supported and reset it.
+
+ * make.h (ISDIGIT): Obtained this from the textutils distribution.
+ * main.c (decode_switches): Use it.
+ * function.c (is_numeric): Use it.
+
+ * main.c (struct command_switch): Store the switch char in an
+ unsigned char to shut up GCC about using it with ctype.h macros.
+ Besides, it _is_ always unsigned.
+
1999-08-24 Paul D. Smith <psmith@gnu.org>
* make.texinfo: Change "dependency" to "prerequisite" and
@@ -13,8 +28,8 @@
* remake.c (update_file): Move the considered check into the
double-colon rule loop, so we consider double-colon rules
- individually (otherwise after the first is pruned, the rest might
- not get run).
+ individually (otherwise after the first is pruned, the rest won't
+ get run).
* README.template: Minor changes.