| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: improve signal handling | Ron Yorston | 2021-09-21 | 1 | -0/+2 |
* | ash: avoid problems with non-zero DEBUG | Ron Yorston | 2021-09-17 | 1 | -3/+6 |
* | ash: adjust reinitvar() to allow for FUNCNAME | Ron Yorston | 2021-09-17 | 1 | -1/+10 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-17 | 1 | -26/+32 |
|\ |
|
| * | ash: introduce bash-like $FUNCNAME | Denys Vlasenko | 2021-09-15 | 1 | -3/+24 |
| * | ash: let ignoreeof only affect interactive shells | Ron Yorston | 2021-09-14 | 1 | -3/+4 |
| * | ash: stopped jobs should only prevent exit from interactive shell | Ron Yorston | 2021-09-14 | 1 | -1/+1 |
| * | ash: fix ignoreeof option | Ron Yorston | 2021-09-14 | 1 | -19/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-10 | 1 | -205/+239 |
|\| |
|
| * | ash: eval: Prevent recursive PS4 expansion | Denys Vlasenko | 2021-09-09 | 1 | -1/+6 |
| * | ash: parser: Get rid of PEOA | Denys Vlasenko | 2021-09-08 | 1 | -131/+108 |
| * | ash: parser: Fix alias expansion after heredoc or newlines | Denys Vlasenko | 2021-09-08 | 1 | -2/+5 |
| * | ash: use pgetc_eatbnl() in more places, take 3 | Denys Vlasenko | 2021-09-08 | 1 | -1/+1 |
| * | ash: parser: Save and restore heredoclist in expandstr | Denys Vlasenko | 2021-09-08 | 1 | -8/+11 |
| * | ash: parser: Fix handling of empty aliases | Denys Vlasenko | 2021-09-08 | 1 | -21/+15 |
| * | ash: LINENO starts from 0 in -c SCRIPT mode | Denys Vlasenko | 2021-09-07 | 1 | -1/+1 |
| * | ash: fix LINENO in functions | Denys Vlasenko | 2021-09-07 | 1 | -12/+6 |
| * | ash: eval: Do not cache value of eflag in evaltree | Denys Vlasenko | 2021-09-07 | 1 | -8/+7 |
| * | ash: eval: Check nflag in evaltree instead of cmdloop | Denys Vlasenko | 2021-09-07 | 1 | -1/+4 |
| * | ash: add bash-like ERR trap and set -E | Roberto A. Foglietta | 2021-09-07 | 1 | -17/+69 |
| * | ash: regressions in process substitution | Ron Yorston | 2021-09-02 | 1 | -3/+7 |
* | | ash: code shrink ps_cmd | Ron Yorston | 2021-09-08 | 1 | -6/+12 |
* | | ash: code shrink | Ron Yorston | 2021-09-05 | 1 | -10/+6 |
* | | ash: restrict valid job ids | Ron Yorston | 2021-09-05 | 1 | -0/+8 |
* | | ash: omit handling of stopped jobs | Ron Yorston | 2021-09-05 | 1 | -1/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-17 | 1 | -7/+10 |
|\| |
|
| * | ash: speed up ${v//pattern/repl} | Denys Vlasenko | 2021-07-25 | 1 | -7/+10 |
* | | ash: reset ANSI emulation at prompt | Ron Yorston | 2021-08-01 | 1 | -0/+3 |
* | | win32: code shrink using is_prefixed_with() | Ron Yorston | 2021-07-28 | 1 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-07-24 | 1 | -3/+27 |
|\| |
|
| * | 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 | 1 | -7/+4 |
|\| |
|
| * | 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 |
| * | *: more --help tweaks | Denys Vlasenko | 2021-06-15 | 1 | -1/+1 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 1 | -1/+1 |
* | | 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 | 1 | -24/+167 |
|\| |
|
| * | shells: do not allow bare "read" in non-bash compat configs | Denys Vlasenko | 2021-06-06 | 1 | -0/+4 |
| * | ash: add process substitution in bash-compatibility mode | Ron Yorston | 2021-06-05 | 1 | -17/+143 |
* | | 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 |