diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-19 22:39:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-19 22:39:16 +0000 |
commit | 4aba8a55f2d1df885fa2ec09aee95695b37a9801 (patch) | |
tree | 30d945755568e8ad0e3b92ea49447390e03c9c00 /old/textutils | |
parent | 6f6a35a9a16bb79f658f836282e0d00c32be7c52 (diff) | |
download | coreutils-4aba8a55f2d1df885fa2ec09aee95695b37a9801.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index fd790d0db..2cc7e07c4 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,8 @@ User-visible changes in release 1.14 * join accepts POSIX `-o 0' field specifier. +* tr 'a[b*512]' '[a*]' terminates +* tr '[:*3][:digit:]' 'a-m' and tr 'a[=*2][=c=]' 'xyyz' no longer fail +* special characters in tr's string1 and string2 may be escaped with backslash User-visible changes in release 1.13 * md5sum: with --check, distinguish between open/read failure and bad checksum * md5sum: remove -h, -s, -v short options |