Add signed int extract and construction functions, and test.
authorRichard W.M. Jones <rich@annexia.org>
Wed, 30 Jul 2014 19:39:53 +0000 (19:39 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Wed, 30 Jul 2014 19:39:53 +0000 (19:39 +0000)
commitddf96ad11dab238189dbc130544aa0bac5ed9c2a
tree9cf17e6cfe347812b204ebe428433895ccbcac74
parentb67caaf64efdc6c96ca4431b6844f294c6c38a7c
Add signed int extract and construction functions, and test.

Written by: Matthieu Dubuget

https://code.google.com/p/bitstring/issues/detail?id=10
bitstring.ml
bitstring.mli
pa_bitstring.ml
t12_signed_bytes_limits.ml [new file with mode: 0644]
t13_signed_byte_create.ml [new file with mode: 0644]
t141_signed_int_limits.ml [new file with mode: 0644]
t14_signed_byte_match.ml [new file with mode: 0644]