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