From: Jim Meyering Date: Thu, 5 Dec 1996 03:13:39 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f36b30756fa3f4ffd82a48c9ee38439892912b0;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 4ed45720ba..07ad693a00 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +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:]. + (class_ok): Update table to reflect that tr now allows these + identity mappings. + Thu Nov 28 00:31:18 1996 Jim Meyering * configure.in (AM_GNU_GETTEXT): Renamed from ud_GNU_GETTEXT