summaryrefslogtreecommitdiff
path: root/src/wc.c
AgeCommit message (Expand)Author
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
2005-07-11(wc): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-13"bytes, words and lines" -> "lines, words, and bytes" in commentPaul Eggert
2005-03-06Remove `register' keyword.Jim Meyering
2004-09-21Remove unused "case 0".Paul Eggert
2004-08-03(iswspace, wc): Use to_uchar rather than a cast.Paul Eggert
2004-05-06(get_input_fstatus): Use xnmalloc, rather than xmalloc.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-06(main): Free `fstatus' so there is no confusion aboutJim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-08-09Tweak Solaris OS version number in comment.Jim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-23(wc): Fix typo in computation of file from file_x,Jim Meyering
2003-07-20(get_input_fstatus): Fix typo: `stat' was beingJim Meyering
2003-07-20(write_counts): Add a comment.Jim Meyering
2003-07-20(number_width): New var.Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-06-12(usage): Correct wording: wc prints counts in the order `newline, word, byte'.Jim Meyering
2002-11-05(write_counts, wc):Jim Meyering
2002-10-09(wc): Adapt to new safe_read ABI.Jim Meyering
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-25(main): Close STDIN_FILENO rather than a literal `0'.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering