aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ash: allow newline after variable name in for loopRon Yorston2015-10-293-2/+8
| * ash: add test for issue with here documentRon Yorston2015-10-292-0/+9
| * tidy up strtok useDenys Vlasenko2015-10-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-1317-166/+274
|\|
| * typo fixDenys Vlasenko2015-10-131-1/+1
| * hush: code shrinkDenys Vlasenko2015-10-111-4/+1
| * ash: shrink umask codeDenys Vlasenko2015-10-101-9/+7
| * remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-11/+14
| * ash: "you have mail" should ignore first change in mtimeDenys Vlasenko2015-10-091-1/+2
| * ash: simplify "you have mail" codeDenys Vlasenko2015-10-091-14/+11
| * ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko2015-10-091-31/+27
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-073-3/+3
| * ash: use a more typical form of "print four octal digits" formatDenys Vlasenko2015-10-071-1/+1
| * libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-072-4/+6
| * ash: shrink "umask -S" codeDenys Vlasenko2015-10-071-17/+14
| * hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2015-10-072-25/+21
| * ash: a bunch of trivial simplificationsDenys Vlasenko2015-10-071-35/+37
| * ash: fix slash treatment in expmetaRon Yorston2015-09-041-10/+13
| * hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko2015-09-043-10/+42
| * ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko2015-09-044-0/+8
| * ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko2015-09-048-0/+76
* | ash: preserve environment variables with invalid charactersRon Yorston2015-10-011-8/+24
* | ash: replace invalid characters in variable names with '_'Ron Yorston2015-09-301-2/+8
* | Merge branch 'busybox' into mergeRon Yorston2015-08-041-1/+1
|\|