projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3fa97f
)
.
author
Jim Meyering
<jim@meyering.net>
Fri, 8 Dec 1995 22:39:38 +0000
(22:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 8 Dec 1995 22:39:38 +0000
(22:39 +0000)
old/textutils/NEWS
patch
|
blob
|
history
diff --git
a/old/textutils/NEWS
b/old/textutils/NEWS
index 4eb871e9216a0de68c25394ef130549709aee217..c381e6edb0aa35ca42ff6d5eac56165ec2012c49 100644
(file)
--- a/
old/textutils/NEWS
+++ b/
old/textutils/NEWS
@@
-1,5
+1,6
@@
User-visible changes in release 1.14
-* sort -n properly orders `-' with respect to valid integers
+* sort diagnoses invalid arguments to -k, then fails
+* sort -n properly orders invalid integers 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.