libporty 0.9.4 ~~~~~~~~~~~~~~ This release concentrates on c99tree - a tool originally invented for mapping function calls for detecting libc-call portabilty issues. By this release, c99tree has grown to be a toolchain that can not only convert C sources to Abstract Syntax Trees (AST) but can: - extract various statistics and summaries - edit the sources to some degree - bind the AST to the tokens in the original source file - bind the AST to byte offsets in the original source file - execute gentrex scripts to highlight interesting nodes in the AST (to aid further processing of the output)