ocaml-bitstring.git
2008-05-18 Richard W.M... Added integer matching test.
2008-05-18 Richard W.M... Bit-matching test.
2008-05-18 Richard W.M... Seems that the ELF fields are little-endian.
2008-05-18 Richard W.M... Updated MANIFEST and removed .cvsignore files.
2008-05-18 Richard W.M... Version 1.1 for release.
2008-05-18 Richard W.M... Added GIF parsing example.
2008-05-18 Richard W.M... Enable svn:keywords Id property on relevant files.
2008-05-18 Richard W.M... ELF parsing example.
2008-05-18 Richard W.M... Make examples depend upon library.
2008-05-18 Richard W.M... More consistent naming of files.
2008-05-18 Richard W.M... Removed obsolete tests, and moved some tests into examples.
2008-05-18 Richard W.M... Fix svnignore in the examples subdirectory.
2008-05-18 Richard W.M... Added rules to build examples.
2008-05-18 Richard W.M... Fix this example so it now works.
2008-05-18 Richard W.M... Implement bitstring_to_chan, bitstring_to_file.
2008-05-18 Richard W.M... Implement the nativeendian version of some functions.
2008-05-18 Richard W.M... Fix examples to use the new syntax.
2008-05-18 Richard W.M... Updated TODO
2008-05-18 Richard W.M... Version 1.0 for release.
2008-05-18 Richard W.M... Allow '_' to be used to ignore more types of bitstring...
2008-05-18 Richard W.M... Fix check-manifest rule to work with Subversion.
2008-05-18 Richard W.M... Polymorphic 'field' type.
2008-05-18 Richard W.M... More complete handling of constant field length express...
2008-05-12 Richard W.M... Fix extracting in little-endian case.
2008-05-08 Richard W.M... Added extract_int64_le_unsigned, version 0.8 for release.
2008-05-07 Richard W.M... Missing exception arg to construct_bit, and added const...
2008-05-07 Richard W.M... Requires unix - new version 0.7 candidate for release.
2008-05-07 Richard W.M... Added construct_string, version 0.7 for release.
2008-04-26 Richard W.M... bitstring_of_string and bitstring_of_*_max functions.
2008-04-25 Richard W.M... Version 0.6 for release.
2008-04-25 Richard W.M... Turn off exhaustiveness checking (thanks: Martin Jambon).
2008-04-25 Richard W.M... Allow matching against a string type.
2008-04-25 Richard W.M... Use patterns, not expressions, in the bitmatch operator.
2008-04-25 Richard W.M... Change syntax so that { ... } surrounds match patterns.
2008-04-25 Richard W.M... Typo.
2008-04-16 Richard W.M... Added TODO to MANIFEST.
2008-04-15 Richard W.M... Version 0.4.
2008-04-15 Richard W.M... Added TODO file.
2008-04-15 Richard W.M... string_of_bitstring.
2008-04-02 Richard W.M... Some fixes to the META file, still doesn't work.
2008-04-02 Richard W.M... Fixed 'compiling' documentation.
2008-04-02 Richard W.M... Install pa_bitmatch.cmo, don't install pa_bitmatch...
2008-04-02 Richard W.M... Documentation update
2008-04-02 Richard W.M... Version 0.2 released.
2008-04-02 Richard W.M... Updated MANIFEST.
2008-04-02 Richard W.M... Updated documentation.
2008-04-02 Richard W.M... Start of documentation.
2008-04-02 Richard W.M... Update cvsignore.
2008-04-02 Richard W.M... Move more common bithandling code into I/I32/I64 modules.
2008-04-02 Richard W.M... Outline of documentation.
2008-04-02 Richard W.M... LGPL notices.
2008-04-02 Richard W.M... Makefile make install/clean.
2008-04-02 Richard W.M... Added README
2008-04-02 Richard W.M... Updated MANIFEST
2008-04-02 Richard W.M... META file
2008-04-02 Richard W.M... Autoconfify.
2008-04-01 Richard W.M... Ignore tarballs
2008-04-01 Richard W.M... Added MANIFEST, distribution rule.
2008-04-01 Richard W.M... Fixed byte swaps so that now ext3 superblock can be...
2008-04-01 Richard W.M... Fixed syntax of the examples.
2008-04-01 Richard W.M... Added constructors.
2008-04-01 Richard W.M... Now supports constant field patterns in bitmatch.
2008-04-01 Richard W.M... Added extract_int_be_unsigned and extract_int32_be_unsi...
2008-04-01 Richard W.M... Fix corrupted IPv4/6 packets.
2008-04-01 Richard W.M... Added IPv4 and IPv6 ping packets.
2008-04-01 Richard W.M... Added Bitmatch.hexdump_bitstring
2008-04-01 Richard W.M... Avoid compiler warning from 'raise Exit; ()'
2008-04-01 Richard W.M... extract_char_unsigned
2008-03-31 Richard W.M... Bitmatch syntax extension, working on bits and bitstrings.
2008-03-31 (no author)New repository initialized by cvs2svn.