diff options
author | Paul Smith <psmith@gnu.org> | 2004-01-21 06:32:59 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-01-21 06:32:59 +0000 |
commit | 1f16ee5c2d482a75504fbbcf70e9e2a44acc1339 (patch) | |
tree | fce4f9c32c1345b44f5dcab09c3d8456cf230726 /tests/ChangeLog | |
parent | 2b3ee46f4e4e73cb3d05921391e5cf64990483a7 (diff) | |
download | gunmake-1f16ee5c2d482a75504fbbcf70e9e2a44acc1339.tar.gz |
Many bug fixes etc.
- Apply a fix for the "thundering herd" problem when using "-j -l".
This also fixes bug #4693.
- Fix bug #7257: allow functions as ifdef arguments
- Fix bug #4518: make sure we print all double-colon rules with -p.
- Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1
- Various doc cleanups, etc.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 76e725d..b20f46f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2004-01-21 Paul D. Smith <psmith@gnu.org> + + * scripts/features/conditionals: Test arguments to ifn?def which + contain whitespace (such as a function that is evaluated). Bug + #7257. + 2004-01-07 Paul D. Smith <psmith@gnu.org> * scripts/features/order_only: Test order-only prerequisites in |