]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** 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 5daf1ef668e71666f297d2de4855d1dadc2ddc8b..9ea0529c84da52d96d85a1ffd9ba47d2cb9ab672 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 eadac83f251cf2caca9bda3976cb5de6988d6450..427486df7d04f16d67b4c3e4b7c91bc5ecd50139 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.