summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-29 01:36:49 +0000
committerJim Meyering <jim@meyering.net>1996-04-29 01:36:49 +0000
commit175585876f4814b69cfdec9136b1431cd0a65d59 (patch)
treed2501f08a1b3c90a0148ddc9ca83e7a1bded4b8a /old
parent1ecd1b9c52b198d2d5fb4643efd26c302b1df57a (diff)
downloadcoreutils-175585876f4814b69cfdec9136b1431cd0a65d59.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog7
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.