dd: clarify meaning of multiplication factors; put xM in order
[platform/upstream/coreutils.git] / src / seq.c
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-05-06 Jim Meyeringavoid problems with sign-extended "char" operand to...
2008-04-14 Jim Meyeringseq: work around floating point inaccuracies on more...
2008-03-21 Jim Meyering* src/seq.c (long_double_format): Add a comment.
2008-02-19 Steven Schubigerseq: give better diagnostics for invalid formats.
2008-02-18 Jim Meyeringseq: give a proper diagnostic for an invalid --format...
2007-11-21 Paul Eggert* src/seq.c (print_numbers): Rewrite in an attempt...
2007-11-17 Jim MeyeringCorrect preceding patch.
2007-11-17 Jim Meyering"seq .1 .1" would mistakenly generate no output on...
2007-11-03 Paul EggertFix bug with "seq 10.8 0.1 10.95", plus another bug...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-07-09 P@draigBrady.comFix the automatic number width formatting in seq.
2007-06-23 Paul Eggertseq no longer mishandles cases like "seq 0 0.000001...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-07-01 Paul EggertDon't include <math.h> or <xstrtol.h>; no longer needed.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]:
2004-12-02 Paul Eggert(decimal_point): Treat like sort. Now char.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-02 Paul Eggert(equal_width, valid_format, main): Use bool for booleans.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-02-23 Jim Meyering(usage): Remove stray space after \n in --help output.
2004-02-03 Jim Meyering(print_numbers): Use 'double' for loop index, not
2004-01-27 Jim MeyeringReword so as not to exclude the possibility that INCREM...
2004-01-22 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-27 Jim MeyeringInclude "c-strtod.h".
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-05 Jim Meyering(step): Default to 1.
2003-09-04 Jim MeyeringThis makes seq's --width (-w) option work properly...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-03-20 Jim Meyering(valid_format): Also accept ` ' and `'' as valid
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-03-17 Jim Meyering(usage): Mention that --format=FORMAT must be
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2000-12-02 Jim Meyering(valid_format): Move pre-increment to a separate statem...
2000-05-07 Jim MeyeringInclude "closeout.h".
2000-05-05 Jim MeyeringInclude "closeout.h".
2000-04-14 Jim MeyeringShorten `#ifdef HAVE_...' to `#if HAVE_...' and
2000-03-01 Jim Meyering(get_width_format): Fix portability problem with `...
2000-01-29 Jim MeyeringBack out most of the 2000-01-21 and 01-22 changes.
2000-01-22 Jim MeyeringTopologically sort the functions and remove fwd declara...
2000-01-22 Jim Meyering(enum Format_type): Declare.
2000-01-22 Jim MeyeringAdd support for octal and hexadecimal output.
1999-04-26 Jim Meyering(main): Revert last change.
1999-04-26 Jim Meyeringrevert last change
1999-04-26 Jim Meyering(main): Handle the case in which seq is given no args.
1999-04-19 Jim Meyering(main): Restore `+' in getopt_long string. Otherwise,
1999-03-31 Jim MeyeringNo longer include long-options.h.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-06 Jim MeyeringInclude long-options.h.
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-28 Jim Meyering(main): Decrement optind when we find an `option' that
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-07-15 Jim Meyering(check_format): Add `5' to the list of digits.
1998-05-02 Jim Meyering(check_format): Use ISDIGIT, not isdigit.
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-13 Jim Meyeringindent
1997-03-19 Jim Meyering(check_format): Rename local, FORMAT_STRING, to avoid...
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-12-21 Jim Meyering(usage): Tweak --usage text.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-07-18 Jim MeyeringInclude <sys/types.h> before system.h.
1996-05-20 Jim Meyering(usage): Make it a little clearer.
1996-05-05 Jim MeyeringRemove useless void casts of *printf return values.
1996-04-22 Jim Meyering(usage): Use FIRST, LAST consistently in description.
1996-04-21 Jim Meyering(usage): Improve help message. From Karl Berry.
1996-04-08 Jim Meyering(print_numbers): Fix off-by-one error in backwards...
1996-04-07 Jim Meyering.
1996-04-07 Jim MeyeringFiddle with messages.
1996-04-07 Jim Meyering(print_numbers): Give more precise diagnostic when...
1996-04-07 Jim Meyering(main): Rearrange loops to get it right.
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-24 Jim MeyeringInclude xstrtod.h.
1996-03-24 Jim MeyeringMake parameters const where appropriate.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-12 Jim Meyering(main): Initialize for internationalized message support:
1996-03-05 Jim Meyering(main): Exit after processing --version.
1996-01-14 Jim Meyering.
1996-01-14 Jim MeyeringInclude config.h.
1996-01-06 Jim MeyeringProtoize and __P-protect forward dcls.
next