Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/regex-emacs.c (analyze_first): Fix incorrect optimization | Stefan Monnier | 2023-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | ; Fix more typos | Stefan Kangas | 2020-10-03 | 1 | -2/+2 |
| | |||||
* | * test/src/regex-resources/PTESTS: Convert to UTF-8. | Paul Eggert | 2016-12-12 | 1 | -271/+271 |
| | |||||
* | New regex tests imported from glibc 2.21 | Dima Kogan | 2016-08-02 | 4 | -0/+3723 |
* 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/*.] |