summaryrefslogtreecommitdiff
path: root/src/test.c
AgeCommit message (Expand)Author
2005-05-27Include inttostr.h, strnumcmp.h.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-07(binary_operator) [LINT]: Initialize lt and rt to 0.Jim Meyering
2005-04-07(binop): Move function definition to precede first use so we can...Jim Meyering
2005-04-07(is_int, age_of, binop): Declare `char *' parameters to be `const'.Jim Meyering
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
2005-03-06Remove register keyword.Jim Meyering
2005-01-13(is_int): Don't overflow when evaluating integer constants.Jim Meyering
2004-11-14(usage): Put the description of `[-n] STRING'Jim Meyering
2004-09-09(usage): Document -r, -w, -x more carefully.Paul Eggert
2004-09-09(usage): Mention that -h and -L don't dereference.Paul Eggert
2004-09-09(usage): Document "test" (with no args) and "[ ]".Paul Eggert
2004-09-06Sort options in usage message.Paul Eggert
2004-08-03(TRUE, FALSE, SHELL_BOOLEAN, TRUTH_OR, TRUTH_AND):Paul Eggert
2004-07-25(R_OK, W_OK, X_OK, FOK): Remove; system.h defines them.Paul Eggert
2004-06-22(usage): Correct description of `-t FD'. The fileJim Meyering
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering
2004-06-01(binary_operator, and, or, main):Jim Meyering
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-05Cast NULL to `(char *)' in call to variadic function,Jim 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-07-26Include exitfail.h.Jim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-16(integer_expected_error): Improve diagnostic -- now,Jim Meyering
2003-07-16(AUTHORS): Replace 3-letter usernames with the actualJim Meyering
2003-07-16Running `[' with no arguments would evoke a segfault.Jim Meyering
2003-07-06Add support for a "[" that conforms to the GNU coding standards,Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-06-02[!TEST_STANDALONE]: Remove #if-0'd block.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2003-02-10add comments and fix dumb typosJim Meyering
2003-02-10Don't include group-member.h.Jim Meyering
2003-02-09(test_stat): Remove function. It's job is done (onlyJim Meyering
2002-12-15Remove all uses of `PARAMS'.Jim Meyering
2002-09-25(eaccess): Change type of local `euid' from int to uid_tJim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-04-28(integer_expected_error): Add `const' to paramaterJim Meyering
2002-04-28(test_syntax_error): Add `const' to paramaterJim Meyering
2002-03-25update copyrightJim Meyering
2002-03-25(age_of): Return -1 and 0 rather than 0 and 1.Jim Meyering
2001-12-15Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering
2001-09-16(usage): Describe -h option.Jim Meyering
2001-09-09(binary_operator): Correct typo in diagnostic.Jim Meyering