Age | Commit message (Expand) | Author |
2019-09-22 | ash: fix BASE###nn bashism for bases 36..64 | Denys Vlasenko |
2019-09-22 | ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 | Denys Vlasenko |
2019-09-05 | ash: add a FIXME comment | Denys Vlasenko |
2019-09-05 | hush: fix "set -o INVALID" affecting -e flag state | Denys Vlasenko |
2019-08-02 | ash: fix set -o to not show "nameless" options | Denys Vlasenko |
2019-07-31 | ash: only catch unexpected exceptions in PS1 expansion | Ron Yorston |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-06-03 | ash,hush: show 'c' in $- if run in "sh -c CMD" | Denys Vlasenko |
2019-06-01 | ash: allocate line editing structure only if needed | Denys Vlasenko |
2019-05-26 | shell: move all definitions of strto_arith_t() together | Denys Vlasenko |
2019-05-19 | hush: show 's' in $- | Denys Vlasenko |
2019-05-19 | hush: allocate line edit buffer only for interactive shell | Denys Vlasenko |
2019-05-19 | shell: implement optional "BASE#nnnn" numeric literals | Denys Vlasenko |
2019-05-19 | hush: remove test for "echo ${-}" errorring out - now it works | Denys Vlasenko |
2019-05-19 | hush: implement $-, set default PATH if it is not set on startup | Denys Vlasenko |
2019-05-19 | hush: set default PS1/2 only if we interactive | Denys Vlasenko |
2019-05-19 | hush: handle LINENO the same way as RANDOM: variable is "ephemeral" | Denys Vlasenko |
2019-05-16 | hush: remove code to track PS1/2 values dynamically - it's too much work | Denys Vlasenko |
2019-05-16 | hush: small speedup in handle_changed_special_names() | Denys Vlasenko |
2019-05-16 | shell: add TODO comment about BASE#nnn literals | Denys Vlasenko |
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 |