summaryrefslogtreecommitdiffstats
path: root/bin/ksh/tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support 64 bit integers on 32 bit architectures.tobias2018-04-091-4/+4
* Favor usage of __func__ in warning/error messages. Some of them referred to theanton2018-03-151-3/+3
* Remove code that has been disabled since 1999. From Michael W. Bombardieri whoanton2018-01-201-18/+1
* Introduce internal_warningf() and mark internal_errorf() as noreturnjca2018-01-161-2/+2
* Bring back the sign compare changes, this time with a fix from otto@millert2018-01-061-8/+12
* Back out sign compare changes that appear to cause problems on hppa.millert2018-01-041-12/+8
* Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.millert2018-01-011-8/+12
* Add uses of areallocarray(). mksh and Bitrig ksh already have similarmmcc2015-11-011-4/+6
* Move string.h include from sh.h to the files that use it.mmcc2015-10-191-1/+3
* remove null check before afree. from Michael McConvilletedu2015-10-091-9/+5
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-7/+1
* Remove unnecessary casts, from Michael McConville. No binary change.nicm2015-09-171-8/+6
* correct spelling of NULL from (char *)0. from Michael McConville.tedu2015-09-151-5/+5
* remove casts and null checks before free. from Michael McConvilletedu2015-09-011-11/+11
* fptreef() always returns 0 and we never use the return value anyway,otto2012-06-271-4/+2
* plug a memleak when freeing io redirection in commands.jaredy2008-08-111-1/+2
* fix lint comments, no functional changes; ok rayjaredy2006-04-101-2/+2
* lots of indentation cleanup, now ksh is readable like our other code.deraadt2005-03-301-129/+129
* spacingderaadt2005-03-281-4/+4
* Ansification plus some minor knf. No binary change on i386 andotto2004-12-201-47/+20
* spacingderaadt2004-12-191-2/+2
* deregistermillert2004-12-181-30/+30
* Get rid of #ifdef KSH since we don't care about building a V7 style sh andmillert2004-12-181-9/+1
* Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.millert2004-12-181-26/+10
* Fix three off-by-one errors. ok espie@, millert@, miod@dhartmei2002-02-271-4/+4
* pdksh-5.2.14millert1999-07-141-1/+18
* patches from pdksh 5.2.13.11millert1999-06-151-16/+17
* Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofmillert1998-10-291-1/+3
* pdksh-5.2.13 + local changesmillert1998-06-251-4/+88
* i am bored enough to fix terminal space/tab ugliesderaadt1997-09-011-3/+3
* back outkstailey1997-06-191-3/+3
* (foo *)0 -> NULLkstailey1997-06-181-3/+3
* update to pdksh-5.2.8downsj1996-08-191-2/+2
* Import pdksh 5.2.7.downsj1996-08-141-0/+656