From: Jim Meyering Date: Fri, 23 Jan 2004 15:41:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3168b354904de6a5e7d302068bd9302a606420ce;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 47cb384f01..d9b89986e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.1.2. + * man/Makefile.am (.x.1): Prefix help2man invocation with `$(PERL) --' + so it works on systems with Perl installed somewhere other than in + /usr/bin. + * src/paste.c (paste_parallel): Declare local, chr, to be of type `int', not `char', since it must hold EOF. This bug would make paste infloop on some systems. Reported by Nelson H. F. Beebe