summaryrefslogtreecommitdiff
path: root/src/wc.c
AgeCommit message (Expand)Author
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-13doc: note the order in which wc counts are printedBenoît Knecht
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-28maint: remove useless (off_t) cast of lseek argJim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-03-03du: don't infloop for --files0-from=DIRJim Meyering
2011-03-03wc: avoid NULL dereference on out-of-memory errorJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-04-08doc: make wc --help say how it defines a 'word'James Youngman
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-23wc: line-buffer the printed countsPádraig Brady
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-12-01doc: Improve description of --files0-from optionPádraig Brady
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-05-17du, wc: merge improved --files0-from=F-related diagnosticsJim Meyering
2008-05-08Speed up "wc -m" and "wc -w" in multibyte case.Bruno Haible
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering
2007-05-26wc: ignore multibyte-character decoding errorsJames Youngman
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert
2006-08-21Add a bootstrap procedure, so that the CVS version contains fewerPaul Eggert
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering
2005-08-13Don't define mbrtowc at all.Jim Meyering
2005-08-12Test `!defined HAVE_MBSTATE_T' rather thanJim Meyering