]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 14 Mar 1997 04:00:19 +0000 (04:00 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Mar 1997 04:00:19 +0000 (04:00 +0000)
old/textutils/ChangeLog

index 58506fe464007f0d5591ea015f532b2e6fac0cd2..5f90568ee3c702edea5787f5310477169cd97e0b 100644 (file)
@@ -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.