From: Jim Meyering Date: Tue, 24 Oct 2000 08:20:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5778a51c2f985fb96b3aed6e70e58e935866ab;p=pspp *** 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.