aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: code shrink ps_cmdRon Yorston2021-09-081-6/+12
* | ash: code shrinkRon Yorston2021-09-051-10/+6
* | ash: restrict valid job idsRon Yorston2021-09-051-0/+8
* | ash: omit handling of stopped jobsRon Yorston2021-09-051-1/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-08-1724-20/+248
|\|
| * hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko2021-08-151-1/+1
| * hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko2021-07-271-5/+4
| * hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko2021-07-272-2/+14
| * shell: update psubst testcasesDenys Vlasenko2021-07-278-6/+53
| * hush: add missed "undef"Denys Vlasenko2021-07-271-3/+3
| * hush: implement $'str' bashismDenys Vlasenko2021-07-267-1/+138
| * ahell: update testsuiteDenys Vlasenko2021-07-257-3/+33
| * ash: speed up ${v//pattern/repl}Denys Vlasenko2021-07-251-7/+10
* | ash: reset ANSI emulation at promptRon Yorston2021-08-011-0/+3
* | win32: code shrink using is_prefixed_with()Ron Yorston2021-07-281-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-07-241-3/+27
|\|
| * ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko2021-07-221-3/+27
* | ash, libbb: don't affect POSIX buildRon Yorston2021-07-131-11/+15
* | ash: tidy code, no functional changeRon Yorston2021-07-121-24/+14
* | Merge branch 'busybox' into mergeRon Yorston2021-06-2815-11/+97
|\|
| * ash: parser: Fix VSLENGTH parsing with trailing garbageDenys Vlasenko2021-06-251-6/+3
| * ash: revert accidental change (should have been separate)Denys Vlasenko2021-06-251-3/+6
| * e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko2021-06-231-6/+3
| * hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-196-2/+64
| * hush: fix handling of "cmd && &"Denys Vlasenko2021-06-151-1/+5
| * hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-159-0/+23
| * *: more --help tweaksDenys Vlasenko2021-06-152-2/+2
| * *: --help tweaksDenys Vlasenko2021-06-142-2/+2
* | ash: prevent issue with ctrl-c and echo in loopRon Yorston2021-06-181-0/+23
* | Merge branch 'busybox' into mergeRon Yorston2021-06-076-29/+356
|\|
| * ash: save Ron's patch from oblivionDenys Vlasenko2021-06-061-0/+135
| * shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko2021-06-063-4/+15
| * ash: add process substitution in bash-compatibility modeRon Yorston2021-06-053-17/+185
| * shell: also do word splitting when -d DELIM is usedEicke Herbertz2021-06-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-5/+7
|\|
| * hush: beautify ^D handling to match ash / bashDenys Vlasenko2021-04-131-0/+2
| * hush: make LINENO selectable without BASH-COMPATDenys Vlasenko2021-03-101-5/+5
* | ash: correctly identify applet in getopt() error messagesRon Yorston2021-03-021-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-3/+1
|\|
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-3/+1
* | win32: move is_absolute_path()Ron Yorston2021-03-011-3/+0
* | ash: code shrinkRon Yorston2021-02-141-1/+1
* | win32: code shrinkRon Yorston2021-02-131-1/+1
* | win32: code shrinkRon Yorston2021-02-061-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-1/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* | ash: alter handling of interactive ^CFRP-3812-g12e14ebbaRon Yorston2021-01-181-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1411-263/+380
|\|
| * ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-092-4/+4
| * ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-093-1/+5