From: Jim Meyering Date: Fri, 21 May 1999 19:53:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22m~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db0d476b12f6e825089aaf381050af490468659a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index e09c9a9b66..04614f04ca 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,9 @@ Changes in release 1.23 [1.22m] +* sort now considers newlines to be part of the line, as required by POSIX.2. + E.g. a line starting with a tab now sorts before an empty line, + since tab precedes newline in the ASCII collating sequence. +* sort handles NUL bytes correctly when configured/compiled with --enable-nls * fix dates on config files so builders don't need autoconf/automake [1.22l] * sort no longer autodetects the locale of numbers and months,