From: Jim Meyering Date: Sat, 10 Dec 2005 21:10:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31998924885cd3dcf8703ed17747173c8eee016f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5a0f0361ce..4b508e789d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Version 6.0-cvs. + * NEWS: Mention sort's new options. + * src/rand-isaac.c (isaac_mix): Declare to be static. Mark all other functions as `extern' so the tight-scope part of `make distcheck' passes once again.