summaryrefslogtreecommitdiffstats
path: root/bin/ksh/c_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Allow string greater/less than than operators to work with test aka [.millert2019-06-191-6/+3
* Support 64 bit integers on 32 bit architectures.tobias2018-04-091-2/+2
* The hack for /dev/fd support on systems without it was removed amillert2017-12-261-27/+18
* Move system headers from sh.h to those files that actually need them.tb2015-12-141-1/+2
* Move string.h include from sh.h to the files that use it.mmcc2015-10-191-1/+3
* Apply style(9) to header includes.mmcc2015-10-191-2/+3
* Last of the (thing *)0 -> NULL, from Michael McConville. No binarynicm2015-09-181-5/+5
* correct spelling of NULL from (char *)0. from Michael McConville.tedu2015-09-151-2/+2
* Fix PR #723: test(1) operator precedence inconsistent with POSIXotto2009-03-011-9/+17
* lots of indentation cleanup, now ksh is readable like our other code.deraadt2005-03-301-74/+71
* spacingderaadt2005-03-281-3/+3
* Introduce POSIX hex and octal (0x... and 0...) constants in arithmeticotto2005-02-021-3/+3
* Use stdbool.h instead of rolling our own bools.millert2004-12-221-3/+3
* Ansification plus some minor knf. No binary change on i386 andotto2004-12-201-61/+28
* Get rid of #ifdef KSH since we don't care about building a V7 style sh andmillert2004-12-181-3/+1
* Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.millert2004-12-181-84/+14
* The special case code for "test -x" over NFS was incorrect. Themillert2003-10-101-10/+6
* typos; from Brian Poolejmc2003-02-281-2/+2
* knftodd2002-06-091-4/+4
* pdksh-5.2.14millert1999-07-141-5/+19
* patches from pdksh 5.2.13.11millert1999-06-151-3/+3
* pdksh-5.2.13 + local changesmillert1998-06-251-5/+39
* back outkstailey1997-06-191-6/+7
* (foo *)0 -> NULLkstailey1997-06-181-7/+6
* update to pdksh-5.2.8downsj1996-08-191-2/+5
* Import pdksh 5.2.7.downsj1996-08-141-0/+613