summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2004-02-24 13:50:19 +0000
committerPaul Smith <psmith@gnu.org>2004-02-24 13:50:19 +0000
commitf29b86c314e6e2b44a1eb83f1b44a3849d82655e (patch)
tree0e83f1ad4a44542b088878e8b9d6de48f16e949d /ChangeLog
parentbe8c3dbc974c35fac33c8392b89482c10e4f8650 (diff)
downloadgunmake-f29b86c314e6e2b44a1eb83f1b44a3849d82655e.tar.gz
Many compiler warning cleanups.
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>) Maintainer enhancements to clean up the tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56c062d..d036f6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
+2004-02-23 Jonathan Grant <jg-make@jguk.org>
+
+ * README.W32.template: Add a notation about -j with BATCH_MODE_ONLY.
+ * build_w32.bat: Remove extra "+".
+
+2004-02-23 Paul D. Smith <psmith@gnu.org>
+
+ * make.h: Create an UNUSED macro to mark unused parameters.
+ * (many): Clean up warnings by applying UNUSED, fixing
+ signed/unsigned incompatibilities, etc.
+
+ * acinclude.m4 (AC_STRUCT_ST_MTIM_NSEC): Add quoting to silence
+ autoconf warnings.
+ * filedef.h: Name the command_state enumeration.
+ * file.c (set_command_state): Use the enumeration in the function
+ argument.
+
+ * configure.in: Explicitly set SET_MAKE to empty, to disable
+ MAKE=make even when no make already exists. Fix bug #3823.
+
2004-02-22 Paul D. Smith <psmith@gnu.org>
+ * maintMakefile: Perl script to clean up all non-CVS files. Use
+ it on all the subdirectories for the cvs-clean target.
+
* main.c (decode_switches): Require non-empty strings for all our
string command-line options. Fixes Debian bug # 164165.