summaryrefslogtreecommitdiff
path: root/src/regex-emacs.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix [:upper:] and [:lower:] for Unicode characters (bug#11309)Mattias Engdegård2020-12-09
* regex-emacs: copy less when reallocatingPaul Eggert2020-08-26
* regex-emacs: fix leak on memory allocation failurePaul Eggert2020-08-26
* regex-emacs: subscript-check register numbersPaul Eggert2020-08-26
* regex-emacs: omit regstart tests and regend setPaul Eggert2020-08-26
* regex-emacs omit allocation of 3 slotsPaul Eggert2020-08-26
* regex-emacs omit POS runtime checkPaul Eggert2020-08-26
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-03
* Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-01
* Suppress leak sanitizer in a few more placesPhilipp Stephani2020-08-01
* Merge from origin/emacs-27Glenn Morris2020-04-20
|\
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-18
* | Merge from origin/emacs-27Glenn Morris2020-04-18
|\|
| * Avoid crashes in regex-emacs.c due to GCEli Zaretskii2020-04-18
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Don't generate useless range table entries for ASCII charsMattias Engdegård2020-03-17
* | Revert "Signal an error for the regexp "[:alnum:]""Mattias Engdegård2020-02-27
* | Revert "Don't complain about the regexp "[:-:]""Mattias Engdegård2020-02-27
* | Don't complain about the regexp "[:-:]"Mattias Engdegård2020-02-26
* | Signal an error for the regexp "[:alnum:]"Mattias Engdegård2020-02-26
|/
* 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