summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-09 15:11:52 +0000
committerJim Meyering <jim@meyering.net>1999-05-09 15:11:52 +0000
commit91e23a4607b294bafbfd472876cf965640ee8b9f (patch)
tree8672379b16ebd19e7f5f56541664ee86f18924fa
parent60d62033fbae753a019f740cb8bdb7abc5aeb042 (diff)
downloadcoreutils-TEXTUTILS-1_22k.tar.gz
*** empty log message ***TEXTUTILS-1_22k
-rw-r--r--old/textutils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index f9142a6be..0f1f2fbdd 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,6 +1,7 @@
Changes in release 1.23
[1.22k]
-* sort: fix bug in how `-n' works when configured/compiled with --enable-nls
+* `sort -n' works with negative numbers when configured/compiled
+ with --enable-nls
* head accepts byte and line counts of type uintmax_t (so up to 2^64 - 1)
[1.22j]
* tail: fix bug introduced in 1.22i