Release Notes: The Python translator is now deprecated, and all important features are part of the C++ translator. Better support is available for exporting C functionality to Java. File handling for J2SE has been implemented. The translated code can now be generated in a thread-safe manner.


Release Notes: Binary releases for Linux and Windows, better optimization through use of DWARF debugging information, and a better peephole optimizer. A new build system that makes cibyl globally installable.


Release Notes: setjmp/longjmp has been implemented. Exception handling has been refactored, including the ability to throw Java exceptions from C/C++. An optimization-related bug has been fixed.


Release Notes: The Python translator is now deprecated, and all important features are part of the C++ translator. Better support is available for exporting C functionality to Java. File handling for J2SE has been implemented. The translated code can now be generated in a thread-safe manner.


Release Notes: A new sscanf implementation, better configuration handling, and an ELF symbol size bugfix. Relocations for unaligned memory accesses are now handled. ANSI C support has been extended with various functions.


Release Notes: An ELF symbol size bug has been fixed. There are 64-bit host compile fixes. A C++ build issue on target has been fixed. The call tables for function pointer calls now only contains functions that are possible call targets from function pointers. Some code refactoring has been done.