Age | Commit message (Expand) | Author |
2009-02-05 | avoid spurious parentheses/arith-op-related warnings from newer gcc | Jim Meyering |
2009-01-01 | cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides it | Jim Meyering |
2008-12-02 | wc: read and process --files0-from= input a name at a time, | Jim Meyering |
2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering |
2008-12-01 | doc: Improve description of --files0-from option | Pádraig Brady |
2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-08 | standardize some error messages | Bo Borgerson |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2008-05-17 | du, wc: merge improved --files0-from=F-related diagnostics | Jim Meyering |
2008-05-08 | Speed up "wc -m" and "wc -w" in multibyte case. | Bruno Haible |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-07-08 | Use <wchar.h>, not "wcwidth.h". | Jim Meyering |
2007-05-26 | wc: ignore multibyte-character decoding errors | James Youngman |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-10-10 | * src/ls.c (quote_name): Use initializer rather than memset to | Paul Eggert |
2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-06-26 | Avoid a segfault for wc --files0=- < /dev/null. | Jim Meyering |
2006-06-25 | * NEWS: wc accepts a new option --files0-from=FILE, where FILE | Jim Meyering |
2005-08-13 | Don't define mbrtowc at all. | Jim Meyering |
2005-08-12 | Test `!defined HAVE_MBSTATE_T' rather than | Jim Meyering |
2005-07-11 | (wc): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-13 | "bytes, words and lines" -> "lines, words, and bytes" in comment | Paul Eggert |
2005-03-06 | Remove `register' keyword. | Jim Meyering |
2004-09-21 | Remove 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 about | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-08-09 | Tweak Solaris OS version number in comment. | Jim Meyering |
2003-07-23 | Don'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 being | Jim 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 |