diff options
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 55be7445c..a560289e5 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. |