index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
search.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-09-07
Harmonise doc strings for {re-,posix-,}search-{forward,backward}
Mattias Engdegård
2025-03-06
(replace_range): Delete argument `markers`
Stefan Monnier
2025-02-18
(replace_range): Delete last arg, always the negation of the first bool
Stefan Monnier
2025-02-18
src/search.c (Freplace_match): Let `replace_range` call the a-c-f
Stefan Monnier
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-09-21
Fix 'regexp-replace' in WDired
Eli Zaretskii
2024-08-05
* src/search.c (Fre__describe_compiled): Use 'CHECK_STRING'.
Pip Cet
2024-07-13
; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).
Eli Zaretskii
2024-07-01
; * src/search.c (Fmatch_beginning, Fmatch_end): Doc fix.
Eli Zaretskii
2024-05-26
Fix --enable-checking build with macOS clang 15.0.0
Naofumi Yasufuku
2024-04-07
(Freplace_match): Fix bug#65451
Stefan Monnier
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-30
Improve performance let-binding `case-fold-search' (bug#66117)
Ihor Radchenko
2023-11-18
(update_search_regs): Install better fix for bug#67124
Stefan Monnier
2023-10-29
Add 'case-symbols-as-words' to configure symbol case behavior
Spencer Baugh
2023-09-30
Fix last change
Po Lu
2023-09-29
search.c (re--describe-compiled): New function (bug#66261)
Stefan Monnier
2023-08-21
Merge from origin/emacs-29
Jim Porter
2023-08-17
Improve documentation of case transfer in replacement commands
Eli Zaretskii
2023-07-21
Use BASE_EQ instead of EQ in search.c
Mattias Engdegård
2023-07-08
Minor search_buffer cleanup
Basil L. Contovounesios
2023-02-02
(treesit_predicate_match): Match node text against regexp without consing
Dmitry Gutov
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-11-21
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-09
New function fast_c_string_match and fast_c_string_match_internal
Yuan Fu
2022-11-01
Remove unused local in simple_search
Paul Eggert
2022-11-01
Merge from origin/emacs-28
Stefan Kangas
2022-10-30
; * src/search.c (Fmatch_data): Doc fix.
Eli Zaretskii
2022-07-16
Improvements to long lines handling.
Gregory Heytings
2022-06-27
Prevent regexp cache entries from being GC'ed in more cases
Gerd Möllmann
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-29
Clarify Fmatch_data doc string
Lars Ingebrigtsen
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-07
Make 'inhibit-changing-match-data' obsolete and adjust callers
Lars Ingebrigtsen
2021-09-22
Speed up `replace-match' slightly
Lars Ingebrigtsen
2021-07-31
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-05-16
Remove unreliable test for match data clobbering
Noam Postavsky
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-04
Speed up match-substitute-replacement
Mattias Engdegård
2020-11-26
Fix replace-regexp-in-string substring match data translation
Mattias Engdegård
2020-10-18
Fix a misleading comment in Freplace_match
Lars Ingebrigtsen
2020-08-15
Prefer Fvector to make_uninit_vector
Paul Eggert
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-03
Simplify use of __lsan_ignore_object
Paul Eggert
2020-08-01
Use a more precise check for '__lsan_ignore_object'
Philipp Stephani
[next]