Age | Commit message (Expand) | Author |
2013-12-17 | ctype cleanups. Repeated re-audits of this sensitive area by okan and | Theo de Raadt |
2013-06-03 | add : to special chars. | Ted Unangst |
2013-01-21 | revert the tweak part of the last commit which, apart from the | Alexander Hall |
2013-01-20 | Fix backslash escaping during filename tab-completion in ksh. | Stefan Sperling |
2012-09-10 | fake a sigwinch after each job, so if the terminal changes size, | Ted Unangst |
2010-05-20 | Escape "=", remove if 0'd out code and simplify check in x_print_expansions. | Federico G. Schwindt |
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt |
2007-08-01 | escape [, ], and ? as well. from cbiere@netbsd. | Federico G. Schwindt |
2005-12-11 | fix a few name clashes with libc; found by lint. ok deraadt@ | Otto Moerbeek |
2005-09-11 | Process window size changes after xread(). [change window size] | Otto Moerbeek |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-02-25 | knf | Theo de Raadt |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek |
2004-12-19 | spacing | Theo de Raadt |
2004-12-18 | Use struct termios instead of TTY_state typedef | Todd C. Miller |
2004-12-18 | Flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller |
2004-12-18 | Use _POSIX_VDISABLE directly instead of assigning it to a variable. | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-11-04 | do the variety-pack of bash-style \letter expansions on prompt variables. | Theo de Raadt |
2003-08-22 | in word location, fix forward scanning so it correctly account for any | Federico G. Schwindt |
2003-06-26 | protos | Theo de Raadt |
2003-05-05 | in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this | Federico G. Schwindt |
2002-06-09 | knf | Todd T. Fries |
2002-02-16 | Add '#' to the list of escaped characters during vi/emacs filename completion. | Todd C. Miller |
2001-02-19 | forgot to remove debugging #if 0 | Camiel Dobbelaar |
2001-02-19 | bash-like 'double-tab' completion | Camiel Dobbelaar |
1999-11-14 | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | David Leonard |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller |
1997-06-19 | back out | kstailey |
1997-06-18 | (foo *)0 -> NULL | kstailey |
1996-12-14 | -Wall'ing. | Michael Shalayeff |
1996-10-01 | Integrate pdksh 5.2.9. | Jason Downs |
1996-08-19 | update to pdksh-5.2.8 | Jason Downs |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs |