diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 05:41:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 05:41:35 +0000 |
commit | a25c404a313ac78c326932e26d1633e84e9e4d8b (patch) | |
tree | 03f2bfda0cb5dfffb8fe724933a1aebf1aee6ce9 | |
parent | 1463ff6353dd8c3a3311fd9a76e35ad17f1ecd50 (diff) | |
download | coreutils-a25c404a313ac78c326932e26d1633e84e9e4d8b.tar.xz |
*** empty log message ***
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 5daf1ef66..9ea0529c8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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. 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. |