| Commit message (Expand) | Author | Age | Files | Lines |
* | test(1): Document == alias for =. | jilles | 2012-12-27 | 1 | -1/+8 |
* | Minor mdoc nits. | joel | 2012-05-13 | 1 | -1/+1 |
* | test: Reduce code size of ops table. | jilles | 2011-11-25 | 1 | -5/+5 |
* | Put some static keywords in the source code. | ed | 2011-10-31 | 1 | -5/+5 |
* | bin: Prefer strrchr() to rindex(). | jilles | 2011-03-15 | 1 | -1/+1 |
* | Accept == as an alias of = which is a popular GNU extension. | delphij | 2011-02-27 | 1 | -0/+1 |
* | test: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-02-15 | 1 | -0/+4 |
* | test: Move tests to tools/regression/bin/test. | jilles | 2010-11-08 | 3 | -353/+0 |
* | Revert changes of 'assure' to 'ensure' made in r211936. | brucec | 2010-09-11 | 1 | -1/+1 |
* | test(1): Fix markup, ( and ) must be separate arguments so leave spaces. | jilles | 2010-09-10 | 1 | -1/+1 |
* | test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||. | jilles | 2010-09-10 | 1 | -5/+12 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -3/+3 |
* | Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant. | jilles | 2009-05-26 | 2 | -9/+99 |
* | - rename the RETURN VALUES section to EXIT STATUS | danger | 2009-01-07 | 1 | -1/+1 |
* | Simplify some markup. | ru | 2006-12-14 | 1 | -32/+34 |
* | Granting the amount of misunderstanding the last change received, | yar | 2006-07-31 | 1 | -1/+7 |
* | Document that both sides of -a or -o are always evaluated. This | yar | 2006-07-27 | 1 | -1/+8 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 3 | -2/+5 |
* | Clarify: test compares strings by binary value, not "ASCII value". | tjr | 2004-07-03 | 1 | -3/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | Typo: s/SunOP/SunOS/g. | maxim | 2004-06-16 | 1 | -2/+2 |
* | Remove a duplicated description of the test for the null string. | yar | 2004-06-07 | 1 | -5/+0 |
* | Describe how test(1) will evaluate its expressions for a symlink. | yar | 2004-06-07 | 1 | -1/+13 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53. | ru | 2003-09-07 | 1 | -1/+1 |
* | o Backout rev. 1.40 and rev. 1.49. | maxim | 2002-08-15 | 1 | -36/+34 |
* | Make test check the tv_nsec part of a struct stat when comparing | dwmalone | 2002-07-27 | 1 | -8/+10 |
* | Fix a memory leak. | maxim | 2002-07-05 | 1 | -0/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -4/+2 |
* | while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__. | alfred | 2002-05-11 | 1 | -2/+1 |
* | backout additional include of cdefs.h, it's not helping any. | alfred | 2002-05-11 | 1 | -1/+0 |
* | include cdefs.h for __printf0like to silence warning. | alfred | 2002-05-11 | 1 | -0/+1 |
* | Use intmax_t as quad_t replacement, like in expr | ache | 2002-03-28 | 1 | -5/+6 |
* | Log: | maxim | 2002-03-06 | 1 | -10/+6 |
* | __printflike() should really be __printf0like() since verrx() can | kris | 2002-02-04 | 1 | -1/+1 |
* | Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1 | kris | 2002-02-04 | 1 | -1/+2 |
* | Work around a buffer overflow problem on argv that has been exposed | knu | 2002-02-03 | 1 | -6/+16 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -61/+32 |
* | strtoq -> strtoll (strtoq is deprecated) | ache | 2001-12-25 | 1 | -5/+5 |
* | 1) Localize (LC_CTYPE) | ache | 2001-12-17 | 1 | -0/+11 |
* | POSIX strto*() functions MAY return EINVAL, so don't assume that only one | ache | 2001-12-14 | 1 | -2/+4 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
* | Fix style bugs I found, and add a comment. | knu | 2001-11-19 | 1 | -10/+11 |
* | Oops sorry, forgot to add a #include. | knu | 2001-11-19 | 1 | -0/+1 |
* | - Do not reference argv[1] if no argument is given. | knu | 2001-11-19 | 1 | -7/+34 |
* | Make test(1) a builtin command of our sh(1) for efficiency. The | knu | 2001-11-17 | 2 | -0/+13 |
* | The file_descriptor argument to -t isn't optional, so don't mark it up so. | dd | 2001-08-31 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -6/+6 |