diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-10 22:54:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-10 22:54:40 +0000 |
commit | 8340fb2805c506f0c0ed8af8b69d69062d6d03c2 (patch) | |
tree | 664e22e9170eff0deed9e329e6ba5061f819b6f5 /ChangeLog | |
parent | 09227c31dd67ea55134bce2c4849c7beff17e095 (diff) | |
download | coreutils-8340fb2805c506f0c0ed8af8b69d69062d6d03c2.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * Version 6.0-cvs. + * src/Makefile.am (noinst_HEADERS): Add rand-isaac.h. + Avoid shred segfault on 64-bit systems. * src/rand-isaac.c (isaac_refill): Don't try to negate a local of type uint32_t. Make the local an `int' instead. |