We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b5c27 commit df28df9Copy full SHA for df28df9
CHANGES
@@ -1,6 +1,7 @@
1
0.7.2 (trunk):
2
* Improved ocamldoc for BE/LE modules.
3
* Add Travis-CI test scripts and fix `test.sh` script compilation.
4
+* Support int32/int64 constant values in cenum like `VAL = 0xffffffffl`, useful for 32-bit hosts.
5
* Check and raise error in case of negative offsets for blits (#4).
6
* Correctly preserve the sequence after a constant constructor is set during a `cenum` definition.
7
* Do not repeat the `sizeof_<field>` binding for every get/set field (should be no externally observable change).
0 commit comments