Age | Commit message (Expand) | Author |
2015-09-10 | Replace newline and space defines by "\n" and " " directly, from Michael | Nicholas Marriott |
2015-09-01 | remove casts and null checks before free. from Michael McConville | Ted Unangst |
2015-03-25 | Bind the Delete key (ESC[3~) to delete-char-forward | Jeremie Courreges-Anglas |
2015-02-16 | bcmp to memcmp | Ted Unangst |
2013-12-17 | ctype cleanups. Repeated re-audits of this sensitive area by okan and | Theo de Raadt |
2013-11-28 | remove trailing whitespaces; use tabs instead of spaces where appropriate; | Igor Sobrado |
2012-06-10 | Correctly expand bindings containing macros. Fix a regression introduced | Martin Pieuchot |
2012-04-30 | generalise ksh keybinding system - bindings are no longer limited in | Damien Miller |
2011-09-05 | Fix hang in emacs mode. To reproduce the hang go like: "^[16000l" which | Marco Peereboom |
2011-03-14 | remove unused SILLY game of life. | Okan Demirmen |
2009-06-02 | fix macro handling | Alexander Hall |
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt |
2006-07-10 | fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>. | Bob Beck |
2005-09-26 | Fix a redraw problem that occurs when a recalled history line has | Otto Moerbeek |
2005-08-01 | pascoe noted that ^V in ksh emacs mode is not what you expect -- literal | Theo de Raadt |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2005-02-17 | Printt ^D and newline on EOF in emacs mode like in vi mode. | Otto Moerbeek |
2004-12-23 | Replace home rolled unsigned char type with u_char. | Jonathan Gray |
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 | deregister | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-09-01 | In emacs editing mode, ksh by default interprets a set 8th bit as | Christian Weisgerber |
2003-08-27 | rename force_push to something more sensible. | Federico G. Schwindt |
2003-08-27 | escape on expand under emacs mode; otto@ ok. | Federico G. Schwindt |
2003-08-26 | fix backward and forward delete; from wiz@netbsd.org. many thanks. | Federico G. Schwindt |
2003-08-23 | under emacs mode, fix the case when the globbed file and the longest | Federico G. Schwindt |
2003-08-02 | don't push things unless force is true; avoid adding text again on yank-pop. | Federico G. Schwindt |
2003-08-02 | On ESC-y ESC-y (yank-pop), also check that there is something to | Federico G. Schwindt |
2003-06-26 | protos | Theo de Raadt |
2003-04-16 | string cleaning. ok tedu@ | Thierry Deval |
2003-02-28 | typos; from Brian Poole | Jason McIntyre |
2002-10-16 | enable meta key in emacs mode for 7-bit locales; provos@ | Todd C. Miller |
2002-06-09 | knf | Todd T. Fries |
2001-07-17 | make file-completion work with ~ (tilde) | Camiel Dobbelaar |
2001-02-19 | bash-like 'double-tab' completion | Camiel Dobbelaar |
2000-01-24 | Make application mode arrow keys work; fixes arrow keys on the console. | Todd C. Miller |
1999-11-14 | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | David Leonard |
1999-08-04 | Turn <tab> completion on by default for people used to bash, tcsh, etc... | Todd C. Miller |
1999-07-14 | pdksh-5.2.14 | Todd C. Miller |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-01-19 | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | Todd C. Miller |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller |
1998-10-29 | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | 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 |