From: Jim Meyering Date: Fri, 9 Jan 2004 16:16:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da5fc253a9d066b8e40bddca1a897b58dcf95a3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index dd07456b5e..511f16c891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,9 +21,18 @@ 2004-01-03 Jim Meyering - * src/paste.c (paste_parallel): Remove needless complexity of + * src/paste.c: Use `bool' (not int) as the type for a few + global variables. + (collapse_escapes): Rewrite to set globals rather than modifying + its parameter. + Use size_t (not int) for all counters and related index variables. + (paste_parallel): Remove needless complexity of using xrealloc in the loop; just allocate the buffers up front. Free the two temporary buffers. + Move declarations of locals `down' into scope where used. + (paste_serial): Remove `register' attributes. + (main): Simplify delim-related code. + Free `delims', now that it's malloc'd. 2004-01-02 Jim Meyering