summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index eadac83f2..427486df7 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,14 @@
-2001-08-24 Jim Meyering <meyering@lucent.com>
+2001-08-26 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+2001-06-19 Paul Eggert <eggert@twinsun.com>
+
+ * NEWS: expr now uses LC_COLLATE for string comparison, as per POSIX.
+ * src/expr.c (nextarg): Use strcoll, not strcmp.
+
+2001-08-24 Jim Meyering <meyering@lucent.com>
+
* src/pinky.c (main): Fail if -l is specified with no username.
* src/pinky.c (usage): Clarify description of -l. From Clark Morgan.