aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_leaktool.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko2009-04-191-2/+14
| | | | | | | | | | 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
* slight tweak to the leak detectorDenis Vlasenko2009-04-081-3/+3
|
* hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko2008-06-171-1/+1
| | | | | they really annoy in the middle of parser code. no real code changes.
* hush: plug memory leakDenis Vlasenko2007-11-231-0/+13