aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: use glob() from libcDenys Vlasenko2016-09-211-11/+91
| * ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236Denys Vlasenko2016-09-201-0/+3
| * hush: document better where bad redirect syntax is detectedDenys Vlasenko2016-09-201-3/+20
| * ash: exit after subshell error when errexit option is setRostislav Skudnov2016-09-173-0/+8
| * fix "aloc" -> "alloc" typosDenys Vlasenko2016-09-171-1/+1
| * ash: add a FIXME for bug 9246Denys Vlasenko2016-09-171-0/+9
| * *: placate some compile warnings on OSXDenys Vlasenko2016-09-011-2/+2
| * hush: fix "redirects can close script fd" bugDenys Vlasenko2016-08-223-61/+170
| * hush: do not leak script fds into NOEXEC childrenDenys Vlasenko2016-08-201-10/+68
| * hush: bit better comments in redirect code. No logic changesDenys Vlasenko2016-08-201-11/+38
| * hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko2016-08-191-32/+39
| * hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-192-4/+22
| * ash: fix handling of ${VAR: -2}Denys Vlasenko2016-07-253-4/+25
| * config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko2016-07-221-2/+2
| * hush: fix a possible bugDenys Vlasenko2016-07-211-1/+3
| * ash: do not leave SIGQUIT ignored on "exec CMD"Denys Vlasenko2016-07-163-1/+20
* | ash: enable wait builtin commandRon Yorston2016-05-191-4/+0
* | ash: use a macro to substitute waitpid_child for waitpidRon Yorston2016-05-181-4/+1
* | ash: fix use of pid/handle in waitpid_childRon Yorston2016-05-181-34/+65
* | win32: adjustments to spawn functionsRon Yorston2016-05-181-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-166-6/+13
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-222-4/+4
| * ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston2016-04-155-1/+7
| * Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-151-1/+2
* | ash: adjustment to 'busybox' command in standalone shell modeRon Yorston2016-04-221-19/+5
* | ash: improve handling of invalid environment variable namesRon Yorston2016-04-051-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2016-04-045-0/+13
|\|
| * ash_test: ignore generated filesMike Frysinger2016-03-221-0/+7
| * ash_test: printenv: fix missing includesMike Frysinger2016-03-221-0/+1
| * ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston2016-03-223-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2016-02-221-2/+1
|\|
| * Fix compiling with musl's utmp stubsKylie McClain2016-02-011-1/+0
| * ash: suppress a compilation warningCristian Ionescu-Idbohrn2016-01-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-11-0620-33/+228
|\|
| * ash: add support for bash 'function' keywordRon Yorston2015-11-043-31/+110
| * hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-042-3/+0
| * ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* | Merge branch 'busybox' into mergeRon Yorston2015-10-3118-62/+107
|\|
| * ash: allow popredir to be called if the stack is emptyRon Yorston2015-10-301-1/+1
| * ash: fix EXEXEC status clobberingRon Yorston2015-10-301-1/+1
| * ash: add tests for failures of the exec and command builtinsRon Yorston2015-10-304-0/+13
| * hush: copy for.tests from ash testsuiteDenys Vlasenko2015-10-292-0/+6
| * ash: simplify EOF/newline handling in list parserRon Yorston2015-10-291-34/+29
| * Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston2015-10-291-11/+4
| * ash: fix error during recursive processing of here documentRon Yorston2015-10-293-2/+13
| * ash tests: make test print test name before it is runDenys Vlasenko2015-10-291-2/+4
| * ash: only allow local variables in functionsRon Yorston2015-10-293-0/+5
| * ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-293-4/+10
| * ash: fix command -- crashDenys Vlasenko2015-10-291-3/+4
| * ash: save a few bytes in code to parse case statementsRon Yorston2015-10-291-4/+2