Skip to content

Tags: Genivia/RE-flex

Tags

v4.5.0

Toggle v4.5.0's commit message
released 4.5

minor improvements

v4.4.0

Toggle v4.4.0's commit message
released 4.4.0

v4.3.0

Toggle v4.3.0's commit message
released 4.3.0

v4.2.1

Toggle v4.2.1's commit message
released 4.2.1

v4.2.0

Toggle v4.2.0's commit message
released 4.2.0

- add pkg-config files reflex.pc and relfexmin.pc with updated configure and makefiles
- minor update of option -p to permit empty lexer specifications #202

v4.1.2

Toggle v4.1.2's commit message
released 4.1.2

updated configure scripts
cast negative ctype function arguments (problem detected on NetBSD 10) #198

v4.1.1

Toggle v4.1.1's commit message
released 4.1.1

minor update to correct a DFA construction problem for POSIX regex lazy quantifiers matching too much in some cases

v4.1.0

Toggle v4.1.0's commit message
released 4.1.0

improved lazy quantifiers for POSIX regex lazy pattern matching

v4.0.1

Toggle v4.0.1's commit message
released 4.0.1

fix #195
add new example/rawk
add new example/moo

v4.0.0

Toggle v4.0.0's commit message
released 4.0.0

- faster Matcher::find() with a new DFA cut algorithm to optimize match prediction speed and accuracy, see also ugrep 5.0
- apply Unicode pattern canonicalization with reflex::convert(..., reflex::convert_flag::unicode)