summaryrefslogtreecommitdiff
path: root/src/regex-emacs.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-18
* Avoid crashes in regex-emacs.c due to GCEli Zaretskii2020-04-18
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Update copyright year to 2020Paul Eggert2020-01-01
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Fix regex-emacs debug format glitchesPaul Eggert2019-07-01
* Correct regexp matching of raw bytesMattias Engdegård2019-06-28
* More readable regexp debug outputMattias Engdegård2019-06-28
* Consistently use stderr for debug output in regexp codeMattias Engdegård2019-06-28
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-22
* Tweak re_registers allocationPaul Eggert2019-03-27
* Fix some integer issues in regex-emacsPaul Eggert2019-03-25
* * src/regex-emacs.c (regex_compile): Fix comments.Paul Eggert2019-03-25
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
* Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-17
* Spruce up some regex-emacs commentsPaul Eggert2018-08-05
* Remove always-0 struct re_pattern_buffer membersPaul Eggert2018-08-05
* Simplify regex-emacs by assuming Emacs syntaxPaul Eggert2018-08-05
* Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-05
* Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-05