| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | Improve documentation of case transfer in replacement commands | Eli Zaretskii | 2023-08-17 | 1 | -1/+3 |
* | (treesit_predicate_match): Match node text against regexp without consing | Dmitry Gutov | 2023-02-02 | 1 | -4/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitter | Yuan Fu | 2022-11-21 | 1 | -16/+21 |
|\ |
|
| * | Remove unused local in simple_search | Paul Eggert | 2022-11-01 | 1 | -2/+0 |
| * | Merge from origin/emacs-28 | Stefan Kangas | 2022-11-01 | 1 | -14/+21 |
| |\ |
|
| | * | ; * src/search.c (Fmatch_data): Doc fix. | Eli Zaretskii | 2022-10-30 | 1 | -16/+31 |
* | | | New function fast_c_string_match and fast_c_string_match_internal | Yuan Fu | 2022-11-09 | 1 | -6/+14 |
|/ / |
|
* | | Improvements to long lines handling. | Gregory Heytings | 2022-07-16 | 1 | -1/+1 |
* | | Prevent regexp cache entries from being GC'ed in more cases | Gerd Möllmann | 2022-06-27 | 1 | -23/+26 |
* | | Replace ptrdiff_t with new specpdl_ref type for specpdl references | Mattias Engdegård | 2022-02-12 | 1 | -3/+3 |
* | | Clarify Fmatch_data doc string | Lars Ingebrigtsen | 2022-01-29 | 1 | -0/+8 |
* | | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\| |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Make 'inhibit-changing-match-data' obsolete and adjust callers | Lars Ingebrigtsen | 2021-10-07 | 1 | -39/+49 |
|/ |
|
* | Speed up `replace-match' slightly | Lars Ingebrigtsen | 2021-09-22 | 1 | -0/+7 |
* | Adjust how `replace-match' runs modification hooks | Lars Ingebrigtsen | 2021-07-31 | 1 | -1/+5 |
* | Remove unreliable test for match data clobbering | Noam Postavsky | 2021-05-16 | 1 | -6/+5 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Speed up match-substitute-replacement | Mattias Engdegård | 2020-12-04 | 1 | -2/+2 |
* | Fix replace-regexp-in-string substring match data translation | Mattias Engdegård | 2020-11-26 | 1 | -0/+18 |
* | Fix a misleading comment in Freplace_match | Lars Ingebrigtsen | 2020-10-18 | 1 | -1/+1 |
* | Prefer Fvector to make_uninit_vector | Paul Eggert | 2020-08-15 | 1 | -3/+1 |
* | Fix GC bugs related to uninitialized vectors | Paul Eggert | 2020-08-15 | 1 | -7/+2 |
* | 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 | -1/+10 |
* | Improve accuracy of apropos commands that search doc strings | Eli Zaretskii | 2020-05-03 | 1 | -5/+5 |
* | Prefer more inline functions in character.h | Paul Eggert | 2020-04-17 | 1 | -23/+23 |
* | Improve integer range checking | Paul Eggert | 2020-04-05 | 1 | -8/+1 |
* | Treat out-of-range positions consistently | Paul Eggert | 2020-03-27 | 1 | -2/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Allow regexp-quote to return its argument | Mattias Engdegård | 2019-09-25 | 1 | -4/+6 |
* | Avoid crashes when casifying noncontiguous regions | Paul Eggert | 2019-09-22 | 1 | -1/+1 |
* | Fix rare undefined behaviors in replace-match | Paul Eggert | 2019-08-03 | 1 | -69/+38 |
* | Fix error message in replace-match for subexpressions | Lars Ingebrigtsen | 2019-08-03 | 1 | -0/+6 |
* | Clarify Freplace_match logic | Lars Ingebrigtsen | 2019-08-03 | 1 | -2/+6 |
* | Don't bind search-spaces-regexp around possible autoload (Bug#35802) | Noam Postavsky | 2019-06-25 | 1 | -1/+3 |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-05-22 | 1 | -6/+1 |
|\ |
|
| * | Remove from docs references to obsolete MULE variables | Eli Zaretskii | 2019-05-17 | 1 | -6/+1 |
* | | Simplify thread initialization and GC | Paul Eggert | 2019-04-24 | 1 | -6/+0 |
* | | Mark _Noreturn error functions as cold | Paul Eggert | 2019-04-18 | 1 | -1/+1 |
* | | Release regexp before signalling overflow error | Mattias Engdegård | 2019-03-30 | 1 | -1/+6 |
* | | Fix spurious regexp reentrancy error | Mattias Engdegård | 2019-03-30 | 1 | -6/+9 |
* | | No need for m_search_regs_saved in thread.h | Paul Eggert | 2019-03-27 | 1 | -11/+5 |
* | | Fix some integer issues in regex-emacs | Paul Eggert | 2019-03-25 | 1 | -32/+1 |
* | | Simplify list creation in C code | Paul Eggert | 2019-03-04 | 1 | -4/+3 |
* | | forward-line now works with bignums | Paul Eggert | 2019-01-27 | 1 | -50/+42 |
* | | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -12/+23 |