- BUG: event mode call-all doesn't work well; test this with fawk:
       if a script registers foo() then another script defines foo(),
       it may collide with the already defined one. Is this fawk-specific?
       fgwirc, script.c, script_clean_hooks()
- need to install the header from the c "binding" to make it useful for plugins
- look for code TODOs

- BUG: doc install: DOCDIR missing /librnd

- make test should run automated tests

- BUG: duktape: syntax error in the script causes assert
- check for memleaks (all languages)
