Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-23 | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | |
2007-11-23 | hush: plug memory leak | Denis Vlasenko | |
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 |