summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-12-01 07:40:46 +0000
committerJim Meyering <jim@meyering.net>1995-12-01 07:40:46 +0000
commit73f21f7813b333a136bee0afa8c99515f7c59038 (patch)
tree730f745ec2b5b4fd99a9db2bde922ece851eb5f0 /old
parenta8377ab7739d05d99a72778645643169d789c67d (diff)
downloadcoreutils-73f21f7813b333a136bee0afa8c99515f7c59038.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index c18a5bece..4eb871e92 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,5 @@
User-visible changes in release 1.14
+* sort -n properly orders `-' with respect to valid integers
* sorting works with character offsets larger than corresponding field width
* sort's -b option and `b' modifier work
* sort -k2,2 works.