summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-18 11:52:44 +0000
committerJim Meyering <jim@meyering.net>1998-01-18 11:52:44 +0000
commit412043f1d8eb4f1c6b6b02ad7b8eab6e4ed3a70f (patch)
tree71175b3b268ea5fe96dd8f93ff35711712f2011b /old/textutils
parent4ffa362cc4213d5f22aa9998e30f3628ff665e08 (diff)
downloadcoreutils-412043f1d8eb4f1c6b6b02ad7b8eab6e4ed3a70f.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 3c1ee4e5b..3f48e1d9d 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,6 +1,27 @@
+1998-01-18 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/sort.c (strncoll, strncoll_s2_readonly, look_for_fraction,
+ numcompare): Remove the `unsigned' from some `unsigned char*'
+ parameter types. Add casts via UCHAR where necessary to avoid
+ problems with unwanted sign extension. Based on a patch from
+ Kaveh Ghazi to appease Irix4's cc compiler.
+
+1998-01-17 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/split.c (next_file_name): Rewrite. This removes an artificial
+ limit (albeit already high, at INT_MAX :-) on the number of files
+ split could create. Reported by Ralf W. Stephan.
+
1998-01-16 Jim Meyering <meyering@na-net.ornl.gov>
- * lib/getling.c: Make PARAMS-defining conditionals consistent.
+ * src/sort.c: (mergefps): Add braces to avoid ambiguous `else' stmt.
+ (nls_set_fraction): Likewise.
+
+ * src/sort.c: Guard inclusion of langinfo.h also with HAVE_LANGINFO_H,
+ for Irix-4.0.5. From Kaveh Ghazi.
+ * configure.in: Check for langinfo.h.
+
+ * lib/getline.c: Make PARAMS-defining conditionals consistent.
* lib/linebuffer.h: Likewise.
* lib/long-options.h: Likewise.
* lib/memcasecmp.h: Likewise.