aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-z_slow/leak_var.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: add leak detector helper; fix/add tests for itDenis Vlasenko2009-04-081-1/+1
| | | | | | | function old new delta builtin_memleak - 92 +92 bltins 288 300 +12
* hush: rework variable storage and environment handling.Denis Vlasenko2007-05-251-0/+2
More that -100 bytes of code + memory leak plugged. Added a testcase for it.