aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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-146-46/+6
|\|
| * ash: use alloca to get rid of setjmpRon Yorston2015-07-131-34/+2
| * fix file modeDenys Vlasenko2015-07-131-0/+0
| * ash: remove parsebackquote flagRon Yorston2015-07-133-7/+3
| * Removes stray empty line from codeManinder Singh2015-07-133-4/+0
| * typo fixesManinder Singh2015-05-251-1/+1
* | 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-1844-222/+241
|\|
| * hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko2015-05-1818-0/+29
| * testsuite: add some tests for ashRon Yorston2015-05-1810-0/+15
| * 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-185-98/+72
| * ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-183-12/+11
| * ash: remove superfluous code in arithmetic modeRon Yorston2015-05-181-5/+2
| * ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-183-5/+6
| * ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-183-2/+5
| * ash: code shrink around varvalueRon Yorston2015-05-181-46/+38
| * ash: explain what "local -" doesDenys Vlasenko2015-05-131-1/+2
| * ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy2015-05-131-1/+1
| * libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-201-3/+3
| * hush: document buggy handling of duplicate "local"Denys Vlasenko2015-04-182-0/+6
| * ash: fix handling of duplicate "local"Denys Vlasenko2015-04-184-17/+42
* | ash: skip poll in read built-inRon Yorston2015-03-241-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-03-231-3/+0
|\|