| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: we can't do without variable->value member, saving 25 bytes of code | vda | 2007-05-25 | 1 | -42/+38 |
* | hush: rework variable storage and environment handling. | vda | 2007-05-25 | 4 | -167/+238 |
* | hush: update README with yet another failure case | vda | 2007-05-24 | 1 | -0/+5 |
* | hush: fix segfaulting syntax error in interactive hush | vda | 2007-05-24 | 1 | -23/+29 |
* | hush: improve 2 testsuite tests | vda | 2007-05-24 | 4 | -2/+17 |
* | hush: add 2 tests for correct syntax error reporting | vda | 2007-05-24 | 2 | -0/+2 |
* | hush: fix handling of unmatched ${name (without closing '}') - | vda | 2007-05-24 | 1 | -5/+7 |
* | hush: make syntax error messages a bit more useful | vda | 2007-05-23 | 3 | -29/+37 |
* | hush: prepare testsuite for new, fixed error message format | vda | 2007-05-23 | 1 | -1/+1 |
* | hush: fix job control with eval /bin/external_prog | vda | 2007-05-23 | 3 | -92/+96 |
* | hush: fix a bit different instance of "No EOL" bug, | vda | 2007-05-23 | 5 | -40/+57 |
* | fix execute bit on hush-misc/shift.tests | vda | 2007-05-23 | 1 | -0/+0 |
* | hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. | vda | 2007-05-21 | 2 | -38/+109 |
* | shells: update README and testsuite. environment memory leak | vda | 2007-05-21 | 3 | -1/+17 |
* | hush: using smallints where we can. save ~20 bytes in code and | vda | 2007-05-21 | 1 | -47/+50 |
* | hush: fix shift + $0 bug; add testcase | vda | 2007-05-20 | 3 | -1/+9 |
* | hush: trivial size optimization | vda | 2007-05-20 | 1 | -5/+6 |
* | hush: make process substitution configurable; add a testcase | vda | 2007-05-20 | 4 | -1/+22 |
* | ash: implement type -p, costs less than 10 bytes | vda | 2007-05-20 | 1 | -16/+11 |
* | cttyhack: new applet. | vda | 2007-05-18 | 3 | -0/+95 |
* | several *.c files: | vda | 2007-05-17 | 1 | -1/+1 |
* | hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. | vda | 2007-05-17 | 1 | -105/+134 |
* | hush: consolidated variable expansion for assignments and "normal" one. | vda | 2007-05-17 | 1 | -87/+39 |
* | more compile fixes from randomconfig run | vda | 2007-05-17 | 1 | -8/+8 |
* | hush: take care of several easy FIXMEs. -228 bytes. | vda | 2007-05-16 | 1 | -124/+68 |
* | hush: another microscopic typo fix | vda | 2007-05-16 | 1 | -1/+1 |
* | hush: fix English in comment | vda | 2007-05-16 | 1 | -1/+1 |
* | hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') | vda | 2007-05-16 | 1 | -42/+18 |
* | hush: fix expansion of quoted $VAR, $* and $@ | vda | 2007-05-16 | 9 | -27/+51 |
* | hush: fix incorrect processing of echo "'$var'". | vda | 2007-05-16 | 3 | -25/+25 |
* | hush: move testsuite files from hush-bugs to hush-parsing | vda | 2007-05-14 | 4 | -0/+0 |
* | hush: more fixes to variable expansion, more testcases | vda | 2007-05-14 | 5 | -29/+60 |
* | hush: move towards more correct variable expansion | vda | 2007-05-14 | 5 | -63/+404 |
* | hush: fix '{ false; echo $?; }' bug. | vda | 2007-05-13 | 13 | -98/+138 |
* | hush: reinstate hush_test, add testcases for process subst | vda | 2007-05-11 | 7 | -0/+80 |
* | hush: fix bug in interactive shell introduced yesterday | vda | 2007-05-11 | 6 | -118/+46 |
* | hush: fix "unterminated last line loops forever" bug | vda | 2007-05-10 | 6 | -59/+146 |
* | hush: fix recent breakage (VAR=VAL stopped working) | vda | 2007-05-10 | 1 | -1/+1 |
* | msh: fix obscure case with backticks and closed fd 1 | vda | 2007-05-09 | 1 | -7/+12 |
* | tail: fix SEGV on "tail -N" | vda | 2007-05-08 | 1 | -10/+19 |
* | hush: fix double-free in "echo TEST &" | vda | 2007-05-06 | 2 | -79/+123 |
* | hush: stop generating extra empty pipes in parse stage. | vda | 2007-05-05 | 1 | -13/+15 |
* | hush: preparatory patch for removing extra empty pipes generation | vda | 2007-05-05 | 1 | -80/+90 |
* | hush: fix "while true; do true; done" + ctrl-z | vda | 2007-05-04 | 2 | -92/+123 |
* | applets: fix compile-time warning | vda | 2007-05-04 | 1 | -2/+7 |
* | hush: add parse tree debug print | vda | 2007-05-04 | 2 | -5/+66 |
* | hush: fix "true | exit 3; echo $?" bug | vda | 2007-05-03 | 2 | -46/+105 |
* | hush: remove env builtin (it is buggy). Add comments | vda | 2007-05-02 | 1 | -17/+16 |
* | hush: simplify debugging prints a little bit | vda | 2007-05-02 | 1 | -62/+61 |
* | hush: add debugging for tracing execution, | vda | 2007-05-02 | 1 | -2/+33 |