summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-22 12:53:07 +0000
committerJim Meyering <jim@meyering.net>1999-05-22 12:53:07 +0000
commitdae50ead45b44d15d591faab87e74ee18a564045 (patch)
treecbd6686a30a97d5024ff3553f83f24d3598afc31
parentbe6aea6fb9a1c3923f871b4fc01e34cb70704fda (diff)
downloadcoreutils-dae50ead45b44d15d591faab87e74ee18a564045.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 82c50cd59..7d32e27f6 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.