index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
test
/
test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Avoid looking up again the type of a known binary operator.
jilles
2013-12-05
1
-7
/
+6
*
test: Simplify the code by unifying op_num and op_type.
jilles
2013-12-01
1
-78
/
+75
*
test: Remove -ntXY and -otXY primaries.
jilles
2013-05-31
1
-161
/
+23
*
Enhance test(1) by adding provision to compare any combination of the
peterj
2013-02-25
1
-23
/
+161
*
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
*
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
1
-9
/
+59
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
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
*
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
1
-0
/
+5
*
Silence WARNS=2 and BDECFLAGS on alpha and i386
kris
2001-05-20
1
-15
/
+17
*
Add support for 64bit integer comparisons.
se
2000-07-10
1
-6
/
+50
*
Take into account the fact that "[" may be called with a path,
sheldonh
1999-12-28
1
-1
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Make the comments nice, short-but-sweet XXX format.
green
1999-08-24
1
-10
/
+3
*
Make a comment I added a bit nicer.
green
1999-08-22
1
-2
/
+3
*
Finally: fix test -x as completely as possible.
green
1999-08-20
1
-7
/
+17
*
The new test(1) did not use access() correctly. I don't know why, since
green
1999-08-18
1
-2
/
+7
*
Replace our test(1) with NetBSD's pdksh-derived version. The code is
sheldonh
1999-08-16
1
-520
/
+391
*
Minor style fix - change 'if(!*v)' to 'if (!*v)'
chris
1999-08-14
1
-2
/
+2
*
Various spelling/formatting changes.
kris
1999-05-08
1
-2
/
+2
*
Add -S flag to test for sockets.
cracauer
1998-09-07
1
-1
/
+4
*
Correct use of .Nm. Add rcsid.
charnier
1998-05-18
1
-3
/
+5
*
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
eivind
1997-12-10
1
-3
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix handling of -o and -a operators in the 3 argument case.
steve
1996-12-25
1
-2
/
+2
*
-Wall cleaning.
steve
1996-12-14
1
-3
/
+3
[next]