diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 916fceb44..89506f4d2 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,6 +1,12 @@ +1999-04-19 Jim Meyering <meyering@ascend.com> + + * src/seq.c (main): Restore `+' in getopt_long string. Otherwise, + commands like `seq 10 -2 0' wouldn't work. From Andreas Schwab. + * tests/seq/basic: Add tests for that. + 1999-04-17 Jim Meyering <meyering@ascend.com> - * tests/seq: New directory and tests. + * tests/seq: New directory and basic tests. * tests/Makefile.am (SUBDIRS): Add seq. * configure.in (AC_OUTPUT): Add tests/seq/Makefile. |