changeset 2911:dff132a7bce9

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 24 Oct 2000 08:20:17 +0000
parents 216a29ec230c
children 98856b23a038
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-23  Jim Meyering  <meyering@lucent.com>
+
+	* 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  <meyering@lucent.com>
 
 	* md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.