aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * ash: remove superfluous code in arithmetic modeRon Yorston2015-05-181-5/+2
| * ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-181-5/+3
| * ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-181-2/+2
| * 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
| * ash: fix handling of duplicate "local"Denys Vlasenko2015-04-181-16/+35
* | 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-141-13/+20
|\|
| * ash: fix a SEGV case in an invalid heredocDenys Vlasenko2015-02-051-4/+11
| * ash: fix a SEGV in ${#1}Denys Vlasenko2014-12-291-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-1/+9
|\|
| * ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko2014-11-171-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2014-10-061-23/+42
|\|
| * 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-131-1/+3
* | 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-061-1/+10
|\|
| * ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko2014-04-151-0/+6
| * ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-161-0/+3
* | 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
* | ash: set fake PPID valueRon Yorston2014-03-201-3/+2
* | mingw: dummy implementation of times/sysconfRon Yorston2014-01-301-9/+0
* | ash: reset pointers to builtin environment variables after forkRon Yorston2014-01-141-0/+26
* | ash: revert initialisation of SHLVL: fixed upstreamRon Yorston2014-01-131-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-131-1/+1
|\|
| * ash: in bash compat mode, always export $SHLVLDenys Vlasenko2014-01-071-1/+1
* | ash: don't copy localvars list during forkshellRon Yorston2014-01-131-23/+2
* | ash: prevent null-pointer exception with local variablesRon Yorston2014-01-101-1/+1
* | ash: drop unnecessary change from upstream BusyBoxRon Yorston2014-01-081-2/+0
* | Make dummy paths.hRon Yorston2014-01-051-2/+0
* | Initialise SHLVL when shell is first startedRon Yorston2014-01-021-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-8/+10
|\|
| * ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer2013-11-081-1/+4
| * ash: Use setvar2 some moreBernhard Reutner-Fischer2013-11-081-7/+6
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-1/+21
|\|