You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
released 5.4
fix#226fix#227fix#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