diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2004-11-30 19:51:24 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2004-11-30 19:51:24 +0000 |
commit | 49ca261bd5a40d933719ab6b2b1fd183a81bf35b (patch) | |
tree | 091a838b31da80405fcd882aab7d8a387e4c5bd1 /tests/ChangeLog | |
parent | be6a8bc869ece930f3bd5f725efd9fab7a2c2940 (diff) | |
download | gunmake-49ca261bd5a40d933719ab6b2b1fd183a81bf35b.tar.gz |
Implemented `realpath' and `abspath' built-in functions.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index cef8a33..9f68a05 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2004-11-30 Boris Kolpackov <boris@kolpackov.net> + + * tests/scripts/functions/abspath: New file: test `abspath' + built-in function. + + * tests/scripts/functions/realpath: New file: test `realpath' + built-in function. + 2004-11-28 Paul D. Smith <psmith@gnu.org> * scripts/options/dash-C [WINDOWS32]: Add a test for bug #10252; |