summaryrefslogtreecommitdiff
path: root/bin/ksh/syn.c
AgeCommit message (Expand)Author
2008-07-23fix stack abuse in the `time' commmand, using alloc()'d memory instead.Jared Yanovich
2006-04-10fix lint comments, no functional changes; ok rayJared Yanovich
2006-03-21Revert for the moment, according to Mike Belopuhov this producesOtto Moerbeek
2006-03-20Fix potential null deref and out-of-bound access.Otto Moerbeek
2006-03-14remove excessive optimization; from adobriyan@gmail; ok teduTheo de Raadt
2005-12-11fix a few name clashes with libc; found by lint. ok deraadt@Otto Moerbeek
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
2005-03-28spacingTheo de Raadt
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
2004-12-18remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directlyTodd C. Miller
2004-12-18deregisterTodd C. Miller
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andTodd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
2003-10-22typos from Jared Yanovich;Jason McIntyre
2002-06-09knfTodd T. Fries
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
1998-10-09Initialize the correct fields when creating an empty command. Fixes bug where aTodd C. Miller
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1996-11-21Update to 5.2.12.Jason Downs
1996-10-13Update to version 5.2.11.Jason Downs
1996-10-01Integrate pdksh 5.2.9.Jason Downs
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs