bug fixes, Travis and hexdump pretty printing
0.8.0 (13-Oct-2013):
- Improved ocamldoc for BE/LE modules.
- Add Travis-CI test scripts and fix
test.shscript compilation. - Support int32/int64 constant values in cenum like
VAL = 0xffffffffl, useful for 32-bit hosts. - Check and raise error in case of negative offsets for blits (#4).
- Correctly preserve the sequence after a constant constructor is set during a
cenumdefinition. - Do not repeat the
sizeof_<field>binding for every get/set field (should be no externally observable change). - Add
Cstruct.hexdump_to_bufferto make spooling hexdump output easier. - Generate
hexdump_fooandhexdump_foo_to_bufferprettyprinting functions for acstruct foo.