]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 May 1999 12:53:07 +0000 (12:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 May 1999 12:53:07 +0000 (12:53 +0000)
old/textutils/ChangeLog

index 82c50cd5990cd5a8346bb06adecae1f6cd114e20..7d32e27f6470ccbc9f7ccf1b3615d94377b7ee8c 100644 (file)
@@ -1,3 +1,12 @@
+1999-05-22  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>
 
        * src/sort.c (strtod): Declare if STDC_HEADERS is not defined.