Skip to content

Tags: Genivia/RE-flex

Tags

v6.3.0

Toggle v6.3.0's commit message
released 6.3

- new AbstractMatcher methods chr_last(), wchr_last(), chr_next(), wchr_next(), empty()
- new example words.l

v6.2.0

Toggle v6.2.0's commit message
released 6.2

- pattern matcher's `AbstractMatcher::avail()` method now accepts an optional max length parameter
- permit very long lines in the input (256MB long lines) when using `AbstractMatcher::line()` and `AbstractMatcher::eol()` without a begin-of-line loss

v6.1.0

Toggle v6.1.0's commit message
released 6.1

minor improvements to align the code base with recent ugrep updates

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