aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (replace_range): Delete argument `markers`Stefan Monnier2025-03-061-1/+1
* (replace_range): Delete last arg, always the negation of the first boolStefan Monnier2025-02-181-1/+1
* src/search.c (Freplace_match): Let `replace_range` call the a-c-fStefan Monnier2025-02-181-2/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-6/+6
|\
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-6/+6
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Fix 'regexp-replace' in WDiredEli Zaretskii2024-09-211-10/+0
* * src/search.c (Fre__describe_compiled): Use 'CHECK_STRING'.Pip Cet2024-08-051-0/+1
* ; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).Eli Zaretskii2024-07-131-1/+1
* ; * src/search.c (Fmatch_beginning, Fmatch_end): Doc fix.Eli Zaretskii2024-07-011-10/+12
* Fix --enable-checking build with macOS clang 15.0.0Naofumi Yasufuku2024-05-261-0/+3
* (Freplace_match): Fix bug#65451Stefan Monnier2024-04-071-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-301-5/+5
* | (update_search_regs): Install better fix for bug#67124Stefan Monnier2023-11-181-2/+16
* | Add 'case-symbols-as-words' to configure symbol case behaviorSpencer Baugh2023-10-291-4/+7
* | Fix last changePo Lu2023-09-301-5/+5
* | search.c (re--describe-compiled): New function (bug#66261)Stefan Monnier2023-09-291-0/+41
* | Merge from origin/emacs-29Jim Porter2023-08-211-1/+3
|\ \ | |/
| * Improve documentation of case transfer in replacement commandsEli Zaretskii2023-08-171-1/+3
* | Use BASE_EQ instead of EQ in search.cMattias Engdegård2023-07-211-5/+6
* | Minor search_buffer cleanupBasil L. Contovounesios2023-07-081-24/+27
|/
* (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-021-4/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-16/+21
|\
| * Remove unused local in simple_searchPaul Eggert2022-11-011-2/+0
| * Merge from origin/emacs-28Stefan Kangas2022-11-011-14/+21
| |\
| | * ; * src/search.c (Fmatch_data): Doc fix.Eli Zaretskii2022-10-301-16/+31
* | | New function fast_c_string_match and fast_c_string_match_internalYuan Fu2022-11-091-6/+14
|/ /
* | Improvements to long lines handling.Gregory Heytings2022-07-161-1/+1
* | Prevent regexp cache entries from being GC'ed in more casesGerd Möllmann2022-06-271-23/+26
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* | Clarify Fmatch_data doc stringLars Ingebrigtsen2022-01-291-0/+8
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-39/+49
|/
* Speed up `replace-match' slightlyLars Ingebrigtsen2021-09-221-0/+7
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-1/+5
* Remove unreliable test for match data clobberingNoam Postavsky2021-05-161-6/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Speed up match-substitute-replacementMattias Engdegård2020-12-041-2/+2
* Fix replace-regexp-in-string substring match data translationMattias Engdegård2020-11-261-0/+18
* Fix a misleading comment in Freplace_matchLars Ingebrigtsen2020-10-181-1/+1
* Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-151-3/+1
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-7/+2
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-031-6/+0
* Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-011-1/+1
* Suppress leak sanitizer in a few more placesPhilipp Stephani2020-08-011-1/+10
* Improve accuracy of apropos commands that search doc stringsEli Zaretskii2020-05-031-5/+5