Files
emacs/test/src
Stefan Monnier 37130fd500 regex.c: Fix recent regression with mutually_exclusive_p
The new analysis code ended up increasing the scope of an optimization
a bit too far.  Reign it in.

* src/regex-emacs.c (struct mutexcl_data): Add `unconstrained` field.
(mutually_exclusive_one): Use and set it.
(mutually_exclusive_p): Initialize it.

* test/src/regex-emacs-tests.el (regexp-tests-backtrack-optimization):
Add test.
2023-10-03 10:10:57 -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