(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / seq.c
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.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-08-08 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-02-27 Jim MeyeringRemove \n's from error format strings.
1995-01-12 Jim MeyeringFix typo: seperator -> separator.
1995-01-08 Jim MeyeringRemove FIXMEs.
1994-12-31 Jim MeyeringAdd some FIXME comments.
1994-12-31 Jim MeyeringInclude "system.h".
1994-12-31 Jim MeyeringMinor indentation change.
1994-12-31 Jim MeyeringFrom Ulrich Drepper.