summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2004-10-21 17:42:24 +0000
committerBoris Kolpackov <boris@kolpackov.net>2004-10-21 17:42:24 +0000
commit547abfa13e2037c0461e3965911f5322737f2bda (patch)
treece001b95fcc334baab9cb14c530ae3f0a115d2d1 /ChangeLog
parent71fd6bfa1ce41da2dcc9ae0d28f037129d9c481a (diff)
downloadgunmake-547abfa13e2037c0461e3965911f5322737f2bda.tar.gz
New $(lastword ) built-in function: implementation, documentation and tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd5aaa3..37df6bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-21 Boris Kolpackov <boris@kolpackov.net>
+
+ * function.c (func_lastword): New function: return last word
+ from the list of words.
+ * doc/make.texi: Document $(lastword ). Fix broken links in
+ Quick Reference section.
+
2004-10-06 Paul D. Smith <psmith@gnu.org>
Apply patch from Alessandro Vesely, provided with bug # 9748.