From: Jim Meyering Date: Fri, 12 Aug 2005 07:15:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f7fd1a8667c45df0207fef3399b6167dbd283f3;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index fb192f6..8bfb7bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ * Version 5.3.1. + * src/csplit.c (new_control_record): Cosmetic: use X2NREALLOC (only + two arguments) rather than x2nrealloc (with three). + * src/cut.c (ADD_RANGE_PAIR): Likewise. + * src/expand.c (add_tab_stop): Likewise. + * src/join.c (extract_field, getseq): Likewise. + * src/od.c (decode_format_string): Likewise. + * src/sort.c (add_temp_dir): Likewise. + * src/unexpand.c (add_tab_stop): Likewise. + * src/pr.c (main): Cosmetic: use '\0' in place of 0. 2005-08-02 Jim Meyering