diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-19 14:06:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-19 14:06:07 +0000 |
commit | 5f724e01b974e7cb1222420b81d55ca5eefabda5 (patch) | |
tree | 35cbaca094937341fecb6a03fda673f7e0775ce7 | |
parent | c37f2f6355b5c56b5adf30783a1d7f4fc2ec07ea (diff) | |
download | coreutils-5f724e01b974e7cb1222420b81d55ca5eefabda5.tar.xz |
*** empty log message ***
-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. |