summaryrefslogtreecommitdiff
path: root/bin/ksh/lex.h
AgeCommit message (Expand)Author
2018-01-15Stop pretending we support building ksh without EDIT/HISTORY supportJeremie Courreges-Anglas
2018-01-06Bring back the sign compare changes, this time with a fix from otto@Todd C. Miller
2018-01-04Back out sign compare changes that appear to cause problems on hppa.Todd C. Miller
2018-01-01Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.Todd C. Miller
2017-12-07Drop the unused second argument from set_prompt(). It used to be used forTheo Buehler
2015-10-10Move more declarations out of proto.h into better headers, from MichaelNicholas Marriott
2015-10-09Lexer states are not needed outside of lex.c.Todd C. Miller
2015-10-05Remove EXTERN from lex.h and put the definitions in lex.c, from MichaelNicholas Marriott
2013-03-03Fix quoting in word part of ${var+word} (and similar) when entire thingPhilip Guenther
2013-01-20Fix backslash escaping during filename tab-completion in ksh.Stefan Sperling
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2005-09-11Fix " handling in here documents. POSIX says they are not special, soOtto Moerbeek
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andTodd C. Miller
2004-11-02crank history to 500, requested by pvalTheo de Raadt
2003-02-28typos; from Brian PooleJason McIntyre
2001-09-19occured->occurredMike Pechkin
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1996-10-13Update to version 5.2.11.Jason Downs
1996-10-01Integrate pdksh 5.2.9.Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs