summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-13 12:42:13 +0000
committerJim Meyering <jim@meyering.net>2003-05-13 12:42:13 +0000
commiteb66adf96f77afff1f0c7946358222af9bb0df8b (patch)
tree179b62c2decbdf4f2565b8e38dbcc75c640c0c6b /doc/ChangeLog
parent4421b1a969f8bf19a6567b67d068e1048a1c40d3 (diff)
downloadcoreutils-eb66adf96f77afff1f0c7946358222af9bb0df8b.tar.xz
*** empty log message ***
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 31b8a1412..b99f43e79 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,7 +1,16 @@
+2003-05-13 Jim Meyering <jim@meyering.net>
+
+ * coreutils.texi (true invocation): Mention that it is possible to
+ make true --help or true --version (in non-POSIX mode) exit nonzero.
+ Suggestion from Paul Eggert.
+
2003-05-10 Jim Meyering <jim@meyering.net>
* coreutils.texi (Exit status): Remove `uniq' from the list.
It uses standard exit codes.
+ (More details about version sort): Note that strverscmp, and hence
+ `ls -v', does not use LC_COLLATE. Reported by From: Andrey Borzenkov.
+
2003-04-21 Jim Meyering <jim@meyering.net>