Skip to content

Tags: Genivia/RE-flex

Tags

v6.0.0

Toggle v6.0.0's commit message
released 6.0

v5.5.0

Toggle v5.5.0's commit message
released 5.5

v5.4.0

Toggle v5.4.0's commit message
released 5.4

fix #226
fix #227
fix #228
natively support non-blocking `FILE*` input, i.e. for `fcntl` `O_NONBLOCK` the regex matchers will wait for input to become available again instead of giving up with an error; changed `reflex::Input::Handler` see documentation

v5.3.0

Toggle v5.3.0's commit message
released 5.3

improve case-insensitive matching to support the Unicode upper/lower sets of letters

v5.2.2

Toggle v5.2.2's commit message
released 5.2.2

v5.2.1

Toggle v5.2.1's commit message
released 5.2.1

fix a regression issue with non-SIMD-optimized search with `Matcher::find()`

v5.2.0

Toggle v5.2.0's commit message
released 5.2

v5.1.1

Toggle v5.1.1's commit message
released 5.1.1

fix a minor issue with case-insentitive matching when regex patterns are specified in certain ways in combination with "string-like" patterns such that one ore more alternating sub-patterns overlap from the start.

v5.1.0

Toggle v5.1.0's commit message
released 5.1

- fix #217 appease warnings
- fix #216
- fix a bug in case-insensitive Unicode negated character class matching too much

v5.0.1

Toggle v5.0.1's commit message
released 5.0.1

fix #214