Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-08 | hush: more rodust detection of unterminated strings etc; | Denis Vlasenko | |
fix a case where we forget to copy `cmd` text; optimize nommu heredoc helper by not passing environment to it; add several tests function old new delta add_till_closing_paren 256 308 +52 parse_stream 2337 2378 +41 add_till_backquote 82 111 +29 re_execute_shell 269 284 +15 handle_dollar 802 812 +10 parse_stream_dquoted 316 320 +4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 6/0 up/down: 151/0) Total: 151 bytes | |||
2008-06-12 | hush: fix for nested $()s with escapes + testsuite | Denis Vlasenko | |
2008-06-10 | hush: more backtick and quoting fixes... | Denis Vlasenko | |
2008-06-10 | hush: fix yet another fallout | Denis Vlasenko | |
hush: move fixed testsuites out of hush-bugs/* |