diff options
-rw-r--r-- | old/textutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 4ed45720b..07ad693a0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +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:]. + (class_ok): Update table to reflect that tr now allows these + identity mappings. + Thu Nov 28 00:31:18 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (AM_GNU_GETTEXT): Renamed from ud_GNU_GETTEXT |