summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-16 04:29:10 +0000
committerJim Meyering <jim@meyering.net>1996-10-16 04:29:10 +0000
commite82e83086c18b812d6a2ea374dabc9ebdaf4d1aa (patch)
treefc9820e854125e360efd9e2122d79529b0c9999d /old/textutils
parent70ef71caf5398454dd17120f456998c1a3760c73 (diff)
downloadcoreutils-e82e83086c18b812d6a2ea374dabc9ebdaf4d1aa.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index bd7441297..4de2ec992 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,10 @@
+Tue Oct 15 23:25:31 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/tr.c (get_next): Rewrite to treat lower/upper mapping as a
+ special case.
+ (main): Write separate loops to initialize mapping for lower->upper
+ and upper->lower conversion.
+
Sun Oct 13 12:52:42 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/xstrtol.c (__xstrtol): Return an error for invalid suffix.