| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE | Denys Vlasenko | 2021-07-22 | 1 | -3/+27 |
* | | ash, libbb: don't affect POSIX build | Ron Yorston | 2021-07-13 | 1 | -11/+15 |
* | | ash: tidy code, no functional change | Ron Yorston | 2021-07-12 | 1 | -24/+14 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 15 | -11/+97 |
|\| |
|
| * | ash: parser: Fix VSLENGTH parsing with trailing garbage | Denys Vlasenko | 2021-06-25 | 1 | -6/+3 |
| * | ash: revert accidental change (should have been separate) | Denys Vlasenko | 2021-06-25 | 1 | -3/+6 |
| * | e2fsprogs/*: remove ioctl calling obfuscation | Denys Vlasenko | 2021-06-23 | 1 | -6/+3 |
| * | hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN} | Denys Vlasenko | 2021-06-19 | 6 | -2/+64 |
| * | hush: fix handling of "cmd && &" | Denys Vlasenko | 2021-06-15 | 1 | -1/+5 |
| * | hush: fix handling of \^C and "^C" | Denys Vlasenko | 2021-06-15 | 9 | -0/+23 |
| * | *: more --help tweaks | Denys Vlasenko | 2021-06-15 | 2 | -2/+2 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 2 | -2/+2 |
* | | ash: prevent issue with ctrl-c and echo in loop | Ron Yorston | 2021-06-18 | 1 | -0/+23 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-07 | 6 | -29/+356 |
|\| |
|
| * | ash: save Ron's patch from oblivion | Denys Vlasenko | 2021-06-06 | 1 | -0/+135 |
| * | shells: do not allow bare "read" in non-bash compat configs | Denys Vlasenko | 2021-06-06 | 3 | -4/+15 |
| * | ash: add process substitution in bash-compatibility mode | Ron Yorston | 2021-06-05 | 3 | -17/+185 |
| * | shell: also do word splitting when -d DELIM is used | Eicke Herbertz | 2021-06-05 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-05-14 | 1 | -5/+7 |
|\| |
|
| * | hush: beautify ^D handling to match ash / bash | Denys Vlasenko | 2021-04-13 | 1 | -0/+2 |
| * | hush: make LINENO selectable without BASH-COMPAT | Denys Vlasenko | 2021-03-10 | 1 | -5/+5 |
* | | ash: correctly identify applet in getopt() error messages | Ron Yorston | 2021-03-02 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-03-01 | 1 | -3/+1 |
|\| |
|
| * | ash: placate -Werror=format-security | Denys Vlasenko | 2021-02-18 | 1 | -3/+1 |
* | | win32: move is_absolute_path() | Ron Yorston | 2021-03-01 | 1 | -3/+0 |
* | | ash: code shrink | Ron Yorston | 2021-02-14 | 1 | -1/+1 |
* | | win32: code shrink | Ron Yorston | 2021-02-13 | 1 | -1/+1 |
* | | win32: code shrink | Ron Yorston | 2021-02-06 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-02-05 | 1 | -1/+1 |
|\| |
|
| * | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 1 | -1/+1 |
* | | ash: alter handling of interactive ^CFRP-3812-g12e14ebba | Ron Yorston | 2021-01-18 | 1 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 11 | -263/+380 |
|\| |
|
| * | ash: match bash behavior for ${empty_var/*/repl} | Denys Vlasenko | 2021-01-09 | 2 | -4/+4 |
| * | ash: fix ${unset_var/pattern/repl} | Denys Vlasenko | 2021-01-09 | 3 | -1/+5 |
| * | ash: improve --help | Denys Vlasenko | 2021-01-04 | 1 | -2/+7 |
| * | hush: code shrink | Denys Vlasenko | 2021-01-04 | 1 | -5/+7 |
| * | ash: code shrink | Denys Vlasenko | 2021-01-03 | 1 | -2/+2 |
| * | ash: make a strdup copy of $HISTFILE for line editing | Denys Vlasenko | 2021-01-03 | 1 | -2/+2 |
| * | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko | 2020-12-30 | 2 | -10/+10 |
| * | randomconfig fixes | Denys Vlasenko | 2020-12-29 | 1 | -1/+3 |
| * | hush: make comment more clear | Denys Vlasenko | 2020-12-27 | 1 | -4/+5 |
| * | typo fix | Denys Vlasenko | 2020-12-25 | 2 | -2/+2 |
| * | hush: fix this case: echo "SCRIPT" | hush | Denys Vlasenko | 2020-12-25 | 5 | -1/+15 |
| * | hush: if !EDITING, do not regenerate prompt for every input char | Denys Vlasenko | 2020-12-25 | 1 | -5/+12 |
| * | ash: change "clear ungetc counter on syntax errors" fix to match dash | Denys Vlasenko | 2020-12-24 | 1 | -2/+1 |
| * | hush: fix ^C in INTERACTIVE, !EDITING config | Denys Vlasenko | 2020-12-23 | 1 | -6/+29 |
| * | hush: revert "make interactive ^C break out of PS2 mode" | Denys Vlasenko | 2020-12-23 | 1 | -22/+3 |
| * | hush: fix PS1 prompth in !EDITING config | Denys Vlasenko | 2020-12-23 | 1 | -3/+3 |
| * | hush: fix fallout from tweaking ${var:START:LEN} code | Denys Vlasenko | 2020-12-23 | 3 | -1/+4 |
| * | shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 | Denys Vlasenko | 2020-12-23 | 2 | -16/+18 |