diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-10 21:58:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-10 21:58:28 +0000 |
commit | 437a569c53f9f9bc9ee95a0aae2fc56e03620c3b (patch) | |
tree | ed8f086c3531946dd9af0e285092d99c538e7f53 /ChangeLog | |
parent | dfacfaf971dedb558a82c5e04601150fda53312c (diff) | |
download | coreutils-437a569c53f9f9bc9ee95a0aae2fc56e03620c3b.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * Version 6.0-cvs. + Avoid shred segfault on 64-bit systems. + * src/rand-isaac.c (isaac_refill): Don't try to negate a + local of type uint32_t. Convert it to int32_t first. + * NEWS: Mention sort's new options. * src/rand-isaac.c (isaac_mix): Declare to be static. |