Age | Commit message (Expand) | Author |
2019-05-15 | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko |
2019-05-14 | shells: add tests for backslashes in export VAR=VAL | Denys Vlasenko |
2019-05-14 | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko |
2019-04-28 | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE | Denys Vlasenko |
2019-04-28 | ash,hush: bash compat for ulimit: reorder to match | Denys Vlasenko |
2019-04-27 | ash,hush: bash compat for ulimit: -w => -x, -p => -u | Denys Vlasenko |
2019-04-27 | ash,hush: fix ulimit to be more bash-compat, closes 11791 | Denys Vlasenko |
2019-04-19 | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko |
2019-04-19 | ash: catch error in arithmetic expansion in PS1 | Ron Yorston |
2019-04-19 | ash: prevent error in backquotes in PS1 from exiting shell | Ron Yorston |
2019-04-16 | ash: add bash-compatible EPOCH variables | Ron Yorston |
2019-04-16 | ash: an unset dynamic variable should not be dynamic | Ron Yorston |
2019-04-16 | hush: add bash-compatible EPOCH variables | Ron Yorston |
2019-04-02 | ash: distinguish 'wait -n' from other bashisms | Ron Yorston |
2019-03-27 | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko |
2019-03-27 | ash: add "wait -n" bashism | Denys Vlasenko |
2019-03-26 | hush: add "wait -n" bashism | Denys Vlasenko |
2019-02-25 | ash: eval: avoid leaking memory associated with redirections. Closes 7748 | Ron Yorston |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-12-27 | randomconfig fixes | Denys Vlasenko |
2018-12-08 | inetd: suppress aliasing warning | Denys Vlasenko |
2018-12-08 | suppress gcc 8 aliasing warnings | Denys Vlasenko |
2018-11-27 | hush: allow hush to run embedded scripts | Ron Yorston |
2018-11-20 | ash: reset tokpushback before prompting while parsing heredoc | Christoph Schulz |
2018-11-17 | Treat custom and applet scripts as applets | Ron Yorston |
2018-11-16 | ash: ensure variables are fully initialised when unset | Ron Yorston |
2018-11-14 | hush: correct description for HUSH_TICK config option | Ron Yorston |
2018-11-06 | ash: minor fixes | Ron Yorston |
2018-11-01 | ash: fix thinko in last commit | Denys Vlasenko |
2018-11-01 | ash: in tryexec(), ensure we don't try to run embedded scripts as applets | Ron Yorston |
2018-11-01 | ash: recognize embedded scripts in SH_STANDALONE mode | Ron Yorston |
2018-11-01 | claenups for previous commit | Denys Vlasenko |
2018-11-01 | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko |
2018-08-14 | hush: tweak comment, no code changes | Denys Vlasenko |
2018-08-11 | hush: add a comment on how globbing (should) work | Denys Vlasenko |
2018-08-07 | ash: expand: Do not quote backslashes in unquoted parameter expansion | Denys Vlasenko |
2018-08-05 | hush: adopt ash's quote_in_varexp1.tests | Denys Vlasenko |
2018-08-05 | ash: exec: Return 126 on most errors in shellexec | Denys Vlasenko |
2018-08-05 | ash: eval: Restore input files in evalcommand | Denys Vlasenko |
2018-08-05 | ash: parser: Fix parsing of ${} | Denys Vlasenko |
2018-08-05 | ash,hush: fold shell_builtin_read() way-too-many params into a struct param | Denys Vlasenko |
2018-08-05 | hush: set IFS to default on startup | Denys Vlasenko |
2018-08-05 | hush: fix fallout from FILE->HFILE conversion | Denys Vlasenko |
2018-08-05 | ash: expand: Fix ghost fields with unquoted $@/$* | Denys Vlasenko |
2018-08-05 | ash: var: Set IFS to fixed value at start time | Denys Vlasenko |
2018-08-05 | ash: eval: Variable assignments on functions are no longer persistent | Denys Vlasenko |
2018-08-04 | ash,hush: properly handle ${v//pattern/repl} if pattern starts with / | Denys Vlasenko |
2018-07-31 | hush: speed up ${var:+ARG} for literal ARGs | Denys Vlasenko |
2018-07-28 | hush: fix another case where empty "for" wasn't setting exitcode to 0 | Denys Vlasenko |
2018-07-28 | hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds | Denys Vlasenko |