summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-30/+27
* | Revamp quitting and fix infloopsPaul Eggert2017-02-011-0/+8
* | Remove immediate_quit.Paul Eggert2017-02-011-31/+2
* | Replace QUIT with maybe_quitPaul Eggert2017-01-251-24/+25
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | regex.h now includes sys/types.hPaul Eggert2016-12-251-1/+0
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-11/+11
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-220/+449
| |\ \
| * \ \ merge from trunkTom Tromey2013-08-191-2/+2
| |\ \ \
| * \ \ \ merge from trunkTom Tromey2013-07-261-2/+2
| |\ \ \ \
| * \ \ \ \ Merge from trunkTom Tromey2013-07-121-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-11/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from trunkTom Tromey2013-03-171-31/+33
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from trunkTom Tromey2013-03-081-124/+134
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-5/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-37/+56
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge from trunkTom Tromey2012-08-201-6/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | This introduces a thread-state object and moves various C globalsTom Tromey2012-08-151-11/+11
* | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-041-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Mark relocation workarounds with REL_ALLOCEli Zaretskii2016-11-041-1/+8
* | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-041-28/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Inhibit buffer relocation during regex searchesNoam Postavsky2016-10-251-0/+31
| * | | | | | | | | | | | Revert fixes to allocation of regex matchingNoam Postavsky2016-10-251-28/+12
* | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-251-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Yet another fix for using pointers into buffer textEli Zaretskii2016-10-241-1/+8
| * | | | | | | | | | | | Another fix for using pointer to buffer textEli Zaretskii2016-10-241-2/+7
* | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-251-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix handling of buffer relocation in regex.c functionsEli Zaretskii2016-10-231-0/+4
* | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-231-12/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix handling of allocation in regex matchingNoam Postavsky2016-10-211-12/+24
| * | | | | | | | | | | | Fix debugging of string-match-p errorsNoam Postavsky2016-09-231-0/+1
* | | | | | | | | | | | | Fix debugging of string-match-p errorsNoam Postavsky2016-08-071-0/+1