summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-03-14 04:00:19 +0000
committerJim Meyering <jim@meyering.net>1997-03-14 04:00:19 +0000
commit294ea6ffc2502c0496a60bdf4ee1954cb73ae7dd (patch)
treecda03074ae18f769bbd9210bf55427676ba459de /old/textutils
parentc127695e96f62f61a94e9f8227abd4b7e71c6088 (diff)
downloadcoreutils-294ea6ffc2502c0496a60bdf4ee1954cb73ae7dd.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 58506fe46..5f90568ee 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,16 @@
+Thu Mar 13 21:46:04 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/tr.c (main): Make sure c1 is not -1 before using it as an
+ array index. Patch from Greg McGary. Although this is truly a
+ bug, I believe it would not cause tr to misbehave on most systems.
+ I could not construct a test case with which this bug causes tr
+ to generate invalid output.
+
+ * tests/pr-test/Test.pm: Add test that -o 0 works.
+
+ * src/pr.c (main): Allow use of 0 (zero) as the margin offset
+ argument to the -o option. Patch from Gary Anderson.
+
Fri Feb 28 22:32:51 1997 Jim Meyering <meyering@na-net.ornl.gov>
* src/uniq.c (usage): Fix typo in --help output. From Andreas Schwab.