| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: suppress a compilation warning | Cristian Ionescu-Idbohrn | 2016-01-02 | 1 | -1/+1 |
* | ash: add support for bash 'function' keyword | Ron Yorston | 2015-11-04 | 3 | -31/+110 |
* | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail | Denys Vlasenko | 2015-11-04 | 2 | -3/+0 |
* | ash: copy function tests from hush testsuite | Ron Yorston | 2015-11-04 | 16 | -0/+119 |
* | ash: allow popredir to be called if the stack is empty | Ron Yorston | 2015-10-30 | 1 | -1/+1 |
* | ash: fix EXEXEC status clobbering | Ron Yorston | 2015-10-30 | 1 | -1/+1 |
* | ash: add tests for failures of the exec and command builtins | Ron Yorston | 2015-10-30 | 4 | -0/+13 |
* | hush: copy for.tests from ash testsuite | Denys Vlasenko | 2015-10-29 | 2 | -0/+6 |
* | ash: simplify EOF/newline handling in list parser | Ron Yorston | 2015-10-29 | 1 | -34/+29 |
* | Revert "ash: fix a SEGV case in an invalid heredoc" xxx | Ron Yorston | 2015-10-29 | 1 | -11/+4 |
* | ash: fix error during recursive processing of here document | Ron Yorston | 2015-10-29 | 3 | -2/+13 |
* | ash tests: make test print test name before it is run | Denys Vlasenko | 2015-10-29 | 1 | -2/+4 |
* | ash: only allow local variables in functions | Ron Yorston | 2015-10-29 | 3 | -0/+5 |
* | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston | 2015-10-29 | 3 | -4/+10 |
* | ash: fix command -- crash | Denys Vlasenko | 2015-10-29 | 1 | -3/+4 |
* | ash: save a few bytes in code to parse case statements | Ron Yorston | 2015-10-29 | 1 | -4/+2 |
* | ash: allow newline after variable name in for loop | Ron Yorston | 2015-10-29 | 3 | -2/+8 |
* | ash: add test for issue with here document | Ron Yorston | 2015-10-29 | 2 | -0/+9 |
* | tidy up strtok use | Denys Vlasenko | 2015-10-23 | 1 | -1/+1 |
* | typo fix | Denys Vlasenko | 2015-10-13 | 1 | -1/+1 |
* | hush: code shrink | Denys Vlasenko | 2015-10-11 | 1 | -4/+1 |
* | ash: shrink umask code | Denys Vlasenko | 2015-10-10 | 1 | -9/+7 |
* | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko | 2015-10-09 | 1 | -11/+14 |
* | ash: "you have mail" should ignore first change in mtime | Denys Vlasenko | 2015-10-09 | 1 | -1/+2 |
* | ash: simplify "you have mail" code | Denys Vlasenko | 2015-10-09 | 1 | -14/+11 |
* | ash: make dowait() a bit more readable. Logic is unchanged | Denys Vlasenko | 2015-10-09 | 1 | -31/+27 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 3 | -3/+3 |
* | ash: use a more typical form of "print four octal digits" format | Denys Vlasenko | 2015-10-07 | 1 | -1/+1 |
* | libbb: more compact API for bb_parse_mode() | Denys Vlasenko | 2015-10-07 | 2 | -4/+6 |
* | ash: shrink "umask -S" code | Denys Vlasenko | 2015-10-07 | 1 | -17/+14 |
* | hush: fix umask: umask(022) was setting umask(755) | Denys Vlasenko | 2015-10-07 | 2 | -25/+21 |
* | ash: a bunch of trivial simplifications | Denys Vlasenko | 2015-10-07 | 1 | -35/+37 |
* | ash: fix slash treatment in expmeta | Ron Yorston | 2015-09-04 | 1 | -10/+13 |
* | hush: fix a nommu bug where a part of function body is lost if run in a pipe | Denys Vlasenko | 2015-09-04 | 3 | -10/+42 |
* | ash,hush: add a test which fails for ash since commit 549deab | Denys Vlasenko | 2015-09-04 | 4 | -0/+8 |
* | ash: add tests adapted from hush glob tests. glob2.tests currently fails | Denys Vlasenko | 2015-09-04 | 8 | -0/+76 |
* | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -1/+1 |
* | 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 |
* | 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 |