From: Jim Meyering Date: Thu, 5 Dec 1996 03:18:34 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42096600e32f6e06a015233988825493a3840cf7;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2a2dbfa..7229d38 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,8 +2,9 @@ Wed Dec 4 21:03:18 1996 Jim Meyering * 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.