aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (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-041-0/+2
|\
| * ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston2016-03-221-0/+2
* | 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-061-31/+70
|\|
| * ash: add support for bash 'function' keywordRon Yorston2015-11-041-31/+70
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-60/+55
|\|
| * 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: 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-291-2/+3
| * ash: only allow local variables in functionsRon Yorston2015-10-291-0/+3
| * ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-291-4/+8
| * 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-291-2/+2
| * tidy up strtok useDenys Vlasenko2015-10-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-134/+121
|\|
| * ash: shrink umask codeDenys Vlasenko2015-10-101-9/+7
| * 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-071-1/+1
| * 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-071-1/+2
| * ash: shrink "umask -S" codeDenys Vlasenko2015-10-071-17/+14
| * hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2015-10-071-22/+14
| * ash: a bunch of trivial simplificationsDenys Vlasenko2015-10-071-35/+37
| * ash: fix slash treatment in expmetaRon Yorston2015-09-041-10/+13
* | 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
|\|
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-1/+1
* | ash: don't convert path delimiters for certain environment variablesRon Yorston2015-07-301-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-43/+3
|\|
| * ash: use alloca to get rid of setjmpRon Yorston2015-07-131-34/+2
| * ash: remove parsebackquote flagRon Yorston2015-07-131-7/+1
| * Removes stray empty line from codeManinder Singh2015-07-131-2/+0
* | ash: store pointers to be fixed as pointers, not intRon Yorston2015-07-141-14/+16
* | ash: add winxp optionRon Yorston2015-06-051-6/+13
* | ash: skip PATH if executable and command are both busyboxRon Yorston2015-06-021-0/+21
* | ash: seek to EOF when file is opened for appendRon Yorston2015-05-281-0/+3
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-221/+167
|\|
| * ash: fix breakage of ${v/pat/str}Ron Yorston2015-05-181-51/+28
| * ash: move parse-time quote flag detection to run-timeRon Yorston2015-05-181-98/+66
| * ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-181-12/+6