summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-09-12 21:28:33 +0000
committerPaul Smith <psmith@gnu.org>2009-09-12 21:28:33 +0000
commit958ea92eb8cf7eeb5af6752805d94b5ae3db99f9 (patch)
tree4e06d890becb39ac22afade3714e31681ac9dcec /ChangeLog
parent70c726c875f97ca5f3e46e4cfab7af9649f13023 (diff)
downloadgunmake-958ea92eb8cf7eeb5af6752805d94b5ae3db99f9.tar.gz
- Fix Savannah bug #21824: don't loop through NULL cmds pointer
- Fix Savannah bugs #24509, 18963: doc enhancements
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a6c5b2..8c567c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,21 @@
* function.c (windows32_openpipe): Update envp after calling
sync_Path_environment.
+2009-08-02 Paul Smith <psmith@gnu.org>
+
+ * remake.c (notice_finished_file): Ensure file->cmds is not null
+ before looping through them. Fixes Savannah bug #21824.
+
+ * doc/make.texi (Wildcard Examples): Clarify when objects is
+ wildcard-expanded. Fixes Savannah bug #24509. Patch by Martin Dorey.
+ (Include): Clarify the behavior of -include.
+ Fixes Savannah bug #18963.
+
2009-08-01 Paul Smith <psmith@gnu.org>
+ * doc/make.texi (Catalogue of Rules): Clarify where -c, -F,
+ etc. come on the command line. Fixes Savannah bug #27093.
+
* expand.c (expand_argument): If the argument is large enough use
xmalloc() instead of alloca(). Fixes Savannah bug #27143.