Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" | Denis Vlasenko | 2009-04-19 | 1 | -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 detector | Denis Vlasenko | 2009-04-08 | 1 | -3/+3 |
| | |||||
* | hush: cleanup pass, the biggest is - moved builtins to the end of the file, | Denis Vlasenko | 2008-06-17 | 1 | -1/+1 |
| | | | | | they really annoy in the middle of parser code. no real code changes. | ||||
* | hush: plug memory leak | Denis Vlasenko | 2007-11-23 | 1 | -0/+13 |