Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | * search.c (Fre_search_forward, Fre_search_backward): Improve doc (Bug#25193). | Hong Xu | 2017-04-06 | 1 | -31/+21 |
* | | Throw a `search-failed' derived error in Info search | Noam Postavsky | 2017-04-03 | 1 | -0/+10 |
* | | Fix quitting bug when buffers are frozen | Paul Eggert | 2017-02-01 | 1 | -30/+27 |
* | | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -0/+8 |
* | | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -31/+2 |
* | | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -24/+25 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | regex.h now includes sys/types.h | Paul Eggert | 2016-12-25 | 1 | -1/+0 |
* | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -11/+11 |
|\ \ | |||||
| * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -220/+449 |
| |\ \ | |||||
| * \ \ | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -11/+11 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-17 | 1 | -31/+33 |
| |\ \ \ \ \ \ \ |