Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: rework variable storage and environment handling. | vda | 2007-05-25 | 1 | -0/+4 |
* | hush: update README with yet another failure case | vda | 2007-05-24 | 1 | -0/+5 |
* | shells: update README and testsuite. environment memory leak | vda | 2007-05-21 | 1 | -1/+15 |
* | hush: fix double-free in "echo TEST &" | vda | 2007-05-06 | 1 | -1/+18 |
* | hush: fix "while true; do true; done" + ctrl-z | vda | 2007-05-04 | 1 | -0/+3 |
* | applets: fix compile-time warning | vda | 2007-05-04 | 1 | -2/+7 |
* | hush: add parse tree debug print | vda | 2007-05-04 | 1 | -0/+4 |
* | hush: fix "true | exit 3; echo $?" bug | vda | 2007-05-03 | 1 | -0/+13 |
* | ash: fix infinite loop on exit if tty is not there anymore | vda | 2007-04-28 | 1 | -0/+5 |
* | hush: make Ctrl-Z work (at least sometimes) | vda | 2007-04-21 | 1 | -0/+5 |
* | hush: fix more backgrounding bugs. Plenty of them remains still. | vda | 2007-04-21 | 1 | -1/+7 |
* | hush: explain why "pipe; exit $?" doesn't show correct exitcode | vda | 2007-04-21 | 1 | -0/+5 |
* | hush: begin fixing non-functional job control | vda | 2007-04-21 | 1 | -0/+6 |
* | msh: style fixes | vda | 2007-04-14 | 1 | -0/+6 |