From 3869e2919673f91152f351a0e5211ddaec74682c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 28 Jun 2006 23:49:58 +0000 Subject: Support obsolete usages like "sort +1 -2" even when conforming to POSIX 1003.1-2001. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2a0a9067a..d82d7868c 100644 --- a/NEWS +++ b/NEWS @@ -77,6 +77,10 @@ GNU coreutils NEWS -*- outline -*- sort now reports incompatible options (e.g., -i and -n) rather than silently ignoring one of them. + sort now supports obsolete usages like "sort +1 -2" when conforming + to POSIX 1003.1-2001, since this is a pure extension to POSIX. + However, "sort +1" still sorts the file named "+1". + stat's --format=FMT option now works the way it did before 5.3.0: FMT is automatically newline terminated. The first stable release containing this change was 5.92. -- cgit v1.2.3-54-g00ecf