summaryrefslogtreecommitdiff
path: root/src/test.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-03-04test: Document that -a and -o are undesirableEric Blake
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04test: use consistent quotingPádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-05-08maint: fix common spelling errorsKevin Lyda
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-30build: avoid spurious test.c warning with -Wsuggest-attribute=pureJim Meyering
2011-12-04od,test: address warnings from gcc's -Wjump-misses-initJim Meyering
2011-11-20port to GNU hosts, where getuid and friends can failPaul Eggert
2011-03-22test: accept "==" as a synonym for "="David A. Wheeler
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-03-02maint: avoid warnings about potentially-counterproductive "inline"Jim Meyering
2009-01-16echo, printf, test: remove unused #include directivesJim Meyering
2009-01-14test, echo, printf: don't accept option abbreviationEric Blake
2008-10-19accommodate gnulib header removalsJim Meyering
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake
2007-08-28* src/test.c (usage): Say that [ honors --help and --version, but test does not.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-01-11(test_syntax_error): Append a newline. All callersPaul Eggert
2005-12-09(main): Fix misleading comment.Jim Meyering
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-08-23Remove unnecessary parens in `#if defined (SYMBOL)' expressions.Jim Meyering
2005-08-14Don't include "timespec.h".Jim Meyering
2005-08-14Include "timespec.h".Jim Meyering
2005-05-30Include sys/param.h if it exists, not if _POSIX_VERSIONPaul Eggert