summaryrefslogtreecommitdiffstats
path: root/src/test.c
AgeCommit message (Expand)AuthorLines
2012-05-08maint: fix common spelling errorsKevin Lyda-1/+1
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-30build: avoid spurious test.c warning with -Wsuggest-attribute=pureJim Meyering-0/+6
2011-12-04od,test: address warnings from gcc's -Wjump-misses-initJim Meyering-14/+18
2011-11-20port to GNU hosts, where getuid and friends can failPaul Eggert-4/+12
2011-03-22test: accept "==" as a synonym for "="David A. Wheeler-2/+4
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-3/+3
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-156/+156
2009-03-02maint: avoid warnings about potentially-counterproductive "inline"Jim Meyering-4/+4
2009-01-16echo, printf, test: remove unused #include directivesJim Meyering-1/+0
2009-01-14test, echo, printf: don't accept option abbreviationEric Blake-9/+18
2008-10-19accommodate gnulib header removalsJim Meyering-1/+0
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering-1/+1
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-1/+0
2008-06-03use gnulib's progname moduleJim Meyering-3/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert 2-author programs to use proper_nameJim Meyering-1/+3
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering-2/+1
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake-1/+1
2007-08-28* src/test.c (usage): Say that [ honors --help and --version, but test does not.Jim Meyering-1/+6
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-12/+9
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert-2/+2
2006-01-11(test_syntax_error): Append a newline. All callersPaul Eggert-11/+12
2005-12-09(main): Fix misleading comment.Jim Meyering-1/+1
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert-28/+16
2005-08-23Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering-4/+4
2005-08-14Don't include "timespec.h".Jim Meyering-1/+0
2005-08-14Include "timespec.h".Jim Meyering-8/+24
2005-05-30Include sys/param.h if it exists, not if _POSIX_VERSIONPaul Eggert-9/+2
2005-05-27Include inttostr.h, strnumcmp.h.Paul Eggert-205/+55
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-04-07(binary_operator) [LINT]: Initialize lt and rt to 0.Jim Meyering-2/+4
2005-04-07(binop): Move function definition to precede first use so we can...Jim Meyering-11/+10
2005-04-07(is_int, age_of, binop): Declare `char *' parameters to be `const'.Jim Meyering-3/+3
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering-1/+1
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering-0/+3
2005-03-06Remove register keyword.Jim Meyering-2/+2
2005-01-13(is_int): Don't overflow when evaluating integer constants.Jim Meyering-6/+17