aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * ash: do not split the result of tilde expansionRon Yorston2015-03-221-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-03-144-14/+25
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
| * ash: fix a SEGV case in an invalid heredocDenys Vlasenko2015-02-053-4/+15
| * ash: fix a SEGV in ${#1}Denys Vlasenko2014-12-291-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2014-12-142-5/+32
|\|
| * typo fix in commentDenys Vlasenko2014-11-201-1/+1
| * ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko2014-11-181-4/+23
| * ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko2014-11-171-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2014-10-064-33/+81
|\|
| * ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko2014-09-081-1/+1
| * ash: factor out ASH_HELP config optionDenys Vlasenko2014-09-081-11/+15
| * ash: make ${#var} unicode-awareDenys Vlasenko2014-08-131-13/+26
| * ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko2014-08-132-5/+11
| * hush: make ${#var} unicode-awareDenys Vlasenko2014-08-133-10/+35
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-1/+1
|\|
| * libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-1/+1
* | ash: support UNC paths in cd commandRon Yorston2014-05-211-13/+20
* | Merge branch 'busybox' into mergeRon Yorston2014-05-066-19/+177
|\|
| * ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko2014-04-152-1/+16
| * ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-163-0/+18
| * ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko2014-03-151-5/+11
| * hush: make "true" built-inDenys Vlasenko2014-03-141-0/+1
| * random: cosmetic tweaks in debug codeDenys Vlasenko2014-03-131-2/+2
| * ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko2014-03-132-17/+135
* | ash: remove redundant commentRon Yorston2014-05-011-1/+0
* | ash: further tidying up of MinGW forkshellRon Yorston2014-04-301-41/+47
* | ash: tidy up MinGW forkshellRon Yorston2014-04-291-120/+129
* | ash: reset $RANDOM in subshellRon Yorston2014-04-281-0/+2
* | Remove unnecessary differences from upstream BusyBoxRon Yorston2014-03-231-1/+0
* | shell_common: exclude more unused ulimit codeRon Yorston2014-03-231-7/+6
* | ash: set fake PPID valueRon Yorston2014-03-201-3/+2