Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0'...
[platform/upstream/coreutils.git] / src / wc.c
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.
1994-01-09 Jim Meyeringsafe_read and full_write + join patch
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-05-07 Jim Meyeringmerge with 1.5
1993-04-29 Jim Meyeringadd --version and --help
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-08 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-08 Jim MeyeringInitial revision