| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: fix BASE##nn bashism for bases 36..64 | Denys Vlasenko | 2019-10-21 | 1 | -3/+21 |
* | ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9 | Denys Vlasenko | 2019-10-21 | 1 | -2/+9 |
* | hush: fix "set -o INVALID" affecting -e flag state | Denys Vlasenko | 2019-10-21 | 1 | -11/+9 |
* | ash: fix set -o to not show "nameless" options | Denys Vlasenko | 2019-10-21 | 1 | -0/+2 |
* | ash: only catch unexpected exceptions in PS1 expansion | Ron Yorston | 2019-10-21 | 1 | -0/+2 |
* | ash,hush: show 'c' in $- if run in "sh -c CMD" | Denys Vlasenko | 2019-06-03 | 2 | -25/+50 |
* | ash: allocate line editing structure only if needed | Denys Vlasenko | 2019-06-01 | 1 | -37/+70 |
* | shell: move all definitions of strto_arith_t() together | Denys Vlasenko | 2019-05-26 | 2 | -11/+7 |
* | hush: show 's' in $- | Denys Vlasenko | 2019-05-19 | 1 | -3/+5 |
* | hush: allocate line edit buffer only for interactive shell | Denys Vlasenko | 2019-05-19 | 1 | -5/+9 |
* | shell: implement optional "BASE#nnnn" numeric literals | Denys Vlasenko | 2019-05-19 | 3 | -6/+51 |
* | hush: remove test for "echo ${-}" errorring out - now it works | Denys Vlasenko | 2019-05-19 | 3 | -4/+0 |
* | hush: implement $-, set default PATH if it is not set on startup | Denys Vlasenko | 2019-05-19 | 1 | -5/+26 |
* | hush: set default PS1/2 only if we interactive | Denys Vlasenko | 2019-05-19 | 1 | -16/+19 |
* | hush: handle LINENO the same way as RANDOM: variable is "ephemeral" | Denys Vlasenko | 2019-05-19 | 1 | -32/+18 |
* | hush: remove code to track PS1/2 values dynamically - it's too much work | Denys Vlasenko | 2019-05-16 | 1 | -61/+21 |
* | hush: small speedup in handle_changed_special_names() | Denys Vlasenko | 2019-05-16 | 1 | -2/+2 |
* | shell: add TODO comment about BASE#nnn literals | Denys Vlasenko | 2019-05-16 | 1 | -0/+2 |
* | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko | 2019-05-15 | 5 | -0/+20 |
* | shells: add tests for backslashes in export VAR=VAL | Denys Vlasenko | 2019-05-14 | 4 | -0/+6 |
* | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko | 2019-05-14 | 3 | -32/+40 |
* | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE | Denys Vlasenko | 2019-04-28 | 1 | -3/+19 |
* | ash,hush: bash compat for ulimit: reorder to match | Denys Vlasenko | 2019-04-28 | 1 | -72/+53 |
* | ash,hush: bash compat for ulimit: -w => -x, -p => -u | Denys Vlasenko | 2019-04-27 | 1 | -12/+16 |
* | ash,hush: fix ulimit to be more bash-compat, closes 11791 | Denys Vlasenko | 2019-04-27 | 1 | -84/+181 |
* | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko | 2019-04-19 | 1 | -3/+0 |
* | ash: catch error in arithmetic expansion in PS1 | Ron Yorston | 2019-04-19 | 1 | -12/+20 |
* | ash: prevent error in backquotes in PS1 from exiting shell | Ron Yorston | 2019-04-19 | 1 | -1/+3 |
* | ash: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -21/+56 |
* | ash: an unset dynamic variable should not be dynamic | Ron Yorston | 2019-04-16 | 1 | -0/+4 |
* | hush: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -0/+20 |
* | ash: distinguish 'wait -n' from other bashisms | Ron Yorston | 2019-04-02 | 1 | -7/+8 |
* | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko | 2019-03-27 | 1 | -9/+22 |
* | ash: add "wait -n" bashism | Denys Vlasenko | 2019-03-27 | 1 | -6/+47 |
* | hush: add "wait -n" bashism | Denys Vlasenko | 2019-03-26 | 1 | -1/+17 |
* | ash: eval: avoid leaking memory associated with redirections. Closes 7748 | Ron Yorston | 2019-02-25 | 1 | -10/+4 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 3 | -3/+3 |
* | randomconfig fixes | Denys Vlasenko | 2018-12-27 | 1 | -1/+1 |
* | inetd: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 2 | -2/+2 |
* | suppress gcc 8 aliasing warnings | Denys Vlasenko | 2018-12-08 | 2 | -2/+2 |
* | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 3 | -15/+31 |
* | ash: reset tokpushback before prompting while parsing heredoc | Christoph Schulz | 2018-11-20 | 1 | -0/+1 |
* | Treat custom and applet scripts as applets | Ron Yorston | 2018-11-17 | 1 | -15/+4 |
* | ash: ensure variables are fully initialised when unset | Ron Yorston | 2018-11-16 | 1 | -3/+2 |
* | hush: correct description for HUSH_TICK config option | Ron Yorston | 2018-11-14 | 1 | -1/+1 |
* | ash: minor fixes | Ron Yorston | 2018-11-06 | 1 | -1/+5 |
* | ash: fix thinko in last commit | Denys Vlasenko | 2018-11-01 | 1 | -5/+1 |
* | ash: in tryexec(), ensure we don't try to run embedded scripts as applets | Ron Yorston | 2018-11-01 | 1 | -0/+8 |
* | ash: recognize embedded scripts in SH_STANDALONE mode | Ron Yorston | 2018-11-01 | 1 | -0/+12 |
* | claenups for previous commit | Denys Vlasenko | 2018-11-01 | 1 | -8/+3 |