| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 1 | -5/+1 |
* | | ash: use auto_win32_extension() in tryexec() | Ron Yorston | 2018-12-09 | 1 | -6/+3 |
* | | win32: rework adding of extensions to filenames | Ron Yorston | 2018-12-06 | 1 | -52/+8 |
* | | ash: fix 'type' and 'command -v' | Ron Yorston | 2018-12-05 | 1 | -1/+1 |
* | | ash: fix a couple of test cases | Ron Yorston | 2018-12-04 | 1 | -10/+4 |
* | | ash: forkshell tweaks | Ron Yorston | 2018-12-04 | 1 | -12/+13 |
* | | ash: more clean up | Ron Yorston | 2018-12-03 | 1 | -5/+5 |
* | | ash: code clean up | Ron Yorston | 2018-12-03 | 1 | -6/+1 |
* | | ash: improvements to forkshell debug | Ron Yorston | 2018-12-03 | 1 | -5/+23 |
* | | ash: annotate pointers in forkshell debug | Ron Yorston | 2018-12-02 | 1 | -42/+130 |
* | | ash: redefine SAVE_PTR macros to remove test | Ron Yorston | 2018-12-02 | 1 | -2/+10 |
* | | ash: consolidate tests for variables not to convert | Ron Yorston | 2018-11-29 | 1 | -8/+5 |
* | | ash: fixes to spawn_forkshell | Ron Yorston | 2018-11-29 | 1 | -16/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-11-28 | 3 | -5/+56 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-09-10 | 27 | -195/+427 |
|\| |
|
| * | 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 |
| * | ash,hush: properly handle ${v//pattern/repl} if pattern starts with / | Denys Vlasenko | 2018-08-04 | 6 | -1/+28 |
| * | hush: speed up ${var:+ARG} for literal ARGs | Denys Vlasenko | 2018-07-31 | 1 | -27/+31 |
| * | hush: fix another case where empty "for" wasn't setting exitcode to 0 | Denys Vlasenko | 2018-07-28 | 5 | -1/+13 |
| * | hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds | Denys Vlasenko | 2018-07-28 | 1 | -2/+2 |
| * | hush: make "set -x" output don't redirectable when fd#2 redirected | Denys Vlasenko | 2018-07-28 | 1 | -45/+84 |
| * | hush: make "set -x" output closer to bash | Denys Vlasenko | 2018-07-27 | 1 | -18/+60 |
| * | hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case | Denys Vlasenko | 2018-07-27 | 1 | -14/+20 |
| * | hush: in some cases, expand_on_ifs() relied of uninitialized memory | Denys Vlasenko | 2018-07-27 | 1 | -2/+13 |
| * | hush: improve set -x: make "+++" indent level increase in `cmd` and eval. | Denys Vlasenko | 2018-07-26 | 1 | -9/+19 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 63 | -464/+1575 |
|\| |
|
| * | hush: fix/explain corner cases of redirection colliding with script fd | Denys Vlasenko | 2018-07-24 | 1 | -12/+49 |