aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering1-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering1-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady1-3/+3
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady1-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-156/+156
2009-03-02maint: avoid warnings about potentially-counterproductive "inline"Jim Meyering1-4/+4
2009-01-16echo, printf, test: remove unused #include directivesJim Meyering1-1/+0
2009-01-14test, echo, printf: don't accept option abbreviationEric Blake1-9/+18
2008-10-19accommodate gnulib header removalsJim Meyering1-1/+0
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering1-1/+1
2008-06-27factor out time_t-to-string conversion idiomJim Meyering1-1/+0
2008-06-03use gnulib's progname moduleJim Meyering1-3/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26convert 2-author programs to use proper_nameJim Meyering1-1/+3
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering1-2/+1
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake1-1/+1
2007-08-28* src/test.c (usage): Say that [ honors --help and --version, but test does not.Jim Meyering1-1/+6
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-12/+9
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert1-2/+2
2006-01-11(test_syntax_error): Append a newline. All callersPaul Eggert1-11/+12
2005-12-09(main): Fix misleading comment.Jim Meyering1-1/+1
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert1-28/+16
2005-08-23Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering1-4/+4
2005-08-14Don't include "timespec.h".Jim Meyering1-1/+0
2005-08-14Include "timespec.h".Jim Meyering1-8/+24
2005-05-30Include sys/param.h if it exists, not if _POSIX_VERSIONPaul Eggert1-9/+2
2005-05-27Include inttostr.h, strnumcmp.h.Paul Eggert1-205/+55
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-07(binary_operator) [LINT]: Initialize lt and rt to 0.Jim Meyering1-2/+4
2005-04-07(binop): Move function definition to precede first use so we can...Jim Meyering1-11/+10
2005-04-07(is_int, age_of, binop): Declare `char *' parameters to be `const'.Jim Meyering1-3/+3
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering1-1/+1
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering1-0/+3
2005-03-06Remove register keyword.Jim Meyering1-2/+2
2005-01-13(is_int): Don't overflow when evaluating integer constants.Jim Meyering1-6/+17
2004-11-14(usage): Put the description of `[-n] STRING'Jim Meyering1-1/+2
2004-09-09(usage): Document -r, -w, -x more carefully.Paul Eggert1-3/+3
2004-09-09(usage): Mention that -h and -L don't dereference.Paul Eggert1-0/+1
2004-09-09(usage): Document "test" (with no args) and "[ ]".Paul Eggert1-0/+3
2004-09-06Sort options in usage message.Paul Eggert1-1/+1
2004-08-03(TRUE, FALSE, SHELL_BOOLEAN, TRUTH_OR, TRUTH_AND):Paul Eggert1-261/+167
2004-07-25(R_OK, W_OK, X_OK, FOK): Remove; system.h defines them.Paul Eggert1-50/+3
2004-06-22(usage): Correct description of `-t FD'. The fileJim Meyering1-2/+2
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering1-2/+3
2004-06-01(binary_operator, and, or, main):Jim Meyering1-7/+7
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-4/+3