hush/shell/hush_test
Denis Vlasenko afd7a8d744 hush: fix environment and memory leaks, add tests for them
function                                             old     new   delta
add_malloced_string_to_strings                         -     110    +110
run_list                                            1999    2086     +87
free_strings_and_unsetenv                              -      87     +87
hush_version_str                                       -      18     +18
pseudo_exec_argv                                     139     146      +7
static.version_str                                    17       -     -17
free_pipe                                            237     210     -27
done_word                                            790     642    -148
------------------------------------------------------------------------------
(add/remove: 3/1 grow/shrink: 2/2 up/down: 309/-192)          Total: 117 bytes
2008-10-09 16:29:44 +00:00
..
hush-glob
hush-misc hush: fix mishandling of a'b'c=fff as assignments. They are not. 2008-08-04 00:46:07 +00:00
hush-parsing hush: fix a case where "$@" must expand to no word at all 2008-07-05 17:40:04 +00:00
hush-psubst
hush-vars hush: fix environment and memory leaks, add tests for them 2008-10-09 16:29:44 +00:00
hush-z_slow hush: fix environment and memory leaks, add tests for them 2008-10-09 16:29:44 +00:00
run-all