summaryrefslogtreecommitdiffstats
path: root/src/wc.c
AgeCommit message (Expand)AuthorLines
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering-2/+2
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering-2/+2
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering-44/+95
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering-1/+1
2008-12-01doc: Improve description of --files0-from optionPádraig Brady-1/+2
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-1/+2
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-1/+0
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-08standardize some error messagesBo Borgerson-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert 2-author programs to use proper_nameJim Meyering-1/+3
2008-05-17du, wc: merge improved --files0-from=F-related diagnosticsJim Meyering-7/+32
2008-05-08Speed up "wc -m" and "wc -w" in multibyte case.Bruno Haible-54/+67
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering-1/+2
2007-05-26wc: ignore multibyte-character decoding errorsJames Youngman-14/+5
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert-2/+1
2006-08-21Add a bootstrap procedure, so that the CVS version contains fewerPaul Eggert-28/+4
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert-7/+3
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering-1/+1
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering-6/+74
2005-08-13Don't define mbrtowc at all.Jim Meyering-5/+0
2005-08-12Test `!defined HAVE_MBSTATE_T' rather thanJim Meyering-1/+1
2005-07-11(wc): Avoid setmode; use POSIX-specified routines instead.Paul Eggert-21/+11
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-13"bytes, words and lines" -> "lines, words, and bytes" in commentPaul Eggert-1/+1
2005-03-06Remove `register' keyword.Jim Meyering-2/+2
2004-09-21Remove unused "case 0".Paul Eggert-3/+0
2004-08-03(iswspace, wc): Use to_uchar rather than a cast.Paul Eggert-64/+64
2004-05-06(get_input_fstatus): Use xnmalloc, rather than xmalloc.Jim Meyering-1/+1
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering-3/+3
2003-11-06(main): Free `fstatus' so there is no confusion aboutJim Meyering-0/+2
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-2/+2
2003-09-18revert previous changeJim Meyering-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering-1/+1
2003-08-09Tweak Solaris OS version number in comment.Jim Meyering-1/+1
2003-07-23Don't include headers already included by system.h:Jim Meyering-1/+0
2003-07-23(wc): Fix typo in computation of file from file_x,Jim Meyering-1/+1
2003-07-20(get_input_fstatus): Fix typo: `stat' was beingJim Meyering-1/+1
2003-07-20(write_counts): Add a comment.Jim Meyering-7/+12
2003-07-20(number_width): New var.Jim Meyering-31/+109
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2003-06-12(usage): Correct wording: wc prints counts in the order `newline, word, byte'.Jim Meyering-2/+2
2002-11-05(write_counts, wc):Jim Meyering-9/+9