diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-29 01:29:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-29 01:29:16 +0000 |
commit | 8b9e784e1e1f9bf53fd831dba6677299857a31e4 (patch) | |
tree | 788f94cb4e338f9dbfb4155db8303829aec83f2f /old/textutils | |
parent | 5a5938db828ab6059f7600692f5c5006873b9bcc (diff) | |
download | coreutils-8b9e784e1e1f9bf53fd831dba6677299857a31e4.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 12 | ||||
-rw-r--r-- | old/textutils/NEWS | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3ddb1420e..9a56205e1 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,15 @@ +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. + + * configure.in: Make fp_C_PROTOTYPES precede AC_C_INLINE. + Otherwise, some systems lose because the value AC_C_INLINE choses + with plain `cc' is different from that chosen when using the ANSI-mode + C compiler. From Kaveh Ghazi. + Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov) * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 7e3dc5b1f..8c422173b 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ Changes in release 1.15 +* fix a bug in fmt when prefix has trailing white space * internationalized diagnostic messages * fix a couple bugs in tr involving use of -c and/or -d flags -- see ChangeLog * diagnose some improper or questionable invocations of csplit |