]> granicus.if.org Git - re2c/commit
Renamed libre2c_posix -> libre2c (as it now also supports leftmost greedy semantics).
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 5 Feb 2019 13:33:04 +0000 (13:33 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 5 Feb 2019 13:33:04 +0000 (13:33 +0000)
commitfa0e0ade449efe611418b049f1cc6d9576574b27
tree65a3a198077a27c444c58a874ea5b239388ae509
parentfd8278cc66a83083fe126128a36f8e3f6c5318f8
Renamed libre2c_posix -> libre2c (as it now also supports leftmost greedy semantics).
18 files changed:
re2c/Makefile.am
re2c/Makefile.lib.am [moved from re2c/Makefile.libre2c_posix.am with 69% similarity]
re2c/bootstrap/lib/lex.cc [moved from re2c/bootstrap/libre2c_posix/lex.cc with 76% similarity]
re2c/bootstrap/lib/parse.cc [moved from re2c/bootstrap/libre2c_posix/parse.cc with 96% similarity]
re2c/bootstrap/lib/parse.h [moved from re2c/bootstrap/libre2c_posix/parse.h with 95% similarity]
re2c/lib/lex.h [moved from re2c/libre2c_posix/lex.h with 100% similarity]
re2c/lib/lex.re [moved from re2c/libre2c_posix/lex.re with 98% similarity]
re2c/lib/parse.ypp [moved from re2c/libre2c_posix/parse.ypp with 97% similarity]
re2c/lib/regcomp.cc [moved from re2c/libre2c_posix/regcomp.cc with 96% similarity]
re2c/lib/regex.h [moved from re2c/libre2c_posix/regex.h with 100% similarity]
re2c/lib/regex_impl.h [moved from re2c/libre2c_posix/regex_impl.h with 100% similarity]
re2c/lib/regexec.cc [moved from re2c/libre2c_posix/regexec.cc with 87% similarity]
re2c/lib/regexec_dfa.cc [moved from re2c/libre2c_posix/regexec_dfa.cc with 95% similarity]
re2c/lib/regexec_nfa_leftmost.cc [moved from re2c/libre2c_posix/regexec_nfa_leftmost.cc with 98% similarity]
re2c/lib/regexec_nfa_posix.cc [moved from re2c/libre2c_posix/regexec_nfa_posix.cc with 99% similarity]
re2c/lib/regfree.cc [moved from re2c/libre2c_posix/regfree.cc with 94% similarity]
re2c/lib/stubs.cc [moved from re2c/libre2c_posix/stubs.cc with 100% similarity]
re2c/lib/test.cpp [moved from re2c/libre2c_posix/test.cpp with 99% similarity]