*** 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 82c50cd..7d32e27 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.