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