diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2004-10-21 17:42:24 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2004-10-21 17:42:24 +0000 |
commit | 547abfa13e2037c0461e3965911f5322737f2bda (patch) | |
tree | ce001b95fcc334baab9cb14c530ae3f0a115d2d1 /ChangeLog | |
parent | 71fd6bfa1ce41da2dcc9ae0d28f037129d9c481a (diff) | |
download | gunmake-547abfa13e2037c0461e3965911f5322737f2bda.tar.gz |
New $(lastword ) built-in function: implementation, documentation and tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |