summaryrefslogtreecommitdiffstats
path: root/bin/test
Commit message (Expand)AuthorAgeFilesLines
* Minor mdoc nits.joel2012-05-131-1/+1
* test: Reduce code size of ops table.jilles2011-11-251-5/+5
* Put some static keywords in the source code.ed2011-10-311-5/+5
* bin: Prefer strrchr() to rindex().jilles2011-03-151-1/+1
* Accept == as an alias of = which is a popular GNU extension.delphij2011-02-271-0/+1
* test: Note that this is used both as a normal program and a shell builtin.jilles2011-02-151-0/+4
* test: Move tests to tools/regression/bin/test.jilles2010-11-083-353/+0
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-111-1/+1
* test(1): Fix markup, ( and ) must be separate arguments so leave spaces.jilles2010-09-101-1/+1
* test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.jilles2010-09-101-5/+12
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-3/+3
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.jilles2009-05-262-9/+99
* - rename the RETURN VALUES section to EXIT STATUSdanger2009-01-071-1/+1
* Simplify some markup.ru2006-12-141-32/+34
* Granting the amount of misunderstanding the last change received,yar2006-07-311-1/+7
* Document that both sides of -a or -o are always evaluated. Thisyar2006-07-271-1/+8
* /*- or .\"- or #- to begin license clauses.imp2005-01-103-2/+5
* Clarify: test compares strings by binary value, not "ASCII value".tjr2004-07-031-3/+3
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Typo: s/SunOP/SunOS/g.maxim2004-06-161-2/+2
* Remove a duplicated description of the test for the null string.yar2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.yar2004-06-071-1/+13
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.ru2003-09-071-1/+1
* o Backout rev. 1.40 and rev. 1.49.maxim2002-08-151-36/+34
* Make test check the tv_nsec part of a struct stat when comparingdwmalone2002-07-271-8/+10
* Fix a memory leak.maxim2002-07-051-0/+1
* Consistently use FBSDIDobrien2002-06-301-4/+2
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.alfred2002-05-111-2/+1
* backout additional include of cdefs.h, it's not helping any.alfred2002-05-111-1/+0
* include cdefs.h for __printf0like to silence warning.alfred2002-05-111-0/+1
* Use intmax_t as quad_t replacement, like in exprache2002-03-281-5/+6
* Log:maxim2002-03-061-10/+6
* __printflike() should really be __printf0like() since verrx() cankris2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1kris2002-02-041-1/+2
* Work around a buffer overflow problem on argv that has been exposedknu2002-02-031-6/+16
* o __P has been reovedimp2002-02-021-61/+32
* strtoq -> strtoll (strtoq is deprecated)ache2001-12-251-5/+5
* 1) Localize (LC_CTYPE)ache2001-12-171-0/+11
* POSIX strto*() functions MAY return EINVAL, so don't assume that only oneache2001-12-141-2/+4
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-2/+0
* Fix style bugs I found, and add a comment.knu2001-11-191-10/+11
* Oops sorry, forgot to add a #include.knu2001-11-191-0/+1
* - Do not reference argv[1] if no argument is given.knu2001-11-191-7/+34
* Make test(1) a builtin command of our sh(1) for efficiency. Theknu2001-11-172-0/+13
* The file_descriptor argument to -t isn't optional, so don't mark it up so.dd2001-08-311-1/+1
* mdoc(7) police:ru2001-08-071-1/+1
* Remove whitespace at EOL.dd2001-07-151-6/+6
* WARNS= -> WARNS?=dd2001-06-221-1/+1
OpenPOWER on IntegriCloud