| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko | 2018-11-01 | 1 | -1/+32 |
* | hush: tweak comment, no code changes | Denys Vlasenko | 2018-08-14 | 1 | -4/+4 |
* | hush: add a comment on how globbing (should) work | Denys Vlasenko | 2018-08-11 | 1 | -0/+35 |
* | ash: expand: Do not quote backslashes in unquoted parameter expansion | Denys Vlasenko | 2018-08-07 | 5 | -6/+32 |
* | hush: adopt ash's quote_in_varexp1.tests | Denys Vlasenko | 2018-08-05 | 2 | -0/+4 |
* | ash: exec: Return 126 on most errors in shellexec | Denys Vlasenko | 2018-08-05 | 1 | -4/+4 |
* | ash: eval: Restore input files in evalcommand | Denys Vlasenko | 2018-08-05 | 1 | -2/+12 |
* | ash: parser: Fix parsing of ${} | Denys Vlasenko | 2018-08-05 | 1 | -2/+3 |
* | ash,hush: fold shell_builtin_read() way-too-many params into a struct param | Denys Vlasenko | 2018-08-05 | 4 | -84/+64 |
* | hush: set IFS to default on startup | Denys Vlasenko | 2018-08-05 | 1 | -11/+10 |
* | hush: fix fallout from FILE->HFILE conversion | Denys Vlasenko | 2018-08-05 | 1 | -2/+8 |
* | ash: expand: Fix ghost fields with unquoted $@/$* | Denys Vlasenko | 2018-08-05 | 5 | -12/+36 |
* | ash: var: Set IFS to fixed value at start time | Denys Vlasenko | 2018-08-05 | 1 | -0/+1 |
* | ash: eval: Variable assignments on functions are no longer persistent | Denys Vlasenko | 2018-08-05 | 6 | -10/+5 |