diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-24 19:04:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-24 19:04:12 +0000 |
commit | 6d920eca0c6cae9faf401333316cd3698883fbc2 (patch) | |
tree | 75998b7dea42963fb1d1f46b1e524fa41e85c828 /old/textutils/NEWS | |
parent | cd908e158d3aa63039e6dd1394b8019524cdfa68 (diff) | |
download | coreutils-6d920eca0c6cae9faf401333316cd3698883fbc2.tar.xz |
merge with 1.8g
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 8141076c5..6530b19d9 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,21 @@ Major changes in release 1.9: * cat -v /dev/null works on more systems +* od's --compatible (-C) flag renamed to --backward-compatible (-B) +* --help and --version exit successfully +* --help gives a one-line description of each option and shows the + correspondence between short and long-named options. +* fix bug in cut. Now `echo 'a:b:c:' | cut -d: -f3-' works. + Before it printed `c' instead of `c:' +* csplit allows repeat counts to be specified via `{*}'. +* csplit accepts a new option, --suffix=format that supercedes the + --digits option. The --digits option will continue to work. +* csplit accepts a new option, --elide-empty-files. +* configure uses config.h, so DEFS won't exceed preprocessor limits of + some compilers on the number of symbols defined via -D. +* work around problem where $(srcdir)/config.h was used instead of + ../config.h -- this happened only when building in a subdirectory + and when config.h remained in $(srcdir) from a previous ./configure. + Major changes in release 1.8: * added non-ANSIfied version of memchr.c from GNU libc. |