diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-26 03:31:29 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-26 03:31:29 +0000 |
commit | d6a7894d3a6bdb45def58b2fdfb0629233f4f38b (patch) | |
tree | 30cd386b442d5d2d6c6b2864be767a78630c767d /tests/ChangeLog | |
parent | f388233b033ccae26e567fb573fd3d7a87c71744 (diff) | |
download | gunmake-d6a7894d3a6bdb45def58b2fdfb0629233f4f38b.tar.gz |
Fix Savannah bug # 1332: handle backslash-newline pairs in command scripts
according to POSIX rules.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 143bc2f..c07d7c1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,10 @@ 2005-06-25 Paul D. Smith <psmith@gnu.org> + * scripts/misc/general3: Implement comprehensive testing of + backslash-newline behavior in command scripts: various types of + quoting, fast path / slow path, etc. + Tests fix for Savannah bug #1332. + * scripts/options/symlinks: Test symlinks to non-existent files. Tests fix for Savannah bug #13280. |