From: Jim Meyering Date: Sun, 13 Oct 2002 06:47:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.3~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f4402aa580dfe10ccc8a5e97034c33e6b85bce7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a5fe6e6c0e..afe335b207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2002-10-12 Jim Meyering +2002-10-13 Jim Meyering * Version 4.5.3. + * src/Makefile.am (../AUTHORS): New target/rule. + +2002-10-12 Jim Meyering + * src/paste.c (paste_parallel): Declare local, `delims_saved', to be of type size_t, since that's the way it's used and avoids a warning.