From: Jim Meyering Date: Sat, 22 May 1999 12:53:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22m~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dae50ead45b44d15d591faab87e74ee18a564045;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 82c50cd599..7d32e27f64 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +1999-05-22 Paul Eggert + + * doc/textutils.texi: Document locale-specific changes to `sort', + as well as the new, POSIX-compliant definition of line comparison, + and -g's more careful treatment of NaNs, infinities and zeros. + + * src/sort.c (general_numcompare): Put exceptional cases + first, not last, to be consistent with -M. + 1999-05-21 Paul Eggert * src/sort.c (strtod): Declare if STDC_HEADERS is not defined.