1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-07 13:34:51 +02:00
This commit is contained in:
Jim Meyering
1995-10-19 22:39:16 +00:00
parent 6f6a35a9a1
commit 4aba8a55f2

View 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