diff options
author | Paul Smith <psmith@gnu.org> | 2011-05-02 12:35:01 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-05-02 12:35:01 +0000 |
commit | 6979e7e43b57bba5cd7b88a8d09761fe476f01e8 (patch) | |
tree | fb7e4a58f511bd5f29675610840a6d1d9b6bec1c /tests/ChangeLog | |
parent | dc90160079b692e862c6aee2709c4c7bea178aa3 (diff) | |
download | gunmake-6979e7e43b57bba5cd7b88a8d09761fe476f01e8.tar.gz |
Use the same algorithm for counting the number of words to sort as we
use to break up the list of words, so we're sure to get the same number.
Fixes Savannah bug #33125
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 3fdf5ca..86c6789 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2011-05-02 Paul Smith <psmith@gnu.org> + + * scripts/functions/sort: Add a test for Savannah bug #33125. + 2011-04-17 David A. Wheeler <dwheeler@dwheeler.com> * scripts/features/shell_assignment: Regression for "!=" feature |