Don't allow zero-length patterns to be loaded from a file
[ocaml-bitstring.git] / pa_bitmatch.ml
2008-07-04 Richard W.M. JonesDon't allow zero-length patterns to be loaded from...
2008-07-01 Richard W.M. JonesRefactor raising of Construct_failure exceptions and...
2008-07-01 Richard W.M. JonesMake the locations in error messages more specific.
2008-07-01 Richard W.M. JonesRefactor constructor and extractor function name genera...
2008-07-01 Richard W.M. JonesRefactor parse_field function (Bluestorm).
2008-07-01 Richard W.M. JonesRefactor expr_is_constant (Bluestorm).
2008-07-01 Richard W.M. JonesConvenience function locfail (thanks to Bluestorm).
2008-06-16 Richard W.M. JonesAdd string_of_*_field so we can print out fields more...
2008-06-16 Richard W.M. JonesSupport for computed offsets in output. Also allow...
2008-06-13 Richard W.M. JonesPersistent patterns, save and load to a file.
2008-06-12 Richard W.M. JonesSplit out field handling from pa_bitmatch into a common...
2008-05-21 Richard W.M. JonesEndianness expressions.
2008-05-19 Richard W.M. JonesWhen flen is a constant, use the constant integer value...
2008-05-18 Richard W.M. JonesEnable svn:keywords Id property on relevant files.
2008-05-18 Richard W.M. JonesImplement the nativeendian version of some functions.
2008-05-18 Richard W.M. JonesAllow '_' to be used to ignore more types of bitstring...
2008-05-18 Richard W.M. JonesPolymorphic 'field' type.
2008-05-18 Richard W.M. JonesMore complete handling of constant field length express...
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.