| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: code shrink | Ron Yorston | 2020-02-14 | 1 | -4/+12 |
* | ash: code shrink | Ron Yorston | 2020-02-11 | 1 | -3/+15 |
* | ash: fixes to trap | Ron Yorston | 2020-02-10 | 1 | -3/+4 |
* | ash: don't compile dotrap() | Ron Yorston | 2020-02-08 | 1 | -0/+6 |
* | ash: fixes to handling of ctrl-C in read builtin | Ron Yorston | 2020-02-08 | 2 | -2/+22 |
* | ash: catch EOF in read builtin | Ron Yorston | 2020-02-08 | 1 | -2/+2 |
* | ash: process backspace in read builtin | Ron Yorston | 2020-02-07 | 1 | -0/+10 |
* | ash: remove obsolete comment | Ron Yorston | 2020-02-04 | 1 | -4/+1 |
* | ash: tidy up history_copy() | Ron Yorston | 2020-01-21 | 1 | -6/+6 |
* | ash: fix out of bounds read in tblentry_copy() | Ron Yorston | 2020-01-19 | 1 | -1/+1 |
* | ash: reduce size of forkshell relocation map | Ron Yorston | 2020-01-18 | 1 | -70/+77 |
* | ash: simplify MARK_PTR macro | Ron Yorston | 2020-01-18 | 1 | -9/+16 |
* | ash: reorder SAVE_PTR macros | Ron Yorston | 2020-01-18 | 1 | -10/+8 |
* | ash: relocatesize may differ from forkshell block size | Ron Yorston | 2020-01-18 | 1 | -9/+12 |
* | ash: rework how pointers are adjusted during forkshell | Ron Yorston | 2020-01-16 | 1 | -229/+185 |
* | ash: minor fixes to forkshell handling | Ron Yorston | 2020-01-14 | 1 | -4/+2 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 8 | -75/+184 |
|\ |
|
| * | hush: fix preprocessor directives indentation | Denys Vlasenko | 2019-11-28 | 1 | -32/+32 |
| * | hush: restore redirected stdin | Denys Vlasenko | 2019-11-01 | 5 | -7/+42 |
| * | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko | 2019-10-25 | 1 | -3/+3 |
| * | shell: better comments in BASE#nn code | Denys Vlasenko | 2019-10-22 | 1 | -10/+14 |
| * | shell/ulimit: code shrink | Denys Vlasenko | 2019-10-21 | 1 | -18/+59 |
| * | ash: fix BASE###nn bashism for bases 36..64 | Denys Vlasenko | 2019-09-22 | 1 | -3/+21 |
| * | ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 | Denys Vlasenko | 2019-09-22 | 1 | -2/+9 |
| * | ash: add a FIXME comment | Denys Vlasenko | 2019-09-05 | 1 | -1/+7 |
| * | hush: fix "set -o INVALID" affecting -e flag state | Denys Vlasenko | 2019-09-05 | 1 | -11/+9 |
* | | ash: copy line editing history during forkshell | Ron Yorston | 2019-12-16 | 1 | -10/+94 |
* | | ash: copy alias table during forkshell | Ron Yorston | 2019-12-15 | 1 | -1/+77 |
* | | ash: revert change to behaviour of -s option | Ron Yorston | 2019-08-16 | 1 | -0/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 3 | -87/+153 |
|\| |
|
| * | ash: fix set -o to not show "nameless" options | Denys Vlasenko | 2019-08-02 | 1 | -0/+2 |
| * | ash: only catch unexpected exceptions in PS1 expansion | Ron Yorston | 2019-07-31 | 1 | -0/+2 |
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 2 | -17/+17 |
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 14 | -257/+404 |
|\| |
|
| * | 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 |