| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-27 | * src/regex-emacs.c (analyze_first): Fix incorrect optimization | Stefan Monnier | |
| The optimization was incorrect in a particular corner case. In this fix I just disable it conservatively for more cases because it's not obvious how to fix it while preserving the "good" cases. We may find a better fix by using an approach like the one in `mutually_exhaustive_aux`, but for now this is good enough, especially since \{..\} repetitions are not used very frequently. * test/src/regex-resources/PTESTS: New test. | |||
| 2020-10-03 | ; Fix more typos | Stefan Kangas | |
| 2016-12-12 | * test/src/regex-resources/PTESTS: Convert to UTF-8. | Paul Eggert | |
| 2016-08-02 | New regex tests imported from glibc 2.21 | Dima Kogan | |
| * test/src/regex-resources/BOOST.tests: * test/src/regex-resources/PCRE.tests: * test/src/regex-resources/PTESTS: * test/src/regex-resources/TESTS: New test data files [mina86@mina86.com: Moved files from test/src/regex/* to test/src/*.] | |||
