diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-05 03:18:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-05 03:18:34 +0000 |
commit | 42096600e32f6e06a015233988825493a3840cf7 (patch) | |
tree | 56454aa331b9d6805969d706e61fac12a9274f15 /old/textutils/ChangeLog | |
parent | 523fb680f60fc22bc80e29702d71f5ff01e5aead (diff) | |
download | coreutils-42096600e32f6e06a015233988825493a3840cf7.tar.xz |
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2a2dbfa1e..7229d3853 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,8 +2,9 @@ Wed Dec 4 21:03:18 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/tr.c (main) [!POSIXLY_CORRECT]: Allow the identity mappings: [:upper:] to [:upper:] and [:lower:] to [:lower:]. - (main) [POSIXLY_CORRECT]: Give a more specific diagnostic for the - identity mappings [:upper:] to [:upper:] and [:lower:] to [:lower:]. + (main) [POSIXLY_CORRECT]: Give a more specific diagnostic for + the invalid identity mappings [:upper:] to [:upper:] and [:lower:] + to [:lower:]. (class_ok): Update table to reflect that tr now allows these identity mappings. Suggestion from Risto Kankkunen. |