- Fixed bug in
raise_bad_pattern
regarding string creation for the exception, added a test. - Changed some declarations to be C99-compatible (some functions were declared/defined with empty parameter lists but were intended to take no arguments).
- fixed bug in
full_split
, added first unit-test for same
- Created pcre2-ocaml bindings based on original pcre-ocaml project