diff options
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. |