maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / wc.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-07-13 Benoît Knechtdoc: note the order in which wc counts are printed
2011-07-02 Jim Meyeringmaint: use "const" and "pure" function attributes where...
2011-05-28 Jim Meyeringmaint: remove useless (off_t) cast of lseek arg
2011-05-08 Pádraig Bradymaint: remove -Wmissing-field-initializers workarounds
2011-03-03 Jim Meyeringdu: don't infloop for --files0-from=DIR
2011-03-03 Jim Meyeringwc: avoid NULL dereference on out-of-memory error
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-19 Pádraig Bradywc: fix a possible hang with --files0-from
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-04-08 James Youngmandoc: make wc --help say how it defines a 'word'
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-23 Pádraig Bradywc: line-buffer the printed counts
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-02-05 Jim Meyeringavoid spurious parentheses/arith-op-related warnings...
2009-01-01 Jim Meyeringcleanup/modernize: don't test HAVE_MBRTOWC; now gnulib...
2008-12-02 Jim Meyeringwc: read and process --files0-from= input a name at...
2008-12-01 Jim Meyeringavoid warnings about initialization of automatic aggregates
2008-12-01 Pádraig Bradydoc: Improve description of --files0-from option
2008-11-10 Jim Meyeringuse xfreopen in place of unchecked freopen
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-05-17 Jim Meyeringdu, wc: merge improved --files0-from=F-related diagnostics
2008-05-08 Bruno HaibleSpeed up "wc -m" and "wc -w" in multibyte case.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-07-08 Jim MeyeringUse <wchar.h>, not "wcwidth.h".
2007-05-26 James Youngmanwc: ignore multibyte-character decoding errors
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-10-10 Paul Eggert* src/ls.c (quote_name): Use initializer rather than...
2006-08-21 Paul EggertAdd a bootstrap procedure, so that the CVS version...
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-06-26 Jim MeyeringAvoid a segfault for wc --files0=- < /dev/null.
2006-06-25 Jim Meyering* NEWS: wc accepts a new option --files0-from=FILE...
2005-08-13 Jim MeyeringDon't define mbrtowc at all.
2005-08-12 Jim MeyeringTest `!defined HAVE_MBSTATE_T' rather than
2005-07-11 Paul Eggert(wc): Avoid setmode; use POSIX-specified routines instead.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-13 Paul Eggert"bytes, words and lines" -> "lines, words, and bytes...
2005-03-06 Jim MeyeringRemove `register' keyword.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(iswspace, wc): Use to_uchar rather than a cast.
2004-05-06 Jim Meyering(get_input_fstatus): Use xnmalloc, rather than xmalloc.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-06 Jim Meyering(main): Free `fstatus' so there is no confusion about
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-09 Jim MeyeringTweak Solaris OS version number in comment.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim Meyering(wc): Fix typo in computation of file from file_x,
2003-07-20 Jim Meyering(get_input_fstatus): Fix typo: `stat' was being
2003-07-20 Jim Meyering(write_counts): Add a comment.
2003-07-20 Jim Meyering(number_width): New var.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-12 Jim Meyering(usage): Correct wording: wc prints counts in the order...
2002-11-05 Jim Meyering(write_counts, wc):
2002-10-09 Jim Meyering(wc): Adapt to new safe_read ABI.
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-25 Jim Meyering(main): Close STDIN_FILENO rather than a literal `0'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-25 Jim Meyering(usage): Adjust ordering to match that of default output.
2001-12-13 Jim Meyering(wc): Use ISSPACE and iswspace in addition to hard...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-04-14 Jim Meyering(usage): Tweak --help output: s/line,/newline,/
2001-02-19 Jim Meyering(wc): Rename innermost `buf' to avoid shadowing warning.
2000-10-30 Jim MeyeringInclude "system.h" after wctype.h (not before) to avoid
2000-08-11 Jim MeyeringAdd support for multi-byte locales.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-07-20 Jim Meyering(posixly_correct): Declare global.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(wc): Use binary mode for input.
next