summaryrefslogtreecommitdiff
path: root/src/regex-emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-33/+32
* Fix regex-emacs debug format glitchesPaul Eggert2019-07-011-14/+17
* Correct regexp matching of raw bytesMattias Engdegård2019-06-281-4/+20
* More readable regexp debug outputMattias Engdegård2019-06-281-10/+22
* Consistently use stderr for debug output in regexp codeMattias Engdegård2019-06-281-17/+18
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-221-1/+1
* Tweak re_registers allocationPaul Eggert2019-03-271-17/+9
* Fix some integer issues in regex-emacsPaul Eggert2019-03-251-162/+140
* * src/regex-emacs.c (regex_compile): Fix comments.Paul Eggert2019-03-251-4/+2
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-011-7/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
* Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-171-5/+0
* Spruce up some regex-emacs commentsPaul Eggert2018-08-051-226/+216
* Remove always-0 struct re_pattern_buffer membersPaul Eggert2018-08-051-31/+11
* Simplify regex-emacs by assuming Emacs syntaxPaul Eggert2018-08-051-425/+68
* Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-051-1571/+442
* Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-0/+6615