| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | * src/regex-emacs.c (mutually_exclusive_p): Fix inf-loop (bug#65726) | Stefan Monnier | 2023-09-04 | 1 | -1/+1 |
* | regex-emacs.c: Reduce the use of backtracking a bit further | Stefan Monnier | 2023-02-20 | 1 | -0/+18 |
* | ; Fix typos | Stefan Kangas | 2023-01-15 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Fix regexp matching with atomic strings and optimised backtracking | Mattias Engdegård | 2022-10-24 | 1 | -5/+9 |
* | Minor optimization of the "abort redisplay" feature | Eli Zaretskii | 2022-06-25 | 1 | -2/+2 |
* | Update redisplay ticks for more operations, and misc modifications | Eli Zaretskii | 2022-06-19 | 1 | -0/+30 |
* | Pacify GCC 12 in default developer build | Paul Eggert | 2022-05-12 | 1 | -10/+11 |
* | Replace ptrdiff_t with new specpdl_ref type for specpdl references | Mattias Engdegård | 2022-02-12 | 1 | -1/+1 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | ; Remove various duplicated words | Mattias Engdegård | 2021-09-25 | 1 | -2/+2 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Fix [:upper:] and [:lower:] for Unicode characters (bug#11309) | Mattias Engdegård | 2020-12-09 | 1 | -8/+9 |
* | regex-emacs: copy less when reallocating | Paul Eggert | 2020-08-26 | 1 | -1/+1 |
* | regex-emacs: fix leak on memory allocation failure | Paul Eggert | 2020-08-26 | 1 | -1/+5 |
* | regex-emacs: subscript-check register numbers | Paul Eggert | 2020-08-26 | 1 | -1/+6 |
* | regex-emacs: omit regstart tests and regend set | Paul Eggert | 2020-08-26 | 1 | -3/+9 |
* | regex-emacs omit allocation of 3 slots | Paul Eggert | 2020-08-26 | 1 | -13/+13 |
* | regex-emacs omit POS runtime check | Paul Eggert | 2020-08-26 | 1 | -8/+4 |
* | Simplify use of __lsan_ignore_object | Paul Eggert | 2020-08-03 | 1 | -6/+0 |
* | Use a more precise check for '__lsan_ignore_object' | Philipp Stephani | 2020-08-01 | 1 | -1/+1 |
* | Suppress leak sanitizer in a few more places | Philipp Stephani | 2020-08-01 | 1 | -0/+7 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-04-20 | 1 | -3/+5 |
|\ |
|
| * | * src/regex-emacs.c (re_match_2_internal): Rework comment in last change | Stefan Monnier | 2020-04-18 | 1 | -3/+5 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-04-18 | 1 | -0/+22 |
|\| |
|
| * | Avoid crashes in regex-emacs.c due to GC | Eli Zaretskii | 2020-04-18 | 1 | -0/+22 |
* | | Prefer more inline functions in character.h | Paul Eggert | 2020-04-17 | 1 | -18/+10 |
* | | Don't generate useless range table entries for ASCII chars | Mattias Engdegård | 2020-03-17 | 1 | -11/+14 |
* | | Revert "Signal an error for the regexp "[:alnum:]"" | Mattias Engdegård | 2020-02-27 | 1 | -20/+1 |
* | | Revert "Don't complain about the regexp "[:-:]"" | Mattias Engdegård | 2020-02-27 | 1 | -1/+1 |
* | | Don't complain about the regexp "[:-:]" | Mattias Engdegård | 2020-02-26 | 1 | -1/+1 |
* | | Signal an error for the regexp "[:alnum:]" | Mattias Engdegård | 2020-02-26 | 1 | -1/+20 |
|/ |
|
* | Correct "different than" to "different from" where appropriate | Alan Mackenzie | 2020-02-09 | 1 | -1/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Use fewer locks when accessing stdio | Paul Eggert | 2019-07-08 | 1 | -33/+32 |
* | Fix regex-emacs debug format glitches | Paul Eggert | 2019-07-01 | 1 | -14/+17 |
* | Correct regexp matching of raw bytes | Mattias Engdegård | 2019-06-28 | 1 | -4/+20 |
* | More readable regexp debug output | Mattias Engdegård | 2019-06-28 | 1 | -10/+22 |
* | Consistently use stderr for debug output in regexp code | Mattias Engdegård | 2019-06-28 | 1 | -17/+18 |
* | Avoid backslash-newline-newline in source code | Paul Eggert | 2019-05-22 | 1 | -1/+1 |
* | Tweak re_registers allocation | Paul Eggert | 2019-03-27 | 1 | -17/+9 |
* | Fix some integer issues in regex-emacs | Paul Eggert | 2019-03-25 | 1 | -162/+140 |
* | * src/regex-emacs.c (regex_compile): Fix comments. | Paul Eggert | 2019-03-25 | 1 | -4/+2 |
* | Maintain interval ->position fields correctly in update_interval | Alan Mackenzie | 2019-03-01 | 1 | -7/+7 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
* | Assume ‘emacs’ is defined in Emacs-only code | Paul Eggert | 2018-12-17 | 1 | -5/+0 |
* | Spruce up some regex-emacs comments | Paul Eggert | 2018-08-05 | 1 | -226/+216 |
* | Remove always-0 struct re_pattern_buffer members | Paul Eggert | 2018-08-05 | 1 | -31/+11 |
* | Simplify regex-emacs by assuming Emacs syntax | Paul Eggert | 2018-08-05 | 1 | -425/+68 |