*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 26 Aug 2001 05:41:35 +0000 (05:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Aug 2001 05:41:35 +0000 (05:41 +0000)
doc/ChangeLog
old/sh-utils/ChangeLog

index 5daf1ef..9ea0529 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-19  Paul Eggert  <eggert@twinsun.com>
+
+       * coreutils.texi: expr now uses LC_COLLATE for string comparison,
+       as per POSIX.
+
 2001-08-25  Jim Meyering  <meyering@lucent.com>
 
        * coreutils.texi: Use @option, rather than @samp everywhere.
index eadac83..427486d 100644 (file)
@@ -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.