| Commit message (Expand) | Author | Age | Files | Lines |
* | In lib/libc/gen/charclass.h r1.3 guenther made cclasses const. |  tb | 2020-10-26 | 1 | -2/+2 |
* | Collapse consecutive stars to avoid exponential behavior. |  millert | 2020-07-22 | 1 | -1/+4 |
* | Add support for set -o pipefail |  jca | 2020-07-07 | 1 | -1/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Convert the pledge call to idiomatic format 'cause we love grep. |  deraadt | 2018-11-20 | 1 | -3/+4 |
* | Include "id" in pledge (for setres[ug]id, setgroups) if the shell is |  nicm | 2018-11-16 | 1 | -2/+8 |
* | 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 | -2/+2 |
* | Stop pretending we support building ksh without EDIT/HISTORY support |  jca | 2018-01-15 | 1 | -11/+9 |
* | unifdef BRACE_EXPAND; ok jca@ |  anton | 2018-01-14 | 1 | -7/+2 |
* | Bring back the sign compare changes, this time with a fix from otto@ |  millert | 2018-01-06 | 1 | -37/+39 |
* | unifdef JOBS support |  jca | 2018-01-05 | 1 | -9/+1 |
* | Back out sign compare changes that appear to cause problems on hppa. |  millert | 2018-01-04 | 1 | -39/+37 |
* | Add WARNINGS=yes to ksh and fix the resulting sign compare warnings. |  millert | 2018-01-01 | 1 | -37/+39 |
* | Add -Wshadow to Makefile and fix the resulting warnings. Many of |  millert | 2017-12-27 | 1 | -28/+28 |
* | Delete the deprecated emacs-usemeta option. |  jca | 2017-10-19 | 1 | -16/+2 |
* | Guard FEMACSUSEMETA uses behind #ifdef EMACS |  jca | 2017-08-30 | 1 | -1/+7 |
* | Stop exposing the emacs-usemeta option, and warn when trying to set it. |  jca | 2017-08-30 | 1 | -5/+14 |
* | Backout previous due to a bug discovered by zhuk@ that requires some tinkering |  anton | 2017-07-04 | 1 | -15/+2 |
* | Add support for pattern substitution to variables in ksh using a common syntax |  anton | 2017-07-04 | 1 | -2/+15 |
* | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) |  krw | 2016-03-20 | 1 | -2/+2 |
* | Make set +o conform with POSIX. |  natano | 2016-03-06 | 1 | -3/+5 |
* | Replace an ugly bit of pointer arithmetic with a conditional expression. |  mmcc | 2015-12-21 | 1 | -2/+2 |
* | Move system headers from sh.h to those files that actually need them. |  tb | 2015-12-14 | 1 | -1/+5 |
* | Use isdigit() instead of ksh's homebrewed alternative. |  mmcc | 2015-11-12 | 1 | -2/+1 |
* | Remove the define NOT, replace it with '!'. No binary change. |  mmcc | 2015-10-19 | 1 | -3/+3 |
* | Move string.h include from sh.h to the files that use it. |  mmcc | 2015-10-19 | 1 | -1/+2 |
* | Move limits.h include from sh.h to the files that actually need it. No |  mmcc | 2015-10-19 | 1 | -1/+2 |
* | Apply style(9) to header includes. |  mmcc | 2015-10-19 | 1 | -2/+3 |
* | Make errorf() and bi_errorf() handle a NULL argument. |  millert | 2015-09-22 | 1 | -3/+3 |
* | Last of the (thing *)0 -> NULL, from Michael McConville. No binary |  nicm | 2015-09-18 | 1 | -2/+2 |
* | 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 | -11/+11 |
* | stop abusing null (the variable) for an empty string in output formats. |  tedu | 2015-09-15 | 1 | -2/+2 |
* | Replace newline and space defines by "\n" and " " directly, from Michael |  nicm | 2015-09-10 | 1 | -2/+2 |
* | not necessary to work around an apparent bug on ancient freebsd |  tedu | 2015-03-18 | 1 | -5/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -5/+4 |
* | remove trailing whitespaces; use tabs instead of spaces where appropriate; |  sobrado | 2013-11-28 | 1 | -2/+2 |
* | don't print extraneous padding characters when tab-completion file/command |  sthen | 2009-04-19 | 1 | -2/+6 |
* | Add POSIX character class support ([:alpha:] and friends) to ksh globbing. |  millert | 2009-03-03 | 1 | -3/+50 |
* | Use libc qsort instead of private version. Tested by several people. |  millert | 2009-01-17 | 1 | -86/+5 |
* | Fix a strlcpy() bound. |  miod | 2008-07-12 | 1 | -2/+2 |
* | Make ulimit able to get and set multiple limits in a single invocation |  millert | 2008-03-21 | 1 | -7/+9 |
* | backout last change; iff is right. |  fgsch | 2007-08-02 | 1 | -2/+2 |
* | while i'm here: iff -> if |  fgsch | 2007-08-02 | 1 | -2/+2 |
* | might as well make ksh_getopt() match real getopt(), ie. get rid of that |  deraadt | 2006-03-12 | 1 | -4/+4 |
* | convert permanent privilege revocation to use setresuid/setresgid; |  djm | 2006-03-06 | 1 | -5/+6 |
* | lots of indentation cleanup, now ksh is readable like our other code. |  deraadt | 2005-03-30 | 1 | -74/+62 |
* | spacing |  deraadt | 2005-03-28 | 1 | -4/+4 |