maint: with split lines, don't leave an operator at end of line
[platform/upstream/coreutils.git] / src / test.c
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/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
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-12-30 Jim Meyeringbuild: avoid spurious test.c warning with -Wsuggest...
2011-12-04 Jim Meyeringod,test: address warnings from gcc's -Wjump-misses...
2011-11-20 Paul Eggertport to GNU hosts, where getuid and friends can fail
2011-03-22 David A. Wheelertest: accept "==" as a synonym for "="
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
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-03-02 Jim Meyeringmaint: avoid warnings about potentially-counterproducti...
2009-01-16 Jim MeyeringMerge branch 'master' of git://git.sv.gnu.org/coreutils
2009-01-16 Jim Meyeringecho, printf, test: remove unused #include directives
2009-01-14 Eric Blaketest, echo, printf: don't accept option abbreviation
2008-10-19 Jim Meyeringaccommodate gnulib header removals
2008-08-26 Jim Meyeringuse new global, "Version", rather than macro, VERSION
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
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-03-19 Jim MeyeringCheck for -- and remove -- some unnecessarily included...
2007-08-30 Eric BlakeUse PACKAGE_NAME instead of GNU_PACKAGE.
2007-08-28 Jim Meyering* src/test.c (usage): Say that [ honors --help and...
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-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-01-11 Paul Eggert(test_syntax_error): Append a newline. All callers
2005-12-09 Jim Meyering(main): Fix misleading comment.
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-08-23 Jim MeyeringRemove unnecessary parens in `#if defined (SYMBOL)...
2005-08-14 Jim MeyeringDon't include "timespec.h".
2005-08-14 Jim MeyeringInclude "timespec.h".
2005-05-30 Paul EggertInclude sys/param.h if it exists, not if _POSIX_VERSION
2005-05-27 Paul EggertInclude inttostr.h, strnumcmp.h.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-07 Jim Meyering(binary_operator) [LINT]: Initialize lt and rt to 0.
2005-04-07 Jim Meyering(binop): Move function definition to precede first...
2005-04-07 Jim Meyering(is_int, age_of, binop): Declare `char *' parameters...
2005-04-04 Jim Meyering(usage): Move USAGE_BUILTIN_WARNING to end of --help...
2005-04-04 Jim Meyering(usage): Mention that some shells provide a built-in
2005-03-06 Jim MeyeringRemove register keyword.
2005-01-13 Jim Meyering(is_int): Don't overflow when evaluating integer constants.
2004-11-14 Jim Meyering(usage): Put the description of `[-n] STRING'
2004-09-09 Paul Eggert(usage): Document -r, -w, -x more carefully.
2004-09-09 Paul Eggert(usage): Mention that -h and -L don't dereference.
2004-09-09 Paul Eggert(usage): Document "test" (with no args) and "[ ]".
2004-09-06 Paul EggertSort options in usage message.
2004-08-03 Paul Eggert(TRUE, FALSE, SHELL_BOOLEAN, TRUTH_OR, TRUTH_AND):
2004-07-25 Paul Eggert(R_OK, W_OK, X_OK, FOK): Remove; system.h defines them.
2004-06-22 Jim Meyering(usage): Correct description of `-t FD'. The file
2004-06-21 Jim MeyeringStandardize on the diagnostics given when someone gives
2004-06-01 Jim Meyering(binary_operator, and, or, main):
2004-01-22 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
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-07-26 Jim MeyeringInclude exitfail.h.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-16 Jim Meyering(integer_expected_error): Improve diagnostic -- now,
2003-07-16 Jim Meyering(AUTHORS): Replace 3-letter usernames with the actual
2003-07-16 Jim MeyeringRunning `[' with no arguments would evoke a segfault.
2003-07-06 Jim MeyeringAdd support for a "[" that conforms to the GNU coding...
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-02 Jim Meyering[!TEST_STANDALONE]: Remove #if-0'd block.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-02-10 Jim Meyeringadd comments and fix dumb typos
2003-02-10 Jim MeyeringDon't include group-member.h.
2003-02-09 Jim Meyering(test_stat): Remove function. It's job is done (only
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-09-25 Jim Meyering(eaccess): Change type of local `euid' from int to...
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-28 Jim Meyering(integer_expected_error): Add `const' to paramater
2002-04-28 Jim Meyering(test_syntax_error): Add `const' to paramater
2002-03-25 Jim Meyeringupdate copyright
2002-03-25 Jim Meyering(age_of): Return -1 and 0 rather than 0 and 1.
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-25 Jim Meyering(usage): Indent --help and --version strings to start...
2001-09-16 Jim Meyering(usage): Describe -h option.
2001-09-09 Jim Meyering(binary_operator): Correct typo in diagnostic.
2001-08-18 Jim Meyering(binary_operator): Move declarations of lt,rt `down'
2001-08-18 Jim Meyering(isint, binary_operator, unary_operator):
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-05-07 Jim MeyeringInclude "closeout.h".
1999-08-22 Jim MeyeringUse ATTRIBUTE_NORETURN instead of NO_RETURN_ATTRIBUTE.
1999-03-29 Jim MeyeringPROGRAM_NAME: rename from COMMAND_NAME
1999-03-04 Jim Meyering(main): Include author name argument in call to parse_l...
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-25 Jim Meyering(usage): Remove static attribute.
next