summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-05-23 19:12:22 +0000
committerJim Meyering <jim@meyering.net>1993-05-23 19:12:22 +0000
commite500c52f49490354d14d464ee856d8e8a99e73ea (patch)
tree3dd2135105486189f2f2da5e719ff11c81256f38 /old
parent6587c39b3ad22a17a2525597bc8d4712916d29fe (diff)
downloadcoreutils-e500c52f49490354d14d464ee856d8e8a99e73ea.tar.xz
merge with 1.6
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog24
-rw-r--r--old/textutils/NEWS3
2 files changed, 21 insertions, 6 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d0f54b56c..7c510eab4 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,17 +1,33 @@
+Sat May 22 02:13:12 1993 Jim Meyering (meyering@comco.com)
+
+ * Version 1.6.
+
+Fri May 21 22:57:53 1993 Jim Meyering (meyering@comco.com)
+
+ * pr.c (cols_ready_to_print): New function. It replaces a global
+ variable by the same name and computes on the fly the value that
+ was supposed to be maintained through that variable. This should
+ put to rest the `pr -2a' bug.
+ (main): Don't let getopt_long reorder arguments so we can
+ distinguish between `pr -1 -2' and `pr -12'. Rework handling of
+ -n and +n options.
+
+ * fold.c: Declare xmalloc.
+
Wed May 19 19:12:18 1993 Karl Berry (karl@owl.hq.ileaf.com)
- * sort.c (main): fflush before exit, so a closed stdout doesn't lose.
+ * sort.c (main): fflush before exit, so a closed stdout doesn't lose.
Tue May 18 23:49:26 1993 Jim Meyering (meyering@comco.com)
* mkinstalldirs: New file.
- * Makefile.in (installdirs): Use it.
+ * Makefile.in (installdirs): Use it to create installation directories.
-Fri May 14 23:45:52 1993 Jim Meyering (meyering@comco.com)
+Fri May 14 23:45:52 1993 Jim Meyering (meyering@comco.com)
* all source: With --version, print version and exit immediately.
-Thu May 13 01:03:16 1993 Jim Meyering (meyering@comco.com)
+Thu May 13 01:03:16 1993 Jim Meyering (meyering@comco.com)
* Makefile.in (installdirs): New rules for creating installation
directories. (install): depend on it.
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 0742b700d..bc00525ff 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,8 +1,7 @@
Major changes in release 1.6:
* with the --version option programs print the version and exit immediately
-* --compatible makes `tail -0f' work like `tail +1f' for compatibility
- with BSD tail.
* pr -2a really terminates
+* pr -n produces multi-column output
Major changes in release 1.5:
* sort is 8-bit clean