]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 19 Oct 1995 22:39:16 +0000 (22:39 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 19 Oct 1995 22:39:16 +0000 (22:39 +0000)
old/textutils/NEWS

index fd790d0dbc506ef9085fd4ba78024ec7166c0c3f..2cc7e07c45a88715b46b1518ea121eb16a9ce04c 100644 (file)
@@ -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