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

index 478f7467d0f541636320b69d1d6aa13b86eb39f3..82c50cd5990cd5a8346bb06adecae1f6cd114e20 100644 (file)
@@ -1,3 +1,18 @@
+1999-05-21  Paul Eggert  <eggert@twinsun.com>
+
+       * src/sort.c (strtod): Declare if STDC_HEADERS is not defined.
+       (general_numcompare): Use strtod, not xstrtod.
+       Do not consider partial conversions to be errors.
+       Put -infinity at the start, and +infinity at the end;
+       follow +infinity with NaNs (sorted by bit pattern),
+       and finally by conversion errors.
+
+1999-05-21  Jim Meyering  <meyering@ascend.com>
+
+       * tests/sort/Test.pm (11d): Reverse lines in expected output
+       to reflect latest change.
+       (use-nl): New test from Paul Eggert.
+
 1999-05-20  Paul Eggert  <eggert@twinsun.com>
 
        * src/sort.c: Treat the trailing newline as part of the line,