summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-31 03:08:07 +0000
committerJim Meyering <jim@meyering.net>1996-05-31 03:08:07 +0000
commit7b297f76c48fe0c37e63ed0c95aad26c04320262 (patch)
tree1c718b0fa2ab7ca9d78b3f0be0b11b9521db6c73 /old
parent3c467c0d22366740e5137dcb96e08add08a6778f (diff)
downloadcoreutils-7b297f76c48fe0c37e63ed0c95aad26c04320262.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 8cbf3944b..c28076985 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,11 @@
Thu May 30 00:07:48 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * sort.c (limfield): #ifdef-out a block of code that makes
+ GNU sort incompatible with Unix sort when a key-end spec refers
+ to the N'th character in a field that has fewer than N characters.
+ The POSIX spec doesn't appear to specify behavior for this case.
+ From Karl Heuer.
+
* po/Makefile.in.in (stamp-cat-id): Avoid using temp filename
longer than 14 characters.
(mostlyclean): Likewise.
@@ -12,7 +18,7 @@ Thu May 30 00:07:48 1996 Jim Meyering <meyering@na-net.ornl.gov>
It is required when using native NLS, e.g. on Solaris.
From Marcus Daniels.
- * src/od.c (decode_one_format): Use %lu (not %d) printf format
+ * od.c (decode_one_format): Use %lu (not %d) printf format
corresponding to unsigned long, SIZE.
* Version 1.15.