summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-24 08:20:17 +0000
committerJim Meyering <jim@meyering.net>2000-10-24 08:20:17 +0000
commit26f187aa3673c51c9859483ace8cbece0a8ee7e1 (patch)
tree80332271a504abfc532bee7214cd1e92e7fb4ac1 /lib/ChangeLog
parent7e87cd0d6eeaf2255d2f103c53075912fdadd8e7 (diff)
downloadcoreutils-26f187aa3673c51c9859483ace8cbece0a8ee7e1.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2aac60c53..214069009 100644
--- 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.