merge with 1.9.1i1
authorJim Meyering <jim@meyering.net>
Sun, 30 Oct 1994 13:56:10 +0000 (13:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Oct 1994 13:56:10 +0000 (13:56 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index ba08e8b5a60c6fe9b541d08de99c23aeb43c18bd..98a96a1dbfb4e10e54871b27512700120cf0d206 100644 (file)
@@ -1,3 +1,13 @@
+Sun Oct 30 01:30:41 1994  Jim Meyering  (meyering@comco.com)
+
+       * fmt.c, fmt.1: New files.
+       Both from Ross Paterson (rap@doc.ic.ac.uk).
+
+       * Makefile.in (PROGS): Add fmt.
+       * src/Makefile.in (SOURCES, OBJECTS): Add fmt.c and fmt.o respectively.
+       (fmt): Add a link rule.
+       * man/Makefile.in (MANFILES): Add fmt.1.
+
 Sat Oct 08 10:44:30 1994  Jim Meyering  (meyering@comco.com)
 
        * Makefile.in (All of them): Update from the ones in sh-utils.
index 4e211fadbf6a62eae45f6875466e4a3cf080d7fe..adc8a9674bce26449def5d6f1d37c0732ef53cc4 100644 (file)
@@ -1,14 +1,14 @@
 User-visible changes in release 1.10
 * new program: fmt
 * tail -f on multiple files reports file truncation
-* tail -q corrected so it never prints headers
+* tail -q has been fixed so it never prints headers
 * wc -c is much faster when operating on non-regular files
 * unexpand gives a diagnostic (rather than a segfault) when given a name of
   a nonexistent file.
 * cat, csplit, head, split, sum, tac, tail, tr, and wc no longer fail
   gratuitously when continued after a suspended read or write system call.
-* cut interprets -d '' to mean `use the NUL byte as the delimiter.' rather
-  than reporting that no delimiter was specified.
+* cut interprets -d '' to mean `use the NUL byte as the delimiter' rather
+  than reporting that no delimiter was specified and failing.
 * `echo a:b:c: | cut -d: -f3,4' prints `c:'.  Before it printed just `c'.
 * cut has been rewritten, is markedly faster for large inputs, and passes a
   fairly large test suite.