summaryrefslogtreecommitdiff
path: root/src/seq.c
AgeCommit message (Expand)Author
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2008-05-06avoid problems with sign-extended "char" operand to is* functionsJim Meyering
2008-04-14seq: work around floating point inaccuracies on more systemsJim Meyering
2008-03-21* src/seq.c (long_double_format): Add a comment.Jim Meyering
2008-02-19seq: give better diagnostics for invalid formats.Steven Schubiger
2008-02-18seq: give a proper diagnostic for an invalid --format=% optionJim Meyering
2007-11-21* src/seq.c (print_numbers): Rewrite in an attempt to avoid thePaul Eggert
2007-11-17Correct preceding patch.Jim Meyering
2007-11-17"seq .1 .1" would mistakenly generate no output on some systemsJim Meyering
2007-11-03Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format.Paul Eggert
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-09Fix the automatic number width formatting in seq.P@draigBrady.com
2007-06-23seq no longer mishandles cases like "seq 0 0.000001 0.000003",Paul Eggert
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert
2006-07-01Don't include <math.h> or <xstrtol.h>; no longer needed.Paul Eggert
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-03-28(get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]:Jim Meyering
2004-12-02(decimal_point): Treat like sort. Now char.Paul Eggert
2004-09-21Remove unused "case 0".Paul Eggert
2004-08-02(equal_width, valid_format, main): Use bool for booleans.Paul Eggert
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-02-23(usage): Remove stray space after \n in --help output.Jim Meyering
2004-02-03(print_numbers): Use 'double' for loop index, notJim Meyering
2004-01-27Reword so as not to exclude the possibility that INCREMENT be zero.Jim Meyering
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-27Include "c-strtod.h".Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-05(step): Default to 1.Jim Meyering
2003-09-04This makes seq's --width (-w) option work properly even when theJim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-03-20(valid_format): Also accept ` ' and `'' as validJim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-03-17(usage): Mention that --format=FORMAT must beJim Meyering
2001-12-15Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2000-12-02(valid_format): Move pre-increment to a separate statement to avoid a warning.Jim Meyering
2000-05-07Include "closeout.h".Jim Meyering
2000-05-05Include "closeout.h".Jim Meyering
2000-04-14Shorten `#ifdef HAVE_...' to `#if HAVE_...' andJim Meyering
2000-03-01(get_width_format): Fix portability problem with `-0' vs. `0'.Jim Meyering