summaryrefslogtreecommitdiffstats
path: root/bin/ksh/path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Bring back the sign compare changes, this time with a fix from otto@millert2018-01-061-2/+2
* Back out sign compare changes that appear to cause problems on hppa.millert2018-01-041-2/+2
* Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.millert2018-01-011-2/+2
* Use PATH_MAX instead of a local definejca2017-09-031-2/+2
* Move system headers from sh.h to those files that actually need them.tb2015-12-141-1/+3
* 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
* Remove an old and broken test snippet, from Michael McConville. ok millertnicm2015-10-061-25/+1
* correct spelling of NULL from (char *)0. from Michael McConville.tedu2015-09-151-7/+7
* Add brackets to clarify assignments that are the result of a test operator.jsg2015-09-051-2/+2
* lots of indentation cleanup, now ksh is readable like our other code.deraadt2005-03-301-6/+5
* Ansification plus some minor knf. No binary change on i386 andotto2004-12-201-19/+12
* Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.millert2004-12-181-45/+26
* typos from Jared Yanovich;jmc2003-10-221-2/+2
* typos; from Brian Poolejmc2003-02-281-2/+2
* rm $Log$todd2000-03-011-59/+1
* patches from pdksh 5.2.13.11millert1999-06-151-18/+27
* Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofmillert1998-10-291-3/+21
* pdksh-5.2.13 + local changesmillert1998-06-251-6/+3
* back outkstailey1997-06-191-9/+9
* (foo *)0 -> NULLkstailey1997-06-181-7/+10
* Import pdksh 5.2.7.downsj1996-08-141-0/+343