Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-10 | hush: small fixes to docs/testsuite | Denis Vlasenko | |
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko | |
hush: fix a case where none of pipe members could be started because of fork failure hush: rename functions: xxx_real -> xxx hush: try to add a bit more of vfork-friendliness hush: add rudimentary design docs hush: add TODO (newly discovered bug with globbing) | |||
2007-12-25 | add expected output | Mike Frysinger | |
2007-11-23 | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | |
2007-11-23 | hush: plug memory leak | Denis Vlasenko | |
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | |
insane amounts of stack. Testsuite updated. | |||
2007-05-25 | hush: rework variable storage and environment handling. | Denis Vlasenko | |
More that -100 bytes of code + memory leak plugged. Added a testcase for it. | |||
2007-05-24 | hush: improve 2 testsuite tests | Denis Vlasenko | |
2007-05-24 | hush: add 2 tests for correct syntax error reporting | Denis Vlasenko | |
2007-05-23 | hush: make syntax error messages a bit more useful | Denis Vlasenko | |
2007-05-23 | hush: prepare testsuite for new, fixed error message format | Denis Vlasenko | |
2007-05-23 | hush: fix job control with eval /bin/external_prog | Denis Vlasenko | |
hush: fix parsing of unterminated "str with no EOL hush: improved make_string() (smaller, faster, needs less RAM) hush: renamed several functions | |||
2007-05-23 | hush: fix a bit different instance of "No EOL" bug, | Denis Vlasenko | |
add testsuite for that. Expand another testsuite. | |||
2007-05-23 | fix execute bit on hush-misc/shift.tests | Denis Vlasenko | |
2007-05-21 | shells: update README and testsuite. environment memory leak | Denis Vlasenko | |
needs to be fixed - and documented! | |||
2007-05-20 | hush: fix shift + $0 bug; add testcase | Denis Vlasenko | |
2007-05-20 | hush: make process substitution configurable; add a testcase | Denis Vlasenko | |
2007-05-16 | hush: fix expansion of quoted $VAR, $* and $@ | Denis Vlasenko | |
2007-05-16 | hush: fix incorrect processing of echo "'$var'". | Denis Vlasenko | |
hush: rename map[] and MAP_xxx, making them easier to understand. hush: move testcase (which now passes) from hush-bugs to hush-parsing | |||
2007-05-14 | hush: move testsuite files from hush-bugs to hush-parsing | Denis Vlasenko | |
(as these bugs are now fixed) | |||
2007-05-14 | hush: more fixes to variable expansion, more testcases | Denis Vlasenko | |
2007-05-14 | hush: move towards more correct variable expansion | Denis Vlasenko | |
hush: fix a few cases in FOR v IN ... construct unfortunately, code growth is big - ~600 bytes | |||
2007-05-13 | hush: fix '{ false; echo $?; }' bug. | Denis Vlasenko | |
hush: expand testsuite. variable expansion is still very broken | |||
2007-05-11 | hush: reinstate hush_test, add testcases for process subst | Denis Vlasenko | |
2007-05-11 | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko | |
hush: fix `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes | |||
2007-05-10 | hush: fix "unterminated last line loops forever" bug | Denis Vlasenko | |
hush: add testsuite infrastructure |