aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * ash: improve --helpDenys Vlasenko2021-01-041-2/+7
| * hush: code shrinkDenys Vlasenko2021-01-041-5/+7
| * ash: code shrinkDenys Vlasenko2021-01-031-2/+2
| * ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko2021-01-031-2/+2
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-302-10/+10
| * randomconfig fixesDenys Vlasenko2020-12-291-1/+3
| * hush: make comment more clearDenys Vlasenko2020-12-271-4/+5
| * typo fixDenys Vlasenko2020-12-252-2/+2
| * hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-255-1/+15
| * hush: if !EDITING, do not regenerate prompt for every input charDenys Vlasenko2020-12-251-5/+12
| * ash: change "clear ungetc counter on syntax errors" fix to match dashDenys Vlasenko2020-12-241-2/+1
| * hush: fix ^C in INTERACTIVE, !EDITING configDenys Vlasenko2020-12-231-6/+29
| * hush: revert "make interactive ^C break out of PS2 mode"Denys Vlasenko2020-12-231-22/+3
| * hush: fix PS1 prompth in !EDITING configDenys Vlasenko2020-12-231-3/+3
| * hush: fix fallout from tweaking ${var:START:LEN} codeDenys Vlasenko2020-12-233-1/+4
| * shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128Denys Vlasenko2020-12-232-16/+18