aboutsummaryrefslogtreecommitdiff
path: root/bin/test
Commit message (Expand)AuthorAgeFilesLines
* Clarify: test compares strings by binary value, not "ASCII value".Tim J. Robbins2004-07-031-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Typo: s/SunOP/SunOS/g.Maxim Konovalov2004-06-161-2/+2
* Remove a duplicated description of the test for the null string.Yaroslav Tykhiy2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.Yaroslav Tykhiy2004-06-071-1/+13
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.Ruslan Ermilov2003-09-071-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
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-2/+0
* 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-172-0/+13
* The file_descriptor argument to -t isn't optional, so don't mark it up so.Dima Dorfman2001-08-311-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-15/+19
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
* mdoc(7) police: now that Nm macro accepts punctuation charactersRuslan Ermilov2000-11-181-1/+1
* Add support for 64bit integer comparisons.Stefan Eßer2000-07-101-6/+50
* Remove test for block device.Kris Kennaway2000-05-071-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Take into account the fact that "[" may be called with a path,Sheldon Hearn1999-12-281-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-276-6/+6
* 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-165-785/+465
* 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 cross-references to test(1) and expr(1) respectively.Joseph Koshy1998-12-181-1/+4
* Add -S flag to test for sockets.Martin Cracauer1998-09-074-17/+28
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-183-13/+17