summaryrefslogtreecommitdiff
path: root/src/seq.c
AgeCommit message (Collapse)Author
1998-07-15(check_format): Add `5' to the list of digits.Jim Meyering
Reported by Donni Erpel.
1998-05-02(check_format): Use ISDIGIT, not isdigit.Jim Meyering
1997-12-21s/__P/PARAMS/Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-07-13indentJim Meyering
1997-03-19(check_format): Rename local, FORMAT_STRING, to avoid shadowing global.Jim Meyering
(print_numbers): Likewise.
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵Jim Meyering
*) 0' as last parameter in getopt_long call.
1996-12-21(usage): Tweak --usage text.Jim Meyering
1996-11-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-07-18Include <sys/types.h> before system.h.Jim Meyering
1996-05-20(usage): Make it a little clearer.Jim Meyering
1996-05-05Remove useless void casts of *printf return values.Jim Meyering
1996-04-22(usage): Use FIRST, LAST consistently in description.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-08(print_numbers): Fix off-by-one error in backwards-counting loop.Jim Meyering
Reported by Karl Eichwalder.
1996-04-07.Jim Meyering
1996-04-07Fiddle with messages.Jim Meyering
1996-04-07(print_numbers): Give more precise diagnostic when incrementJim Meyering
is inconsistent with FROM and TO. (usage): Clean up help message.
1996-04-07(main): Rearrange loops to get it right.Jim Meyering
Reported by Karl Eichwalder <ke@ke.Central.DE>.
1996-03-24Update FSF's address.Jim Meyering
1996-03-24Include xstrtod.h.Jim Meyering
(scan_double_arg): Use xstrtod rather than strtod directly.
1996-03-24Make parameters const where appropriate.Jim Meyering
Rename global FROM to START. (print_numbers): Rewrite loops to avoid incrementing. Instead, use `x = first + i * increment' paradigm. Otherwise, with inexact increment, you could miss the last value.
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
(main): Use PACKAGE_VERSION instead of version_string.
1996-03-12(main): Initialize for internationalized message support:Jim Meyering
call setlocale, bindtextdomain, and textdomain.
1996-03-05(main): Exit after processing --version.Jim Meyering
1996-01-14.Jim Meyering
1996-01-14Include config.h.Jim Meyering
1996-01-06Protoize and __P-protect forward dcls.Jim Meyering
1995-11-27s/non-zero/nonzero/gJim Meyering
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-03-09add 1995 to Copyright datesJim Meyering
1995-02-27Remove \n's from error format strings.Jim Meyering
(main): Let `seq 1 1' work. Invoke usage always with 1 when failing.
1995-01-12Fix typo: seperator -> separator.Jim Meyering
1995-01-08Remove FIXMEs.Jim Meyering
(get_width_format): Use stub function if not all of the needed math functions are available. From Ulrich. (main): Give reason for failure.
1994-12-31Add some FIXME comments.Jim Meyering
1994-12-31Include "system.h".Jim Meyering
Don't explicitly include headers that it includes. Use error, not `fprintf (stderr'.
1994-12-31Minor indentation change.Jim Meyering
(usage): Change wording a little.
1994-12-31From Ulrich Drepper.Jim Meyering