diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-24 09:59:14 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-24 09:59:14 +0200 |
commit | c12bf5fb7ff8a40884a99332fb20abc9c53be75c (patch) | |
tree | d7f11b42e22fff9770aa7b937334438c86093e3b /ChangeLog | |
parent | 9d8e077ca1f4402b608d1464794e390bc7fc5b81 (diff) | |
download | coreutils-c12bf5fb7ff8a40884a99332fb20abc9c53be75c.tar.xz |
sort: add a test to exercise the affected code.
* tests/sort/Test.pm (realloc-buf): Exercise the code that changed
yesterday. No other test in all of "make check" does this.
* NEWS: Mention the fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-24 Jim Meyering <jim@meyering.net> + + sort: add a test to exercise the affected code. + * tests/sort/Test.pm (realloc-buf): Exercise the code that changed + yesterday. No other test in all of "make check" does this. + * NEWS: Mention the fix. + 2007-07-23 Paul Eggert <eggert@cs.ucla.edu> sort: avoid unaligned access. |