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
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
2020-08-01
Suppress leak sanitizer in a few more places
Philipp Stephani
2020-05-03
Improve accuracy of apropos commands that search doc strings
Eli Zaretskii
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-05
Improve integer range checking
Paul Eggert
2020-03-27
Treat out-of-range positions consistently
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-25
Allow regexp-quote to return its argument
Mattias Engdegård
2019-09-22
Avoid crashes when casifying noncontiguous regions
Paul Eggert
2019-08-03
Fix rare undefined behaviors in replace-match
Paul Eggert
2019-08-03
Fix error message in replace-match for subexpressions
Lars Ingebrigtsen
2019-08-03
Clarify Freplace_match logic
Lars Ingebrigtsen
2019-06-25
Don't bind search-spaces-regexp around possible autoload (Bug#35802)
Noam Postavsky
2019-05-22
Merge from origin/emacs-26
Glenn Morris
2019-05-17
Remove from docs references to obsolete MULE variables
Eli Zaretskii
2019-04-24
Simplify thread initialization and GC
Paul Eggert
2019-04-18
Mark _Noreturn error functions as cold
Paul Eggert
2019-03-30
Release regexp before signalling overflow error
Mattias Engdegård
2019-03-30
Fix spurious regexp reentrancy error
Mattias Engdegård
2019-03-27
No need for m_search_regs_saved in thread.h
Paul Eggert
2019-03-25
Fix some integer issues in regex-emacs
Paul Eggert
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-01-27
forward-line now works with bignums
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2019-01-09
Use shortcuts for Flength
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-08-05
Simplify regex-emacs by assuming Emacs syntax
Paul Eggert
2018-08-05
Simplify regex-emacs code by assuming Emacs
Paul Eggert
2018-08-05
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-16
Make regex matching reentrant; update syntax during match
Daniel Colascione
2018-06-16
Remove commented-out code in compile_pattern_1
Daniel Colascione
[next]