| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -3/+3 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. |  deraadt | 2019-06-27 | 1 | -3/+3 |
* | Delete unnecessary <libgen.h> #includes |  guenther | 2018-12-30 | 1 | -2/+1 |
* | Add clear-screen emacs editing command, currently not bound to a |  millert | 2018-06-18 | 1 | -3/+3 |
* | Support 64 bit integers on 32 bit architectures. |  tobias | 2018-04-09 | 1 | -3/+3 |
* | Favor usage of __func__ in warning/error messages. Some of them referred to the |  anton | 2018-03-15 | 1 | -2/+2 |
* | Introduce internal_warningf() and mark internal_errorf() as noreturn |  jca | 2018-01-16 | 1 | -4/+4 |
* | Stop pretending we support building ksh without EDIT/HISTORY support |  jca | 2018-01-15 | 1 | -3/+1 |
* | Bring back the sign compare changes, this time with a fix from otto@ |  millert | 2018-01-06 | 1 | -5/+5 |
* | Back out sign compare changes that appear to cause problems on hppa. |  millert | 2018-01-04 | 1 | -5/+5 |
* | Add WARNINGS=yes to ksh and fix the resulting sign compare warnings. |  millert | 2018-01-01 | 1 | -5/+5 |
* | Add -Wshadow to Makefile and fix the resulting warnings. Many of |  millert | 2017-12-27 | 1 | -3/+3 |
* | Don't try to look up array names for complete_* that aren't |  nicm | 2016-09-08 | 1 | -3/+6 |
* | remove unused variable 'last' |  dcoppa | 2016-09-07 | 1 | -2/+2 |
* | Allow simple custom completions by creating an array named |  nicm | 2016-09-04 | 1 | -4/+79 |
* | Avoid a compiler warning about use of uninitialized l.beg emitted |  tb | 2016-08-16 | 1 | -11/+13 |
* | remove some ARGSUSED |  mmcc | 2016-03-17 | 1 | -2/+1 |
* | rename global "e" to genv to avoid accidental shadowing and aliasing. |  tedu | 2015-12-30 | 1 | -2/+2 |
* | Move system headers from sh.h to those files that actually need them. |  tb | 2015-12-14 | 1 | -1/+4 |
* | Add uses of areallocarray(). mksh and Bitrig ksh already have similar |  mmcc | 2015-11-01 | 1 | -2/+3 |
* | Assign pointer to NULL rather than 0. |  mmcc | 2015-10-21 | 1 | -2/+2 |
* | Move string.h include from sh.h to the files that use it. |  mmcc | 2015-10-19 | 1 | -1/+2 |
* | Apply style(9) to header includes. |  mmcc | 2015-10-19 | 1 | -5/+7 |
* | remove null check before afree. from Michael McConville |  tedu | 2015-10-09 | 1 | -3/+2 |
* | Remove EXTERN from edit.[ch], from Michael McConville. |  nicm | 2015-09-26 | 1 | -3/+2 |
* | Last of the (thing *)0 -> NULL, from Michael McConville. No binary |  nicm | 2015-09-18 | 1 | -3/+3 |
* | Remove unnecessary casts, from Michael McConville. No binary change. |  nicm | 2015-09-17 | 1 | -3/+3 |
* | correct spelling of NULL from (char *)0. from Michael McConville. |  tedu | 2015-09-15 | 1 | -7/+7 |
* | remove casts and null checks before free. from Michael McConville |  tedu | 2015-09-01 | 1 | -2/+2 |
* | Escape ! characters for tab-completion, required for "set -o csh-history" users. |  sthen | 2015-03-12 | 1 | -2/+2 |
* | ctype cleanups. Repeated re-audits of this sensitive area by okan and |  deraadt | 2013-12-17 | 1 | -2/+3 |
* | add : to special chars. |  tedu | 2013-06-03 | 1 | -2/+2 |
* | revert the tweak part of the last commit which, apart from the |  halex | 2013-01-21 | 1 | -3/+2 |
* | Fix backslash escaping during filename tab-completion in ksh. |  stsp | 2013-01-20 | 1 | -24/+8 |
* | fake a sigwinch after each job, so if the terminal changes size, |  tedu | 2012-09-10 | 1 | -2/+2 |
* | Escape "=", remove if 0'd out code and simplify check in x_print_expansions. |  fgsch | 2010-05-20 | 1 | -31/+6 |
* | fix memory leaks and one potential null deref found by coverity. from netbsd. |  fgsch | 2007-08-02 | 1 | -2/+8 |
* | escape [, ], and ? as well. from cbiere@netbsd. |  fgsch | 2007-08-01 | 1 | -2/+2 |
* | fix a few name clashes with libc; found by lint. ok deraadt@ |  otto | 2005-12-11 | 1 | -2/+2 |
* | Process window size changes after xread(). [change window size] |  otto | 2005-09-11 | 1 | -4/+2 |
* | use STD{IN,OUT,ERR}_FILENO |  deraadt | 2005-04-13 | 1 | -2/+2 |
* | lots of indentation cleanup, now ksh is readable like our other code. |  deraadt | 2005-03-30 | 1 | -36/+30 |
* | knf |  deraadt | 2005-02-25 | 1 | -1/+2 |
* | Use stdbool.h instead of rolling our own bools. |  millert | 2004-12-22 | 1 | -12/+12 |
* | Ansification plus some minor knf. No binary change on i386 and |  otto | 2004-12-20 | 1 | -91/+32 |
* | spacing |  deraadt | 2004-12-19 | 1 | -4/+4 |
* | Use struct termios instead of TTY_state typedef |  millert | 2004-12-18 | 1 | -5/+4 |
* | Flags set in signal handlers should be volatile sig_atomic_t |  millert | 2004-12-18 | 1 | -2/+2 |
* | Use _POSIX_VDISABLE directly instead of assigning it to a variable. |  millert | 2004-12-18 | 1 | -13/+9 |
* | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. |  millert | 2004-12-18 | 1 | -128/+32 |