summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 14:28:23 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 14:28:23 +0000
commit4f1553c89f34b12c4e56aee4bdf4c1bf6d11630d (patch)
tree5d74d835d2795e720f8c7cd6f9c05c5d33b5b6af /old
parent1b9cb7ea23473568ca7ec6cdd2983192e2a4e215 (diff)
downloadcoreutils-4f1553c89f34b12c4e56aee4bdf4c1bf6d11630d.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e730c28d6..2504a682e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,6 +1,22 @@
+2000-12-02 Jim Meyering <meyering@lucent.com>
+
+ * doc/textutils.texi (sort invocation): Clarify how -t works
+ when a sort key specifies a range of fields. From Karl O. Pinc.
+
+2000-11-30 Jim Meyering <meyering@lucent.com>
+
+ * src/sort.c: s/SIZE_T_MAX/SIZE_MAX/.
+
+2000-11-30 Paul Eggert <eggert@twinsun.com>
+
+ * src/sys2.h: Include <stdint.h> if HAVE_STDINT_H.
+ (SIZE_MAX): Renamed from SIZE_T_MAX, as C99 uses SIZE_MAX.
+ All uses changed.
+
2000-11-30 Jim Meyering <meyering@lucent.com>
- * src/sys2.h (SIZE_T_MAX): Define.
+ * src/sort.c: SIZE_MAX is not defined, so s/SIZE_MAX/SIZE_T_MAX/, and...
+ * src/sys2.h (SIZE_T_MAX): ... define.
2000-11-29 Paul Eggert <eggert@twinsun.com>