Files
emacs/test/src
Stefan Monnier 7c26501175 regex.c (mutually_exclusive_aux) <wordbound>: Remove optimization
Another case that was too optimistic.  Better use \> or \< rather
than \b if you want your regexp to be handled efficiently.

* src/regex-emacs.c (mutually_exclusive_aux) <wordbound>: Cancel optimization.
* test/src/regex-emacs-tests.el (regexp-tests-backtrack-optimization):
New test.
2023-09-28 12:37:44 -04:00
..
2023-08-20 20:05:26 +02:00
2023-05-26 07:04:03 -04:00
2023-05-20 15:43:44 +03:00
2023-05-13 14:31:00 +02:00