Missing exception arg to construct_bit, and added construct_int32_be_unsigned.
[ocaml-bitstring.git] / pa_bitmatch.ml
2008-04-25 Richard W.M. JonesTurn off exhaustiveness checking (thanks: Martin Jambon).
2008-04-25 Richard W.M. JonesAllow matching against a string type.
2008-04-25 Richard W.M. JonesUse patterns, not expressions, in the bitmatch operator.
2008-04-25 Richard W.M. JonesChange syntax so that { ... } surrounds match patterns.
2008-04-25 Richard W.M. JonesTypo.
2008-04-02 Richard W.M. JonesLGPL notices.
2008-04-01 Richard W.M. JonesFixed byte swaps so that now ext3 superblock can be...
2008-04-01 Richard W.M. JonesAdded constructors.
2008-04-01 Richard W.M. JonesAvoid compiler warning from 'raise Exit; ()'
2008-04-01 Richard W.M. Jonesextract_char_unsigned
2008-03-31 Richard W.M. JonesBitmatch syntax extension, working on bits and bitstrings.