TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / fmt.c
2008-08-12 Benno Schulenbergfmt: remove the 'no file' sentence; the standard phrase...
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 Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
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-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-01-11 Jim Meyeringtrivial merge
2007-01-06 G.P. Halkes* src/fmt.c (copy_rest): Correct prefix handling.
2006-07-09 Paul Eggert(check_punctuation): Don't assume that isprint etc...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(long_options): Use NULL, not `0'.
2005-03-06 Jim MeyeringRemove `register' keyword.
2004-10-20 Paul Eggert(usage): Improve description of --prefix.
2004-08-03 Paul Eggert(COST, MAXWORDS): Add a comment describing some of
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-26 Jim Meyering(flush_paragraph): Cast field width to `int' to avoid...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-11 Jim Meyering(main): Enclose diagnostic in _(...).
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-02 Jim Meyering(usage): Don't mention obsolescent -WIDTH option.
2003-05-02 Jim MeyeringInclude "quote.h".
2003-05-02 Jim Meyering(main): Diagnose invalid suffix on obsolescent width...
2003-03-18 Jim Meyering[struct Word] (paren, period, punct, final): Change the
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-09-24 Jim Meyeringfmt's -s, -t, -c options didn't work properly for long...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-17 Jim MeyeringRemove `unsigned' attribute from type of global `prefix'.
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-09-12 Jim MeyeringThe command `echo a|./fmt -2147483647' would cause...
2001-09-12 Jim MeyeringThe command `echo foo| fmt -w 100000' would cause fmt...
2001-08-31 Jim Meyering(bool): Remove typedef, now that it's in system.h.
2001-08-28 Jim Meyering(main): Diagnose an invalid width option.
2001-08-28 Jim Meyering(main): Correct the diagnostic for invalid argument...
2001-03-12 Jim Meyering`fmt --prefix=S' would not work properly for any string...
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-07 Jim Meyering(main): Use a `%s' format in error call,
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-07-26 Jim Meyering(check_punctuation): Add cast to placate irix4's cc...
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-17 Jim Meyering(check_punctuation): Used unsigned char* pointers to...
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-12-13 Jim Meyering(main): Add some braces.
1997-10-07 Jim Meyeringindent cpp directives to reflect nesting
1997-10-07 Jim Meyeringupdate bug-reporting address
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...
1997-01-25 Jim Meyeringfix copyright filling
1996-11-23 Jim Meyering(usage): Alphabetize options like sort -f would.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-07 Jim Meyering(check_punctuation): Use ISPUNCT instead of ispunct.
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-07-10 Jim Meyering(MAXCOST): Use `(unsigned long)1' rather than `(COST)1'
1996-04-29 Jim Meyering(copy_rest): Don't copy past end of prefix. Output
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1996-02-13 Jim Meyering[.TRUE]: Undefine before defining.
1995-12-15 Jim Meyering(main): Use xstrtol instead of atoi.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-15 Jim Meyering[__P]: Don't define it here.
1995-11-05 Jim Meyering[__P]: Test PROTOTYPES, not __STDC__.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-06-22 Jim Meyering[word]: Redefine. Otherwise, systems (Unicos for one...
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-20 Jim Meyering(usage): Tweak wording.
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-01-28 Jim Meyering(isopen, isclose, isperiod): Use strchr, not index.
1995-01-25 Jim Meyering* fmt.c (copy_rest): Replace `||' with `&&'. Before...
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-11-16 Jim Meyering.
next