summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAge
* (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * Remove unused local in simple_searchPaul Eggert2022-11-01
| * Merge from origin/emacs-28Stefan Kangas2022-11-01
| |\
| | * ; * src/search.c (Fmatch_data): Doc fix.Eli Zaretskii2022-10-30
* | | New function fast_c_string_match and fast_c_string_match_internalYuan Fu2022-11-09
|/ /
* | Improvements to long lines handling.Gregory Heytings2022-07-16
* | Prevent regexp cache entries from being GC'ed in more casesGerd Möllmann2022-06-27
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* | Clarify Fmatch_data doc stringLars Ingebrigtsen2022-01-29
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-07
|/
* Speed up `replace-match' slightlyLars Ingebrigtsen2021-09-22
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-31
* Remove unreliable test for match data clobberingNoam Postavsky2021-05-16
* Update copyright year to 2021Paul Eggert2021-01-01
* Speed up match-substitute-replacementMattias Engdegård2020-12-04
* Fix replace-regexp-in-string substring match data translationMattias Engdegård2020-11-26
* Fix a misleading comment in Freplace_matchLars Ingebrigtsen2020-10-18
* Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-03
* Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-01
* Suppress leak sanitizer in a few more placesPhilipp Stephani2020-08-01
* Improve accuracy of apropos commands that search doc stringsEli Zaretskii2020-05-03
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Improve integer range checkingPaul Eggert2020-04-05
* Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* Update copyright year to 2020Paul Eggert2020-01-01
* Allow regexp-quote to return its argumentMattias Engdegård2019-09-25
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-22
* Fix rare undefined behaviors in replace-matchPaul Eggert2019-08-03
* Fix error message in replace-match for subexpressionsLars Ingebrigtsen2019-08-03
* Clarify Freplace_match logicLars Ingebrigtsen2019-08-03
* Don't bind search-spaces-regexp around possible autoload (Bug#35802)Noam Postavsky2019-06-25
* Merge from origin/emacs-26Glenn Morris2019-05-22
|\
| * Remove from docs references to obsolete MULE variablesEli Zaretskii2019-05-17
* | Simplify thread initialization and GCPaul Eggert2019-04-24
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* | Release regexp before signalling overflow errorMattias Engdegård2019-03-30
* | Fix spurious regexp reentrancy errorMattias Engdegård2019-03-30
* | No need for m_search_regs_saved in thread.hPaul Eggert2019-03-27
* | Fix some integer issues in regex-emacsPaul Eggert2019-03-25
* | Simplify list creation in C codePaul Eggert2019-03-04
* | forward-line now works with bignumsPaul Eggert2019-01-27
* | Add portable dumperDaniel Colascione2019-01-15
* | Use shortcuts for FlengthPaul Eggert2019-01-09
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|