ocaml-bitstring.git
2015-07-21 Richard W.M... configure: Don't test for camlp4of.opt, test for camlp4of. master
2014-07-31 Richard W.M... Add .gitignore file.
2014-07-31 Bernhard SchommerCompilation fails due to void pointer arithmetic (issue...
2014-07-30 Richard W.M... Stop using allocation trick in fastpath functions ...
2014-07-30 Richard W.M... Add signed int extract and construction functions,...
2013-09-14 Richard W.M... Enable debugging for ocamlopt-generated code.
2013-07-18 Richard W.M... Allow bitstring to be compiled with Core.
2013-05-14 Richard W.M... Version 2.0.4.
2013-05-14 Richard W.M... Add functions: is_zeroes_bitstring, is_ones_bitstring.
2012-08-10 Richard W.M... Stable OCaml dependencies.
2012-08-10 Richard W.M... Fix memory leaks and alignment issues (thanks rixed...
2012-07-20 Richard W.M... META: Add -parser and -printer options.
2012-04-04 Richard W.M... takebits/dropbits: check that n >= 0
2012-03-30 Richard W.M... Permissive subbitstring allows a segmentation fault...
2012-01-17 Richard W.M... Update MANIFEST.
2012-01-17 Richard W.M... Version 2.0.3.
2012-01-17 Richard W.M... Fix concatenation of non-aligned bitstrings (thanks...
2012-01-17 Richard W.M... In a '{...} as foo' binding, save the original bitstrin...
2012-01-17 Richard W.M... Add 'make check' as a synonym for 'make test'.
2012-01-17 Richard W.M... Rename test programs so the name is a valid OCaml modul...
2010-02-05 Richard W.M... TODO: Added more suggested features based on feedback...
2010-01-11 Richard W.M... Fix issue 5: Bitstring cannot be used with other syntax...
2010-01-08 Richard W.M... Version 2.0.2 for release.
2010-01-08 Richard W.M... Fix handling of OCAML_PKG_* macros for new OCaml autoconf.
2010-01-08 Richard W.M... Version 2.0.1 for release.
2010-01-08 Richard W.M... CIL example: <linux/fs.h> is now required for <linux...
2010-01-08 Richard W.M... CIL: Include dynlink for OCaml 3.11.
2010-01-08 Richard W.M... Fix empty case for OCaml 3.11 and above.
2010-01-08 Richard W.M... Fix handling of dynlink in OCaml 3.11 and above.
2010-01-08 Richard W.M... Update aclocal.m4 to latest OCaml autoconf macros.
2009-07-10 Richard W.M... Fix for ARCH_ALIGN_INT64 platforms (Stephane Glondu).
2008-10-17 Richard W.M... Version 2.0.0 for release.
2008-10-17 Richard W.M... Add regression test for 32/64-bit aligned fastpath...
2008-10-17 Richard W.M... On fastpath, 32/64 bit zeros must be allocated each...
2008-10-06 Richard W.M... Fix index checks in get/put functions (jessicah)
2008-08-28 toots@rastageeks.orgAdded bootstrap and uninstall target
2008-08-28 Richard W.M... Version 1.9.9 for release.
2008-08-27 Richard W.M... Updated manifest file.
2008-08-27 Richard W.M... Updated test coverage report.
2008-08-27 Richard W.M... Test the hexdump function.
2008-08-27 Richard W.M... Comprehensive test of fixed-size int construct & extrac...
2008-08-27 Richard W.M... Test the subbitstring and takebits functions.
2008-08-27 Richard W.M... Fix buggy construct_int64_ne_unsigned and construct_int...
2008-08-27 Richard W.M... Check for 'diff' program (now required to run tests).
2008-08-27 Richard W.M... Update coverage report.
2008-08-27 Richard W.M... Add tests for compare, load, etc.
2008-08-27 Richard W.M... Fix 'make test' rule.
2008-08-27 Richard W.M... Added:
2008-08-26 Richard W.M... 'make clean' rules remove more generated files.
2008-08-26 Richard W.M... Version 1.9.8 for release.
2008-08-26 Richard W.M... Use ocaml-bisect to compute coverage of tests.
2008-08-26 Richard W.M... Add byteswap.in.h
2008-08-26 Richard W.M... Ignore *.so files.
2008-08-26 Richard W.M... This patch completes the optimization / fastpaths in...
2008-08-26 Richard W.M... This large, but mostly mechanical, patch removes an...
2008-08-26 Richard W.M... This patch improves the string_of_* functions in Bitmat...
2008-08-26 Richard W.M... This patch adds the framework for including C code...
2008-08-26 Richard W.M... Include benchmarks directory.
2008-08-26 Richard W.M... This adds the outline of a benchmark suite to bitstring.
2008-08-26 Richard W.M... The attached patch is necessary to work around a bug...
2008-08-20 Richard W.M... Added little-endian constructors (thanks to Romain...
2008-07-17 Richard W.M... Document the bitmatch compatibility library.
2008-07-17 Richard W.M... Renaming bitmatch -> bitstring.
2008-07-17 Richard W.M... Rename files and libraries from bitmatch* to bitstring*
2008-07-17 Richard W.M... Updated TODO file.
2008-07-17 Richard W.M... Version 1.9.6 for release.
2008-07-17 Richard W.M... Improved test.
2008-07-17 Richard W.M... Implement check() and bind() qualifiers.
2008-07-17 Richard W.M... Implement save_to_offset() and partially implement...
2008-07-17 Richard W.M... Fix an error message.
2008-07-17 Richard W.M... Added when(), bind() and save_offset_to() to the TODO...
2008-07-17 Richard W.M... Set svn:ignore.
2008-07-17 Richard W.M... Set svn:keywords property to Id.
2008-07-17 Richard W.M... Added offset padding test to test the case when origina...
2008-07-17 Richard W.M... Implement dropbits, takebits, subbitstring.
2008-07-17 Richard W.M... Fix computed offset calculations when original_off...
2008-07-11 Richard W.M... Version 1.9.5 for release.
2008-07-11 Richard W.M... Clarify licensing for Debian.
2008-07-11 Richard W.M... Fix documentation for how to compile using camlp4 directly.
2008-07-04 Richard W.M... Version 1.9.4 for release.
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.
next