Age | Commit message (Expand) | Author |
2021-06-27 | In addition to 2-byte and 3-byte UTF-8 sequences, correctly identify all | Ingo Schwarze |
2020-05-08 | Use proper function pointer type instead of void * | Jeremie Courreges-Anglas |
2019-04-03 | Bind ^L (C-l) to clear-screen instead of redraw | Jeremie Courreges-Anglas |
2018-06-18 | Add clear-screen emacs editing command, currently not bound to a | Todd C. Miller |
2018-01-16 | One minor scan-build warning | Jeremie Courreges-Anglas |
2018-01-14 | unifdef BRACE_EXPAND; ok jca@ | anton |
2018-01-08 | Remove unused "args" param from kb_add(), it is always NULL. | Todd C. Miller |
2018-01-07 | Add proper bounds checking to kb_add(). OK anton@ | Todd C. Miller |
2018-01-06 | Bring back the sign compare changes, this time with a fix from otto@ | Todd C. Miller |
2018-01-04 | Back out sign compare changes that appear to cause problems on hppa. | Todd C. Miller |
2018-01-01 | Add WARNINGS=yes to ksh and fix the resulting sign compare warnings. | Todd C. Miller |
2017-12-27 | Add -Wshadow to Makefile and fix the resulting warnings. Many of | Todd C. Miller |
2017-12-18 | Add another pair of home/end key bindings; from Lari Rasku. | anton |
2017-11-26 | Remove the "version" interactive function in emacs mode. | Jeremie Courreges-Anglas |
2017-11-22 | Fix some incorrectness related to Emacs editing mode in ksh: | anton |
2017-08-30 | Stop exposing the emacs-usemeta option, and warn when trying to set it. | Jeremie Courreges-Anglas |
2017-08-30 | Drop needless comment | Jeremie Courreges-Anglas |
2017-08-29 | Kill a useless setlocale() query | Jeremie Courreges-Anglas |
2017-06-25 | No need to NUL-terminate the line buffer since it's handled by x_e_getu8() by | anton |
2017-06-25 | Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a | anton |
2017-06-20 | '^T' is documented to be bounded to transpose-chars while in emacs | Bryan Steele |
2017-05-12 | Improve UTF-8 handling on lines that are wider than the terminal, | Ingo Schwarze |
2016-08-09 | In emacs incremental search mode (^R), | Ingo Schwarze |
2016-01-26 | remove a useless macro | mmcc |
2016-01-08 | Next step in UTF-8 support: | Ingo Schwarze |
2015-12-30 | add another combo for home/end keys that works in tmux. | Ted Unangst |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-12-10 | In emacs command-line editing mode, make sure that moving left and | Ingo Schwarze |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | Apply style(9) to header includes. | mmcc |
2015-10-16 | Change x_do_ins()'s arg type from int to size_t for correctness's sake, | mmcc |
2015-10-16 | Cast iscntrl()'s arg to unsigned char. | mmcc |
2015-10-10 | Replace calls to x_emacs_putbuf() with x_do_ins() since all | Todd C. Miller |
2015-10-10 | Unused macros; from Michael McConville. | Nicholas Marriott |
2015-10-09 | remove null check before afree. from Michael McConville | Ted Unangst |
2015-09-18 | Last of the (thing *)0 -> NULL, from Michael McConville. No binary | Nicholas Marriott |
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 |