summaryrefslogtreecommitdiff
path: root/old/textutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-01-26 18:58:08 +0000
committerJim Meyering <jim@meyering.net>1994-01-26 18:58:08 +0000
commitd5dc4b055fc0e19d2dc6175946c8bc4a1d7c0eb7 (patch)
tree5a4e852e2e70e7b0bbb48f314e61845d915899ef /old/textutils/NEWS
parentc6756ec787c27922538635602d51dbf63da93b67 (diff)
downloadcoreutils-d5dc4b055fc0e19d2dc6175946c8bc4a1d7c0eb7.tar.xz
.
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r--old/textutils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index df71b4645..c9f7f7a2d 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,8 @@
User-visible changes in release 1.10
+* 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.
* `echo a:b:c: | cut -d: -f3,4' prints `c:'. Before it printed just `c'.