aboutsummaryrefslogtreecommitdiff
path: root/bin/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* Use NULL for pointers instead of 0.Marcelo Araujo2016-04-191-1/+1
* test: Optimize operator lookup.Jilles Tjoelker2016-01-301-67/+97
* test: Avoid looking up again the type of a known binary operator.Jilles Tjoelker2013-12-051-7/+6
* test: Simplify the code by unifying op_num and op_type.Jilles Tjoelker2013-12-011-78/+75
* test: Remove -ntXY and -otXY primaries.Jilles Tjoelker2013-05-311-161/+23
* Enhance test(1) by adding provision to compare any combination of thePeter Jeremy2013-02-251-23/+161
* test: Reduce code size of ops table.Jilles Tjoelker2011-11-251-5/+5
* Put some static keywords in the source code.Ed Schouten2011-10-311-5/+5
* bin: Prefer strrchr() to rindex().Jilles Tjoelker2011-03-151-1/+1
* Accept == as an alias of = which is a popular GNU extension.Xin LI2011-02-271-0/+1
* test: Note that this is used both as a normal program and a shell builtin.Jilles Tjoelker2011-02-151-0/+4
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-3/+3
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.Jilles Tjoelker2009-05-261-9/+59
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* o Backout rev. 1.40 and rev. 1.49.Maxim Konovalov2002-08-151-36/+34
* Make test check the tv_nsec part of a struct stat when comparingDavid Malone2002-07-271-8/+10
* Fix a memory leak.Maxim Konovalov2002-07-051-0/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.Alfred Perlstein2002-05-111-2/+1
* backout additional include of cdefs.h, it's not helping any.Alfred Perlstein2002-05-111-1/+0
* include cdefs.h for __printf0like to silence warning.Alfred Perlstein2002-05-111-0/+1
* Use intmax_t as quad_t replacement, like in exprAndrey A. Chernov2002-03-281-5/+6
* Log:Maxim Konovalov2002-03-061-10/+6
* __printflike() should really be __printf0like() since verrx() canKris Kennaway2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1Kris Kennaway2002-02-041-1/+2
* Work around a buffer overflow problem on argv that has been exposedAkinori MUSHA2002-02-031-6/+16
* o __P has been reovedWarner Losh2002-02-021-61/+32
* strtoq -> strtoll (strtoq is deprecated)Andrey A. Chernov2001-12-251-5/+5
* 1) Localize (LC_CTYPE)Andrey A. Chernov2001-12-171-0/+11
* POSIX strto*() functions MAY return EINVAL, so don't assume that only oneAndrey A. Chernov2001-12-141-2/+4
* Fix style bugs I found, and add a comment.Akinori MUSHA2001-11-191-10/+11
* Oops sorry, forgot to add a #include.Akinori MUSHA2001-11-191-0/+1
* - Do not reference argv[1] if no argument is given.Akinori MUSHA2001-11-191-7/+34
* Make test(1) a builtin command of our sh(1) for efficiency. TheAkinori MUSHA2001-11-171-0/+5
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-201-15/+17
* Add support for 64bit integer comparisons.Stefan Eßer2000-07-101-6/+50
* Take into account the fact that "[" may be called with a path,Sheldon Hearn1999-12-281-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Make the comments nice, short-but-sweet XXX format.Brian Feldman1999-08-241-10/+3
* Make a comment I added a bit nicer.Brian Feldman1999-08-221-2/+3
* Finally: fix test -x as completely as possible.Brian Feldman1999-08-201-7/+17
* The new test(1) did not use access() correctly. I don't know why, sinceBrian Feldman1999-08-181-2/+7
* Replace our test(1) with NetBSD's pdksh-derived version. The code isSheldon Hearn1999-08-161-520/+391
* Minor style fix - change 'if(!*v)' to 'if (!*v)'Chris Costello1999-08-141-2/+2
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Add -S flag to test for sockets.Martin Cracauer1998-09-071-1/+4
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-181-3/+5
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-3/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1