Skip to content

Tags: Genivia/RE-flex

Tags

v3.5.1

Toggle v3.5.1's commit message
released 3.5.1

minor improvements

v3.5.0

Toggle v3.5.0's commit message
released 3.5.0

updated to Unicode 15.1; clarify `.` (dot) with `%unicode` enabled, which is a catch-all pattern; update `\X` to match only valid Unicode characters

v3.4.1

Toggle v3.4.1's commit message
minor update

v3.4.0

Toggle v3.4.0's commit message
released 3.4.0

fix FuzzyMatcher::DEL flag when this is the only flag selected; fix FuzzyMatcher::matches() bug that incorrectly matched an extra character before the end of the input; optimize find(); updated saving the FSM pred[] hashes to a file, which has changed; increase default buffer size REFLEX_BUFSZ to 128K for best throughput performance.

v3.3.8

Toggle v3.3.8's commit message
release 3.3.8

minor update to sync up the code base with the ugrep project

v3.3.7

Toggle v3.3.7's commit message
released 3.3.7

Faster find() with additional SIMD acceleration intrinsics.

v3.3.6

Toggle v3.3.6's commit message
released 3.3.6

faster find(); improved --stdout to include tables fix #185

v3.3.5

Toggle v3.3.5's commit message
released 3.3.5

improve source code output of lexer class definitions; reflex will no longer read standard input when it is a TTY so to report an error when an input file is not specified

v3.3.4

Toggle v3.3.4's commit message
released 3.3.4

fix find() initialization issue in 3.3.3

v3.3.3

Toggle v3.3.3's commit message
released 3.3.3

fix yyrestart dropping the first character; faster find()