summaryrefslogtreecommitdiffstats
path: root/bin/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* test: Remove -ntXY and -otXY primaries.jilles2013-05-311-161/+23
* Enhance test(1) by adding provision to compare any combination of thepeterj2013-02-251-23/+161
* 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
* 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-261-9/+59
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-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
* 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-171-0/+5
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-201-15/+17
* Add support for 64bit integer comparisons.se2000-07-101-6/+50
* Take into account the fact that "[" may be called with a path,sheldonh1999-12-281-1/+6
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Make the comments nice, short-but-sweet XXX format.green1999-08-241-10/+3
* Make a comment I added a bit nicer.green1999-08-221-2/+3
* Finally: fix test -x as completely as possible.green1999-08-201-7/+17
* The new test(1) did not use access() correctly. I don't know why, sincegreen1999-08-181-2/+7
* Replace our test(1) with NetBSD's pdksh-derived version. The code issheldonh1999-08-161-520/+391
* Minor style fix - change 'if(!*v)' to 'if (!*v)'chris1999-08-141-2/+2
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Add -S flag to test for sockets.cracauer1998-09-071-1/+4
* Correct use of .Nm. Add rcsid.charnier1998-05-181-3/+5
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.eivind1997-12-101-3/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix handling of -o and -a operators in the 3 argument case.steve1996-12-251-2/+2
* -Wall cleaning.steve1996-12-141-3/+3
* err() --> errx() for non-errno related failures.joerg1996-03-111-3/+3
* Fix -h option:ache1995-10-281-2/+2
OpenPOWER on IntegriCloud