summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2007-05-11 20:57:21 +0000
committerPaul Smith <psmith@gnu.org>2007-05-11 20:57:21 +0000
commiteda0e24ccdae279a2c12059242ef89a22c274047 (patch)
treec5c6f8db878558a3982a117c3c331642334794c2 /ChangeLog
parent52ebc531ce68b369594267a716e93f53720c8f1b (diff)
downloadgunmake-eda0e24ccdae279a2c12059242ef89a22c274047.tar.gz
Fix some documentation gitches.
Fix an uninitialized variable. Add builtin rules for Objective C. Add a new debug line that shows where the commands that are about to be run were defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b68779..8575690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-05-11 Paul Smith <psmith@gnu.org>
+
+ * job.c (new_job): Add debug info to specify where make found the
+ command script it is running to build a target.
+ Fixes Savannah bug #18617.
+
+ * default.c (default_suffixes,default_suffix_rules,default_variables):
+ Add support for Objective C. Fixes Savannah bug #16389.
+ Based on a patch provided by Peter O'Gorman <peter@pogma.com>.
+
+ * function.c (func_lastword): Initialize p.
+
+ * doc/make.texi (Eval Function, Implicit Variables, Special Targets):
+ Doc fixes noticed by Bob <twobanjobob@sbcglobal.net>. Patch from
+ Dave Korn <dave.korn@artimi.com>
+
2007-05-08 Paul Smith <psmith@gnu.org>
Fix Savannah bug #19656: