ocaml-bitstring.git
2008-07-04 Richard W.M... Somewhat better attempt at a META file.
2008-07-04 Richard W.M... Don't allow zero-length patterns to be loaded from...
2008-07-04 Richard W.M... Update status
2008-07-04 Richard W.M... Version 1.9.3 for release.
2008-07-04 Richard W.M... Include pkg_*
2008-07-01 Richard W.M... extlib is needed for CIL tools subdir
2008-07-01 Richard W.M... Note about META file
2008-07-01 Richard W.M... Allow bitmatch-import-prefix.h to be installed centrally.
2008-07-01 Richard W.M... Version 1.9.2 for release.
2008-07-01 Richard W.M... Some fixes for building bmpp file.
2008-07-01 Richard W.M... Updated MANIFEST
2008-07-01 Richard W.M... Version 1.9.1 for release.
2008-07-01 Richard W.M... CIL examples.
2008-07-01 Richard W.M... Just warn about unimplemented types - they can be safel...
2008-07-01 Richard W.M... Refactor raising of Construct_failure exceptions and...
2008-07-01 Richard W.M... Make the locations in error messages more specific.
2008-07-01 Richard W.M... Refactor constructor and extractor function name genera...
2008-07-01 Richard W.M... Refactor parse_field function (Bluestorm).
2008-07-01 Richard W.M... Refactor expr_is_constant (Bluestorm).
2008-07-01 Richard W.M... Added string offset tests.
2008-07-01 Richard W.M... Convenience function locfail (thanks to Bluestorm).
2008-06-17 Richard W.M... Map 8-bit int element arrays to strings
2008-06-17 Richard W.M... More items for TODO list
2008-06-16 Richard W.M... Change cil tools to use computed offsets.
2008-06-16 Richard W.M... Add string_of_*_field so we can print out fields more...
2008-06-16 Richard W.M... Fix dependencies
2008-06-16 Richard W.M... Test for offsets
2008-06-16 Richard W.M... Document constructed offsets, zeroes_bitstring, ones_bi...
2008-06-16 Richard W.M... Implement construct_bitstring, zeroes_bitstring, ones_b...
2008-06-16 Richard W.M... Support for computed offsets in output. Also allow...
2008-06-16 Richard W.M... Added computed offset field
2008-06-13 Richard W.M... Documentation cleanups
2008-06-13 Richard W.M... Documentation cleanups
2008-06-13 Richard W.M... Documentation cleanups
2008-06-13 Richard W.M... Documentation clarification.
2008-06-13 Richard W.M... Clarify how to write multiple patterns to a file
2008-06-13 Richard W.M... Version 1.9 for release.
2008-06-13 Richard W.M... Update MANIFEST
2008-06-13 Richard W.M... Persistent patterns, save and load to a file.
2008-06-12 Richard W.M... Split out field handling from pa_bitmatch into a common...
2008-06-11 Richard W.M... Committing NON-WORKING cil tools directory. This code...
2008-06-10 Richard W.M... Started to copy the import tool from libunbin.
2008-05-21 Richard W.M... Include CHANGES file in tarball.
2008-05-21 Richard W.M... Version 1.3, updated MANIFEST.
2008-05-21 Richard W.M... Endianness expressions.
2008-05-19 Richard W.M... Updated MANIFEST
2008-05-19 Richard W.M... Added libpcap parsing example.
2008-05-19 Richard W.M... When flen is a constant, use the constant integer value...
2008-05-18 Richard W.M... Version 1.2 for release.
2008-05-18 Richard W.M... Updated MANIFEST
2008-05-18 Richard W.M... Fix string_of_bitstring/add_bits handling of non-multip...
2008-05-18 Richard W.M... Minor code rearrangement, improve an error message.
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.
next