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