]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 29 Apr 1996 01:29:16 +0000 (01:29 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Apr 1996 01:29:16 +0000 (01:29 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index 3ddb1420e72507a23005f08538fc4aa6a14beee1..9a56205e1d120599c9901e28812aaf2ff1a6b044 100644 (file)
@@ -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.
index 7e3dc5b1f5c974fdbfbe3dca33897994257b1561..8c422173b7fe28bc4647da13873d2af2b5cba93e 100644 (file)
@@ -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