| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -4/+25 |
|\ |
|
| * | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 1 | -15/+1 |
| * | 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 |
| * | 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 | 1 | -53/+74 |
|\| |
|
| * | ash: expand: Do not quote backslashes in unquoted parameter expansion | Denys Vlasenko | 2018-08-07 | 1 | -6/+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 | 1 | -23/+15 |
| * | ash: expand: Fix ghost fields with unquoted $@/$* | Denys Vlasenko | 2018-08-05 | 1 | -12/+26 |
| * | 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 | 1 | -3/+0 |
| * | ash,hush: properly handle ${v//pattern/repl} if pattern starts with / | Denys Vlasenko | 2018-08-04 | 1 | -1/+9 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 1 | -1/+2 |
|\| |
|
| * | hush: add "heredoc.tests" from ash, tweak ash "is a function" message | Denys Vlasenko | 2018-07-24 | 1 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 1 | -28/+64 |
|\| |
|
| * | ash: expand: Fix buffer overflow in expandmeta | Denys Vlasenko | 2018-04-14 | 1 | -25/+42 |
| * | ash: parser: Allow newlines within parameter substitution | Denys Vlasenko | 2018-04-11 | 1 | -1/+4 |
| * | hush: do not drop backslash from eval 'echo ok\' | Denys Vlasenko | 2018-04-11 | 1 | -1/+1 |
| * | shell: add comments about [[, no code changes | Denys Vlasenko | 2018-04-10 | 1 | -1/+14 |
| * | ash: if "[[" bashism is not supported, do not handle it anywhere | Denys Vlasenko | 2018-04-10 | 1 | -0/+2 |
| * | ash: trivial code shrink | Denys Vlasenko | 2018-04-10 | 1 | -1/+2 |
* | | ash: make loopnest a global variable | Ron Yorston | 2018-04-13 | 1 | -1/+2 |
* | | ash: make commandname a global variable | Ron Yorston | 2018-04-12 | 1 | -2/+7 |
* | | ash: make struct forkshell a local variable in evalbackcmd | Ron Yorston | 2018-04-10 | 1 | -7/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 1 | -104/+147 |
|\| |
|
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
| * | hush: implement "hush -s" | Denys Vlasenko | 2018-04-05 | 1 | -1/+1 |
| * | ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit | Denys Vlasenko | 2018-04-04 | 1 | -1/+3 |
| * | ash: parser: Fix parameter expansion inside inner double quotes | Denys Vlasenko | 2018-04-02 | 1 | -2/+4 |
| * | ash: expand: Fix bugs with words connected to the right of $@ | Denys Vlasenko | 2018-04-02 | 1 | -4/+7 |