From 294ea6ffc2502c0496a60bdf4ee1954cb73ae7dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Mar 1997 04:00:19 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 + + * 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 * src/uniq.c (usage): Fix typo in --help output. From Andreas Schwab.