aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only disable tracing embedded scripts if they can't be listedembedRon Yorston2018-10-221-0/+2
* Allow shell scripts to be embedded in the binaryRon Yorston2018-10-221-1/+139
* Merge branch 'busybox' into mergeRon Yorston2018-09-101-53/+74
|\
| * ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko2018-08-071-6/+4
| * ash: exec: Return 126 on most errors in shellexecDenys Vlasenko2018-08-051-4/+4
| * ash: eval: Restore input files in evalcommandDenys Vlasenko2018-08-051-2/+12
| * ash: parser: Fix parsing of ${}Denys Vlasenko2018-08-051-2/+3
| * ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko2018-08-051-23/+15
| * ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko2018-08-051-12/+26
| * ash: var: Set IFS to fixed value at start timeDenys Vlasenko2018-08-051-0/+1
| * ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko2018-08-051-3/+0
| * ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko2018-08-041-1/+9
* | Merge branch 'busybox'Ron Yorston2018-07-251-1/+2
|\|
| * hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko2018-07-241-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-28/+64
|\|
| * ash: expand: Fix buffer overflow in expandmetaDenys Vlasenko2018-04-141-25/+42
| * ash: parser: Allow newlines within parameter substitutionDenys Vlasenko2018-04-111-1/+4
| * hush: do not drop backslash from eval 'echo ok\'Denys Vlasenko2018-04-111-1/+1
| * shell: add comments about [[, no code changesDenys Vlasenko2018-04-101-1/+14
| * ash: if "[[" bashism is not supported, do not handle it anywhereDenys Vlasenko2018-04-101-0/+2
| * ash: trivial code shrinkDenys Vlasenko2018-04-101-1/+2
* | ash: make loopnest a global variableRon Yorston2018-04-131-1/+2
* | ash: make commandname a global variableRon Yorston2018-04-121-2/+7
* | ash: make struct forkshell a local variable in evalbackcmdRon Yorston2018-04-101-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-104/+147
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
| * hush: implement "hush -s"Denys Vlasenko2018-04-051-1/+1
| * ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commitDenys Vlasenko2018-04-041-1/+3
| * ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko2018-04-021-2/+4
| * ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko2018-04-021-4/+7
| * ash: redir: Fix typo in noclobber codeDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Add syntax stack for recursive parsingDenys Vlasenko2018-04-021-97/+134
* | win32: more backslash to slash conversionsRon Yorston2018-04-081-0/+3
* | ps: indicate forkshell processes in listingRon Yorston2018-04-051-3/+4
* | ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-7/+0
* | ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-0/+7
* | ash: minor forkshell fixesRon Yorston2018-04-021-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-53/+49
|\|
| * parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-011-0/+6
| * ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-011-1/+1
| * ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-311-35/+12
| * ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-311-1/+1
| * ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko2018-03-301-3/+3
| * ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko2018-03-301-9/+16
| * ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-281-5/+11
* | ash: add some debug for the forkshell data blockRon Yorston2018-04-011-0/+87
* | ash: align funcblocksize handling with upstreamRon Yorston2018-04-011-68/+76
* | ash: align funcstring handling with upstreamRon Yorston2018-04-011-27/+30
* | ash: reorder items in forkshell data blockRon Yorston2018-04-011-48/+47