From: Jim Meyering Date: Tue, 24 Oct 2000 08:20:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_28~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26f187aa3673c51c9859483ace8cbece0a8ee7e1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2aac60c539..214069009d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-10-23 Jim Meyering + + * hard-locale.c (hard_locale): Revert last change -- it was simply + wrong. That set_locale call must not have any side effects. + From Paul Eggert. + 2000-10-22 Jim Meyering * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.