From: Jim Meyering Date: Mon, 29 Apr 1996 01:36:49 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14d~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175585876f4814b69cfdec9136b1431cd0a65d59;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 55be7445c3..a560289e51 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,10 @@ Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov) * fmt.c (copy_rest): Don't copy past end of prefix. Output - trailing spaces if the prefix had any. Before, the command - perl -e 'print "| S";' |fmt -p' | '|tr '\0' @ output `|@S'. - Reported by François Pinard. + trailing spaces if the prefix had any. Before, fmt would + improperly output NUL bytes. The command + perl -e 'print "| S";' |fmt -p' | '|tr '\0' @ + output `|@S'. Reported by François Pinard. * sort.c (main): Give a better diagnostic for `sort -0'. Reported by Karl Berry.