Releases: mmottl/pcre-ocaml
Releases · mmottl/pcre-ocaml
8.0.5
Compare
Sorry, something went wrong.
No results found
mmottl
released this
21 Jul 00:50
CHANGES:
Fixed
Fix crash introduced in PR #35 . Thanks to Nathan Taylor for the contribution.
Added
Makefile target to generate compile_commands.json for improved LSP support
in editors.
8.0.4
Compare
Sorry, something went wrong.
No results found
mmottl
released this
22 Jun 18:55
CHANGES:
Fixed
Squelch uninitialized-value warnings. Thanks to Nathan Taylor for the
contribution.
8.0.3
Compare
Sorry, something went wrong.
No results found
mmottl
released this
18 Feb 21:01
CHANGES:
Removed export on caml_alloc_some to prevent linking issues.
Added OUnit2-based test suite.
Thanks to Chet Murthy for these contribution.
8.0.2
Compare
Sorry, something went wrong.
No results found
mmottl
released this
07 Jan 01:15
8.0.1
Compare
Sorry, something went wrong.
No results found
mmottl
released this
20 Dec 05:54
CHANGES:
Fixed a bug in the full_split function where non-capturing groups were
not identified as such.
Removed obsolete base-bytes dependency
7.5.1
Compare
Sorry, something went wrong.
No results found
mmottl
released this
07 Dec 07:11
CHANGES:
Added GitHub workflow for automated CI/CD.
Reformatted all OCaml and C-files for consistency.
Improved and fixed documentation.
Enhanced README and example README for clarity.
Fixed macro instantiation formatting and minor C preprocessing issues.
Corrected license typo.
7.5.0
Compare
Sorry, something went wrong.
No results found
mmottl
released this
22 Jul 17:24
CHANGES:
Added support for JIT-compilation of patterns, which can greatly improve
matching performance for most patterns. Users need to explicitly add
the jit_compile flag to request JIT-compilation when creating regular
expressions.
7.4.6
Compare
Sorry, something went wrong.
No results found
mmottl
released this
04 Aug 17:35
CHANGES:
Removed mistakenly kept base library configuration dependency.
7.4.5
Compare
Sorry, something went wrong.
No results found
mmottl
released this
04 Aug 16:23
CHANGES:
Removed excessive build dependency on base package.
7.4.4
Compare
Sorry, something went wrong.
No results found
mmottl
released this
30 Jul 19:36