diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2005-03-03 17:39:48 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2005-03-03 17:39:48 +0000 |
commit | cb2f20026908d5c6e48e2cd3e3e65b5f67498d02 (patch) | |
tree | 82f2bd2fa0de34d8cbd8abf62a7827b0879dd5b6 /tests/ChangeLog | |
parent | 0759af440a1d721f0248b2ea83fe0ad8a1c19cfb (diff) | |
download | gunmake-cb2f20026908d5c6e48e2cd3e3e65b5f67498d02.tar.gz |
Fixed stem termination and stem triple-expansion bugs.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 2c58900..a371f89 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,6 +1,18 @@ +Thu Mar 3 18:34:06 2005 Boris Kolpackov <boris@kolpackov.net> + + * scripts/features/se_implicit: Add a test for stem + termination bug. Add a test for stem triple-expansion bug. + + * scripts/features/se_statpat: Add a test for stem + triple-expansion bug. + + * scripts/features/statipattrules: Change test #4 to reflect + new way empty prerequisite list is handled. + + Tue Mar 1 10:15:25 2005 Boris Kolpackov <boris@kolpackov.net> - * tests/scripts/features/statipattrules: Add a test for + * scripts/features/statipattrules: Add a test for Savannah bug #12180. 2005-02-28 Paul D. Smith <psmith@gnu.org> |