Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: add more complex case to leak testcase, fix found breakage | Denys Vlasenko | 2009-05-04 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | function old new delta unset_local_var_len - 167 +167 run_list 2350 2457 +107 set_vars_and_save_old - 87 +87 free_pipe 207 227 +20 builtin_unset 220 229 +9 builtin_exit 49 47 -2 free_strings_and_unset 53 - -53 set_vars_all_and_save_old 87 - -87 unset_local_var 168 - -168 ------------------------------------------------------------------------------ (add/remove: 2/3 grow/shrink: 3/1 up/down: 390/-310) Total: 80 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hush: nommu fix for function passing | Denis Vlasenko | 2009-04-26 | 1 | -0/+2 |
| | |||||
* | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" | Denis Vlasenko | 2009-04-19 | 1 | -0/+2 |
| | | | | | | | | | | corner case; improve hush_leaktool.sh; fix some false positives in testsuite function old new delta builtin_export 191 206 +15 parse_stream 2196 2200 +4 | ||||
* | hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug | Denis Vlasenko | 2009-04-11 | 1 | -2/+4 |
| | |||||
* | hush: tweak tests | Denis Vlasenko | 2009-04-10 | 1 | -1/+73 |
| | |||||
* | hush: add function tests | Denis Vlasenko | 2009-04-10 | 1 | -0/+4 |
| | |||||
* | expand leak_all1.tests | Denis Vlasenko | 2009-04-08 | 1 | -2/+8 |
| | |||||
* | hush: add leak detector helper; fix/add tests for it | Denis Vlasenko | 2009-04-08 | 1 | -0/+61 |
function old new delta builtin_memleak - 92 +92 bltins 288 300 +12 |