maint: adjust formatting of certain continued strings
[platform/upstream/coreutils.git] / src / seq.c
2012-01-11 Jim Meyeringmaint: adjust formatting of certain continued strings
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-10-28 Patrick W. Plusnick IImaint: remove an unnecessary FIXME comment
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-02-18 Eric Blakeadd missing copyright dates
2009-02-14 Pádraig Bradyseq: Fix equal width calculation when '.' added to...
2008-10-26 Paul Eggertseq: improve quality of format-checking code
2008-10-25 Paul Eggertseq: revert Solaris 8 work-around that caused x86 regre...
2008-09-29 Jim Meyeringseq: solve e13188e7ef7bbd609c1586332a335b4194b881aa...
2008-09-26 Jim Meyeringseq -0.1 0.1 2: print final number when locale's decima...
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.
next