index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
search.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-3
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-18
/
+18
|
\
\
|
*
|
Simplify regex-emacs by assuming Emacs syntax
Paul Eggert
2018-08-05
1
-2
/
+2
|
*
|
Simplify regex-emacs code by assuming Emacs
Paul Eggert
2018-08-05
1
-12
/
+9
|
*
|
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-08-05
1
-4
/
+7
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-16
/
+16
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-35
/
+35
|
/
/
*
|
Make regex matching reentrant; update syntax during match
Daniel Colascione
2018-06-16
1
-378
/
+417
*
|
Remove commented-out code in compile_pattern_1
Daniel Colascione
2018-06-16
1
-7
/
+0
|
/
*
Note caveat for backward regexp searching in docstring (Bug#31584)
Noam Postavsky
2018-05-25
1
-1
/
+4
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-05-16
1
-0
/
+1
*
Avoid compilation warnings
Eli Zaretskii
2017-05-02
1
-1
/
+1
*
Merge from origin/emacs-25
Glenn Morris
2017-04-27
1
-31
/
+21
|
\
[next]