]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 18 Jan 1998 11:52:44 +0000 (11:52 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Jan 1998 11:52:44 +0000 (11:52 +0000)
old/textutils/ChangeLog

index 3c1ee4e5b4de2932e2c768c625a54cc3cda2dfeb..3f48e1d9d4dcfd0a4314a6f894679a71df2bf159 100644 (file)
@@ -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.