| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2015-07-14 | 6 | -46/+6 |
|\ |
|
| * | ash: use alloca to get rid of setjmp | Ron Yorston | 2015-07-13 | 1 | -34/+2 |
| * | fix file mode | Denys Vlasenko | 2015-07-13 | 1 | -0/+0 |
| * | ash: remove parsebackquote flag | Ron Yorston | 2015-07-13 | 3 | -7/+3 |
| * | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 3 | -4/+0 |
| * | typo fixes | Maninder Singh | 2015-05-25 | 1 | -1/+1 |
* | | ash: store pointers to be fixed as pointers, not int | Ron Yorston | 2015-07-14 | 1 | -14/+16 |
* | | ash: add winxp option | Ron Yorston | 2015-06-05 | 1 | -6/+13 |
* | | ash: skip PATH if executable and command are both busybox | Ron Yorston | 2015-06-02 | 1 | -0/+21 |
* | | ash: seek to EOF when file is opened for append | Ron Yorston | 2015-05-28 | 1 | -0/+3 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 44 | -222/+241 |
|\| |
|
| * | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko | 2015-05-18 | 18 | -0/+29 |
| * | testsuite: add some tests for ash | Ron Yorston | 2015-05-18 | 10 | -0/+15 |
| * | ash: fix breakage of ${v/pat/str} | Ron Yorston | 2015-05-18 | 1 | -51/+28 |
| * | ash: move parse-time quote flag detection to run-time | Ron Yorston | 2015-05-18 | 5 | -98/+72 |
| * | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston | 2015-05-18 | 3 | -12/+11 |
| * | ash: remove superfluous code in arithmetic mode | Ron Yorston | 2015-05-18 | 1 | -5/+2 |
| * | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston | 2015-05-18 | 3 | -5/+6 |
| * | ash: perform tilde expansion in all parameter expansion words | Ron Yorston | 2015-05-18 | 3 | -2/+5 |
| * | ash: code shrink around varvalue | Ron Yorston | 2015-05-18 | 1 | -46/+38 |
| * | ash: explain what "local -" does | Denys Vlasenko | 2015-05-13 | 1 | -1/+2 |
| * | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy | 2015-05-13 | 1 | -1/+1 |
| * | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston | 2015-04-20 | 1 | -3/+3 |
| * | hush: document buggy handling of duplicate "local" | Denys Vlasenko | 2015-04-18 | 2 | -0/+6 |
| * | ash: fix handling of duplicate "local" | Denys Vlasenko | 2015-04-18 | 4 | -17/+42 |
* | | ash: skip poll in read built-in | Ron Yorston | 2015-03-24 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-23 | 1 | -3/+0 |
|\| |
|
| * | ash: do not split the result of tilde expansion | Ron Yorston | 2015-03-22 | 1 | -3/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 4 | -14/+25 |
|\| |
|
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -1/+1 |
| * | ash: fix a SEGV case in an invalid heredoc | Denys Vlasenko | 2015-02-05 | 3 | -4/+15 |
| * | ash: fix a SEGV in ${#1} | Denys Vlasenko | 2014-12-29 | 1 | -9/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-12-14 | 2 | -5/+32 |
|\| |
|
| * | typo fix in comment | Denys Vlasenko | 2014-11-20 | 1 | -1/+1 |
| * | ash,hush: do not segfault on $((2**63 / -1)) | Denys Vlasenko | 2014-11-18 | 1 | -4/+23 |
| * | ash: fix handling of negative start value in ${v:start:len} | Denys Vlasenko | 2014-11-17 | 1 | -1/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-10-06 | 4 | -33/+81 |
|\| |
|
| * | ash: fix off-by-one in "jobs %4" handling. closes 7310 | Denys Vlasenko | 2014-09-08 | 1 | -1/+1 |
| * | ash: factor out ASH_HELP config option | Denys Vlasenko | 2014-09-08 | 1 | -11/+15 |
| * | ash: make ${#var} unicode-aware | Denys Vlasenko | 2014-08-13 | 1 | -13/+26 |
| * | ash,hush: run reinit_unicode() only if makes sense | Denys Vlasenko | 2014-08-13 | 2 | -5/+11 |
| * | hush: make ${#var} unicode-aware | Denys Vlasenko | 2014-08-13 | 3 | -10/+35 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 1 | -1/+1 |
|\| |
|
| * | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski | 2014-06-22 | 1 | -1/+1 |
* | | ash: support UNC paths in cd command | Ron Yorston | 2014-05-21 | 1 | -13/+20 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-05-06 | 6 | -19/+177 |
|\| |
|
| * | ash,hush: set $HOSTNAME is bash compat. Closes 7028 | Denys Vlasenko | 2014-04-15 | 2 | -1/+16 |
| * | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko | 2014-03-16 | 3 | -0/+18 |
| * | ash,hush: fix a thinko about 2^64-1 factorization | Denys Vlasenko | 2014-03-15 | 1 | -5/+11 |
| * | hush: make "true" built-in | Denys Vlasenko | 2014-03-14 | 1 | -0/+1 |