summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-09-26 05:16:31 +0000
committerPaul Smith <psmith@gnu.org>2005-09-26 05:16:31 +0000
commit66459baee27374577d32a78564604ad64228f71d (patch)
tree5a4d57b74c6259e674187757bc7a09d5305be23d /ChangeLog
parent5ee856d96d02275ccb19b19afd60c1e241bc62eb (diff)
downloadgunmake-66459baee27374577d32a78564604ad64228f71d.tar.gz
Make sure to assign a boolean value to a 1-bit bitfield. Reported on
the bug-make mailing list. Fix Savannah bug # 14527: remember to free temporary line constructor memory if the line is empty.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2e47e9..83e1fa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-09-26 Paul D. Smith <psmith@gnu.org>
+
+ * job.c (construct_command_argv_internal): If the line is empty
+ remember to free the temporary argv strings.
+ Fixes bug # 14527.
+
+2005-09-16 Paul D. Smith <psmith@gnu.org>
+
+ * job.c (start_job_command): The noerror flag is a boolean (single
+ bit); set it appropriately.
+ Reported by Mark Eichin <eichin@metacarta.com>
+
2005-08-29 Paul D. Smith <psmith@gnu.org>
* function.c (func_error): On Windows, output from $(info ...)