Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-13 | hush: fix NOMMU bug (analogous to preceding commit for MMU) | Denis Vlasenko | |
2008-10-13 | testcase for the last fix | Denis Vlasenko | |
2008-10-09 | hush: fix environment and memory leaks, add tests for them | Denis Vlasenko | |
function old new delta add_malloced_string_to_strings - 110 +110 run_list 1999 2086 +87 free_strings_and_unsetenv - 87 +87 hush_version_str - 18 +18 pseudo_exec_argv 139 146 +7 static.version_str 17 - -17 free_pipe 237 210 -27 done_word 790 642 -148 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/2 up/down: 309/-192) Total: 117 bytes | |||
2008-07-31 | hush: support $_NUMBERS variable names | Denis Vlasenko | |
2008-06-18 | cosmetics in hush testsuites | Denis Vlasenko | |
2008-06-18 | fix globbing in unquoted $* and $@ | Denis Vlasenko | |
2008-06-16 | hush: fix hush-bugs/glob_and_vars.tests testcase: | Denis Vlasenko | |
globbing is now done _after_ variable/`cmd` substitution function old new delta expand_strvec_to_strvec 7 353 +346 expand_variables 1348 1383 +35 add_string_to_strings - 28 +28 globhack 114 - -114 done_word 778 579 -199 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 2/1 up/down: 409/-313) Total: 96 bytes | |||
2008-06-10 | hush: fix some fallout from prev commits, add testsuite | Denis Vlasenko | |
2007-11-23 | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | |
2007-05-23 | hush: fix a bit different instance of "No EOL" bug, | Denis Vlasenko | |
add testsuite for that. Expand another testsuite. | |||
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 |