From: Jim Meyering Date: Sun, 18 Jan 1998 11:52:44 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16l~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=412043f1d8eb4f1c6b6b02ad7b8eab6e4ed3a70f;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3c1ee4e5b4..3f48e1d9d4 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,27 @@ +1998-01-18 Jim Meyering + + * 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 + + * 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 - * 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.