From: Jim Meyering Date: Fri, 31 May 1996 03:08:07 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_16~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b297f76c48fe0c37e63ed0c95aad26c04320262;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8cbf3944b8..c28076985c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,11 @@ Thu May 30 00:07:48 1996 Jim Meyering + * 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 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.