summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer more inline functions in character.hPaul Eggert2020-04-171-23/+23
* Improve integer range checkingPaul Eggert2020-04-051-8/+1
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-2/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Allow regexp-quote to return its argumentMattias Engdegård2019-09-251-4/+6
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-1/+1
* Fix rare undefined behaviors in replace-matchPaul Eggert2019-08-031-69/+38
* Fix error message in replace-match for subexpressionsLars Ingebrigtsen2019-08-031-0/+6
* Clarify Freplace_match logicLars Ingebrigtsen2019-08-031-2/+6
* Don't bind search-spaces-regexp around possible autoload (Bug#35802)Noam Postavsky2019-06-251-1/+3
* Merge from origin/emacs-26Glenn Morris2019-05-221-6/+1
|\
| * Remove from docs references to obsolete MULE variablesEli Zaretskii2019-05-171-6/+1
* | Simplify thread initialization and GCPaul Eggert2019-04-241-6/+0
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* | Release regexp before signalling overflow errorMattias Engdegård2019-03-301-1/+6
* | Fix spurious regexp reentrancy errorMattias Engdegård2019-03-301-6/+9
* | No need for m_search_regs_saved in thread.hPaul Eggert2019-03-271-11/+5
* | Fix some integer issues in regex-emacsPaul Eggert2019-03-251-32/+1
* | Simplify list creation in C codePaul Eggert2019-03-041-4/+3
* | forward-line now works with bignumsPaul Eggert2019-01-271-50/+42
* | Add portable dumperDaniel Colascione2019-01-151-12/+23
* | Use shortcuts for FlengthPaul Eggert2019-01-091-3/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-18/+18
|\ \
| * | Simplify regex-emacs by assuming Emacs syntaxPaul Eggert2018-08-051-2/+2
| * | Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-051-12/+9
| * | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-4/+7
* | | More macro renamings for bignumTom Tromey2018-08-071-16/+16
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-35/+35
|/ /
* | Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-161-378/+417
* | Remove commented-out code in compile_pattern_1Daniel Colascione2018-06-161-7/+0
|/
* Note caveat for backward regexp searching in docstring (Bug#31584)Noam Postavsky2018-05-251-1/+4
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-0/+1
* Avoid compilation warningsEli Zaretskii2017-05-021-1/+1
* Merge from origin/emacs-25Glenn Morris2017-04-271-31/+21
|\
| * * search.c (Fre_search_forward, Fre_search_backward): Improve doc (Bug#25193).Hong Xu2017-04-061-31/+21
* | Throw a `search-failed' derived error in Info searchNoam Postavsky2017-04-031-0/+10