diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-23 15:41:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-23 15:41:05 +0000 |
commit | 3168b354904de6a5e7d302068bd9302a606420ce (patch) | |
tree | 0b3ba13664c278d06368774fb3fcd456d805e1bb /ChangeLog | |
parent | 14abf5e07094b77f315aedcc13396d34dfb65706 (diff) | |
download | coreutils-3168b354904de6a5e7d302068bd9302a606420ce.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |