| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for set -o pipefail |  jca | 2020-07-07 | 1 | -1/+2 |
* | When evaluating an arithmetical expression, for example inside $(()), |  schwarze | 2019-02-20 | 1 | -1/+2 |
* | Fix the case where the recursion detection isn't reset when the command is |  martijn | 2018-11-20 | 1 | -1/+2 |
* | remove the alias type='whence -v' and replace it with |  benno | 2018-05-18 | 1 | -1/+2 |
* | Support 64 bit integers on 32 bit architectures. |  tobias | 2018-04-09 | 1 | -7/+7 |
* | Introduce internal_warningf() and mark internal_errorf() as noreturn |  jca | 2018-01-16 | 1 | -3/+5 |
* | Stop pretending we support building ksh without EDIT/HISTORY support |  jca | 2018-01-15 | 1 | -9/+3 |
* | unifdef BRACE_EXPAND; ok jca@ |  anton | 2018-01-14 | 1 | -3/+1 |
* | Bring back the sign compare changes, this time with a fix from otto@ |  millert | 2018-01-06 | 1 | -1/+2 |
* | unifdef JOBS support |  jca | 2018-01-05 | 1 | -3/+1 |
* | Add -Wshadow to Makefile and fix the resulting warnings. Many of |  millert | 2017-12-27 | 1 | -2/+2 |
* | Delete the deprecated emacs-usemeta option. |  jca | 2017-10-19 | 1 | -2/+1 |
* | Use PATH_MAX instead of a local define |  jca | 2017-09-03 | 1 | -2/+2 |
* | Implement HISTCONTROL ignoredups & ignorespace features |  jca | 2017-08-30 | 1 | -1/+2 |
* | Stop exposing the emacs-usemeta option, and warn when trying to set it. |  jca | 2017-08-30 | 1 | -2/+2 |
* | Backout previous due to a bug discovered by zhuk@ that requires some tinkering |  anton | 2017-07-04 | 1 | -3/+2 |
* | Add support for pattern substitution to variables in ksh using a common syntax |  anton | 2017-07-04 | 1 | -2/+3 |
* | Increase the input line buffer to 4096 bytes. |  martijn | 2017-06-29 | 1 | -2/+2 |
* | Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4 |  millert | 2016-09-08 | 1 | -3/+4 |
* | remove CSRG BSD-licensed mknod builtin code which was previously used to |  deraadt | 2016-03-04 | 1 | -4/+1 |
* | rename global "e" to genv to avoid accidental shadowing and aliasing. |  tedu | 2015-12-30 | 1 | -3/+3 |
* | Move system headers from sh.h to those files that actually need them. |  tb | 2015-12-14 | 1 | -11/+2 |
* | remove unused prototype |  tb | 2015-11-20 | 1 | -2/+1 |
* | Use isdigit() instead of ksh's homebrewed alternative. |  mmcc | 2015-11-12 | 1 | -4/+4 |
* | Make it clearer that warningf()'s first argument determines whether the |  mmcc | 2015-11-07 | 1 | -2/+2 |
* | Add uses of areallocarray(). mksh and Bitrig ksh already have similar |  mmcc | 2015-11-01 | 1 | -2/+2 |
* | Remove two comments listing functionless files. Trivial, no functional |  mmcc | 2015-10-23 | 1 | -3/+1 |
* | proto.h contains many function prototypes. It's apparently separate from |  mmcc | 2015-10-23 | 1 | -2/+237 |
* | Final removal of EXTERN. |  mmcc | 2015-10-22 | 1 | -24/+8 |
* | Penultimate commit to remove EXTERN. |  mmcc | 2015-10-21 | 1 | -12/+12 |
* | Remove the define NOT, replace it with '!'. No binary change. |  mmcc | 2015-10-19 | 1 | -2/+1 |
* | A little style(9) for sh.h includes |  mmcc | 2015-10-19 | 1 | -2/+3 |
* | Move stddef.h include from sh.h to the file that uses it. |  mmcc | 2015-10-19 | 1 | -2/+1 |
* | Move string.h include from sh.h to the files that use it. |  mmcc | 2015-10-19 | 1 | -2/+1 |
* | Move limits.h include from sh.h to the files that actually need it. No |  mmcc | 2015-10-19 | 1 | -2/+1 |
* | More removal of EXTERN. |  mmcc | 2015-10-19 | 1 | -5/+6 |
* | Move more EXTERN-defined globals from sh.h. |  mmcc | 2015-10-18 | 1 | -9/+9 |
* | Drop two useless defines. |  mmcc | 2015-10-17 | 1 | -4/+1 |
* | Move a system header include from the global header (sh.h) into the |  mmcc | 2015-10-17 | 1 | -3/+1 |
* | Replace Tflag typedef with just int; ok tedu |  nicm | 2015-09-14 | 1 | -5/+2 |
* | Apply the ancient art of tedu to ksh_limval.h. ok guenther |  nicm | 2015-09-14 | 1 | -1/+3 |
* | Replace newline and space defines by "\n" and " " directly, from Michael |  nicm | 2015-09-10 | 1 | -3/+1 |
* | Remove INT32 define and just use int, from Martijn van Duren and Michael |  nicm | 2015-09-10 | 1 | -9/+3 |
* | Remove artificial limit on the max array index. |  millert | 2013-12-18 | 1 | -2/+1 |
* | remove trailing whitespaces; use tabs instead of spaces where appropriate; |  sobrado | 2013-11-28 | 1 | -2/+2 |
* | fake a sigwinch after each job, so if the terminal changes size, |  tedu | 2012-09-10 | 1 | -1/+2 |
* | Crank max array size in ksh to 10K-1, since 2047 is too restrictive. |  deraadt | 2010-01-04 | 1 | -2/+2 |
* | remove unused variables and functions |  deraadt | 2005-12-11 | 1 | -2/+1 |
* | Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@ |  otto | 2005-10-04 | 1 | -2/+2 |
* | spacing |  deraadt | 2005-03-28 | 1 | -7/+7 |