X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=MANIFEST;h=05e83db72a4acfae7f6b13c869c63bbdada28193;hb=64bcd448dc8787b82828a49edb709436ec2de93d;hp=900ffe1c059633b73fbbd60509761b3f96f5529e;hpb=90b86b1a219936f06ff87cb6238851205546cf5f;p=ocaml-bitstring.git diff --git a/MANIFEST b/MANIFEST index 900ffe1..05e83db 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,20 +1,33 @@ aclocal.m4 +benchmarks/parse_ext3_superblock.ml bitmatch.ml -bitmatch.mli -bitmatch_config.ml.in -bitmatch_objinfo.ml -bitmatch_persistent.ml -bitmatch_persistent.mli -bitmatch_types.ml +bitstring.ml +bitstring.mli +bitstring_c.c +bitstring_config.ml.in +bitstring_objinfo.ml +bitstring_persistent.ml +bitstring_persistent.mli +bitstring_types.ml +byteswap.in.h .depend -cil-tools/bitmatch_import_c.ml -cil-tools/bitmatch-import-prefix.h +cil-tools/bitstring_import_c.ml +cil-tools/bitstring-import-prefix.h cil-tools/.depend cil-tools/ext3.c +cil-tools/ext3.ml cil-tools/Makefile.in cil-tools/task_struct.c +cil-tools/task_struct.ml configure.ac +COPYING COPYING.LIB +coverage-report/file0000.html +coverage-report/file0001.html +coverage-report/file0002.html +coverage-report/file0003.html +coverage-report/style.css +coverage-report/index.html create_test_pattern.ml examples/elf.ml examples/ext3_sb @@ -31,14 +44,94 @@ Makefile.in MANIFEST META.in README -pa_bitmatch.ml +pa_bitstring.ml tests/01_load.ml tests/02_run.ml tests/10_match_bits.ml tests/11_match_ints.ml +tests/15_extract_int.ml tests/20_varsize.ml tests/30_bitbuffer.ml +tests/31_bitstring_concat.ml +tests/32_bitstring_compare.ml +tests/33_substring.ml +tests/34_takebits.ml +tests/35_load_from_file.ml tests/40_endianexpr.ml tests/50_named_pattern.ml tests/51_open_pattern.ml +tests/60_simple_offset.ml +tests/61_offset_string.ml +tests/62_offset_padding.ml +tests/65_save_offset_to.ml +tests/70_check_and_bind.ml +tests/80_hexdump.ml +tests/80_testdata/hex1000.expected +tests/80_testdata/hex10.expected +tests/80_testdata/hex11.expected +tests/80_testdata/hex127.expected +tests/80_testdata/hex128.expected +tests/80_testdata/hex12.expected +tests/80_testdata/hex13.expected +tests/80_testdata/hex14.expected +tests/80_testdata/hex15.expected +tests/80_testdata/hex16.expected +tests/80_testdata/hex1.expected +tests/80_testdata/hex200.expected +tests/80_testdata/hex2.expected +tests/80_testdata/hex31.expected +tests/80_testdata/hex32.expected +tests/80_testdata/hex33.expected +tests/80_testdata/hex34.expected +tests/80_testdata/hex3.expected +tests/80_testdata/hex47.expected +tests/80_testdata/hex48.expected +tests/80_testdata/hex49.expected +tests/80_testdata/hex4.expected +tests/80_testdata/hex500.expected +tests/80_testdata/hex50.expected +tests/80_testdata/hex5.expected +tests/80_testdata/hex63.expected +tests/80_testdata/hex64.expected +tests/80_testdata/hex65.expected +tests/80_testdata/hex66.expected +tests/80_testdata/hex67.expected +tests/80_testdata/hex6.expected +tests/80_testdata/hex7.expected +tests/80_testdata/hex8.expected +tests/80_testdata/hex9.expected +tests/80_testdata/rnd1 +tests/80_testdata/rnd10 +tests/80_testdata/rnd1000 +tests/80_testdata/rnd11 +tests/80_testdata/rnd12 +tests/80_testdata/rnd127 +tests/80_testdata/rnd128 +tests/80_testdata/rnd13 +tests/80_testdata/rnd14 +tests/80_testdata/rnd15 +tests/80_testdata/rnd16 +tests/80_testdata/rnd2 +tests/80_testdata/rnd200 +tests/80_testdata/rnd3 +tests/80_testdata/rnd31 +tests/80_testdata/rnd32 +tests/80_testdata/rnd33 +tests/80_testdata/rnd34 +tests/80_testdata/rnd4 +tests/80_testdata/rnd47 +tests/80_testdata/rnd48 +tests/80_testdata/rnd49 +tests/80_testdata/rnd5 +tests/80_testdata/rnd50 +tests/80_testdata/rnd500 +tests/80_testdata/rnd6 +tests/80_testdata/rnd63 +tests/80_testdata/rnd64 +tests/80_testdata/rnd65 +tests/80_testdata/rnd66 +tests/80_testdata/rnd67 +tests/80_testdata/rnd7 +tests/80_testdata/rnd8 +tests/80_testdata/rnd9 TODO