Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 479 Bytes

CHANGES.md

File metadata and controls

17 lines (11 loc) · 479 Bytes

pcre2-ocaml changelog

7.5.3 (2024-04-18)

  • 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).

7.5.2 (2023-09-06)

  • fixed bug in full_split, added first unit-test for same

7.5.1 (2023-09-01)

  • Created pcre2-ocaml bindings based on original pcre-ocaml project