*** empty log message ***
[platform/upstream/coreutils.git] / src / wc.c
2006-06-26 Jim MeyeringAvoid a segfault for wc --files0=- < /dev/null.
2006-06-25 Jim Meyering* NEWS: wc accepts a new option --files0-from=FILE...
2005-08-13 Jim MeyeringDon't define mbrtowc at all.
2005-08-12 Jim MeyeringTest `!defined HAVE_MBSTATE_T' rather than
2005-07-11 Paul Eggert(wc): Avoid setmode; use POSIX-specified routines instead.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-13 Paul Eggert"bytes, words and lines" -> "lines, words, and bytes...
2005-03-06 Jim MeyeringRemove `register' keyword.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(iswspace, wc): Use to_uchar rather than a cast.
2004-05-06 Jim Meyering(get_input_fstatus): Use xnmalloc, rather than xmalloc.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-06 Jim Meyering(main): Free `fstatus' so there is no confusion about
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-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-09 Jim MeyeringTweak Solaris OS version number in comment.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim Meyering(wc): Fix typo in computation of file from file_x,
2003-07-20 Jim Meyering(get_input_fstatus): Fix typo: `stat' was being
2003-07-20 Jim Meyering(write_counts): Add a comment.
2003-07-20 Jim Meyering(number_width): New var.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-12 Jim Meyering(usage): Correct wording: wc prints counts in the order...
2002-11-05 Jim Meyering(write_counts, wc):
2002-10-09 Jim Meyering(wc): Adapt to new safe_read ABI.
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-25 Jim Meyering(main): Close STDIN_FILENO rather than a literal `0'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-25 Jim Meyering(usage): Adjust ordering to match that of default output.
2001-12-13 Jim Meyering(wc): Use ISSPACE and iswspace in addition to hard...
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-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-04-14 Jim Meyering(usage): Tweak --help output: s/line,/newline,/
2001-02-19 Jim Meyering(wc): Rename innermost `buf' to avoid shadowing warning.
2000-10-30 Jim MeyeringInclude "system.h" after wctype.h (not before) to avoid
2000-08-11 Jim MeyeringAdd support for multi-byte locales.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-07-20 Jim Meyering(posixly_correct): Declare global.
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-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(wc): Use binary mode for input.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim MeyeringUpdate call to human_readable -- now there's one fewer...
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-04-12 Jim Meyering(wc): Declare per-file counters and `linepos' to be...
1998-04-11 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1998-04-11 Jim Meyering[HAVE_INTTYPES_H]: Include inttypes.h.
1998-04-11 Jim Meyering*** empty log message ***
1997-11-03 Jim Meyering(main): New option, --max-line-length (-L).
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...
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-02 Jim Meyering(usage): Tell where to report bugs.
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-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-10-31 Jim MeyeringAdd `const' attribute to some parameters.
1995-10-30 Jim MeyeringProtoize.
1995-10-30 Jim MeyeringReorder functions to obviate forward dcls.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-07-27 Jim MeyeringRemove spurious space.
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-02-28 Jim Meyering(wc): oops. Add missing dcl of stats.
1995-02-27 Jim Meyering(wc): Put back test for S_ISREG. On some systems lseek...
1995-02-16 Jim Meyering(wc): Fix off-by-one error when counting lines.
1995-02-11 Jim MeyeringFix example in comment.
1995-02-10 Jim Meyering(wc): Eliminate fstat call -- using lseek is sufficient.
1995-02-10 Jim Meyering(wc): Handle separately the cases in which words need
1995-02-09 Jim Meyering(wc): Add a separate loop for counting only lines or...
1995-02-09 Jim Meyering(wc): Don't overcount the number of bytes when reading...
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-05-06 Jim Meyering.
1994-04-13 Jim Meyering.
next