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 /tests/ChangeLog | |
parent | 71fd6bfa1ce41da2dcc9ae0d28f037129d9c481a (diff) | |
download | gunmake-547abfa13e2037c0461e3965911f5322737f2bda.tar.gz |
New $(lastword ) built-in function: implementation, documentation and tests.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index f1c59d6..8cc25db 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2004-10-21 Boris Kolpackov <boris@kolpackov.net> + + * scripts/functions/word: Test $(firstword ) and $(lastword ). + 2004-10-05 Boris Kolpackov <boris@kolpackov.net> * scripts/features/patspecific_vars: Test simple/recursive |