| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hush: deal with FIXMEs for corner cases in parameter expansion | Denys Vlasenko | 2020-12-21 | 1 | -18/+34 |
* | hush: remove one redundant getpid() on every startup | Denys Vlasenko | 2020-12-20 | 1 | -8/+6 |
* | hush: code shrink | Denys Vlasenko | 2020-12-14 | 1 | -1/+1 |
* | hush: if login shell, also source ~/.profile | Denys Vlasenko | 2020-12-13 | 1 | -8/+16 |
* | hush: NOMMU fix for hush-psubst/tick6.tests | Denys Vlasenko | 2020-12-13 | 1 | -0/+7 |
* | hush: fix -c SCRIPT handling | Denys Vlasenko | 2020-12-13 | 1 | -51/+63 |
* | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -6/+6 |
* | hush: make interactive ^C break out of PS2 mode | Denys Vlasenko | 2020-11-16 | 1 | -35/+51 |
* | shell: update comments on the status of [[ ]] compat | Denys Vlasenko | 2020-10-31 | 1 | -2/+1 |
* | shell: better support of [[ ]] bashism | Denys Vlasenko | 2020-10-31 | 1 | -17/+40 |
* | hush: output bash-compat killing signal names | Denys Vlasenko | 2020-10-24 | 1 | -2/+2 |
* | hush: do not print killing signal name in `cmd_whihc_dies_on_signal` | Denys Vlasenko | 2020-10-24 | 1 | -1/+7 |
* | nologin: make it possible to build it as single applet | Denys Vlasenko | 2020-06-24 | 1 | -31/+42 |
* | suppress a few compile warnings | Denys Vlasenko | 2020-06-24 | 1 | -1/+1 |
* | ash,hush: drop pointer check before calls to show_history | Ron Yorston | 2020-04-30 | 1 | -2/+1 |
* | hush: fix negative_arith.tests: glob-protect dash in "$((arith))" | Denys Vlasenko | 2020-02-21 | 1 | -5/+19 |
* | hush: make "exit" in trap use pre-trap exitcode - fix for nested trap | Denys Vlasenko | 2020-02-21 | 1 | -1/+3 |
* | hush: make "exit" in trap use pre-trap exitcode | Denys Vlasenko | 2020-02-21 | 1 | -3/+13 |
* | hush: implement "return NUM in trap sets $? after trap" | Denys Vlasenko | 2020-02-20 | 1 | -1/+30 |
* | ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash | Denys Vlasenko | 2020-02-18 | 1 | -3/+17 |
* | ash,hush: allow builtins to be tab-completed, closes 7532 | Ron Yorston | 2020-01-29 | 1 | -0/+17 |
* | hush: fix preprocessor directives indentation | Denys Vlasenko | 2019-11-28 | 1 | -32/+32 |
* | hush: restore redirected stdin | Denys Vlasenko | 2019-11-01 | 1 | -7/+22 |
* | hush: fix "set -o INVALID" affecting -e flag state | Denys Vlasenko | 2019-09-05 | 1 | -11/+9 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -16/+16 |
* | ash,hush: show 'c' in $- if run in "sh -c CMD" | Denys Vlasenko | 2019-06-03 | 1 | -5/+8 |
* | 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 |
* | 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 |
* | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko | 2019-05-15 | 1 | -0/+6 |
* | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko | 2019-05-14 | 1 | -16/+39 |
* | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko | 2019-04-19 | 1 | -3/+0 |
* | hush: add bash-compatible EPOCH variables | Ron Yorston | 2019-04-16 | 1 | -0/+20 |
* | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko | 2019-03-27 | 1 | -9/+22 |
* | hush: add "wait -n" bashism | Denys Vlasenko | 2019-03-26 | 1 | -1/+17 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | randomconfig fixes | Denys Vlasenko | 2018-12-27 | 1 | -1/+1 |
* | inetd: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 1 | -1/+1 |
* | suppress gcc 8 aliasing warnings | Denys Vlasenko | 2018-12-08 | 1 | -1/+1 |
* | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 1 | -0/+16 |
* | hush: correct description for HUSH_TICK config option | Ron Yorston | 2018-11-14 | 1 | -1/+1 |
* | 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,hush: fold shell_builtin_read() way-too-many params into a struct param | Denys Vlasenko | 2018-08-05 | 1 | -22/+11 |
* | 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 |