aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-z_slow/leak_var.right
AgeCommit message (Collapse)Author
2009-04-08hush: add leak detector helper; fix/add tests for itDenis Vlasenko
function old new delta builtin_memleak - 92 +92 bltins 288 300 +12
2007-05-25hush: rework variable storage and environment handling.Denis Vlasenko
More that -100 bytes of code + memory leak plugged. Added a testcase for it.