summaryrefslogtreecommitdiff
path: root/test/src/regex-emacs-tests.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Stefan Kangas2023-02-21
|\
| * regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-20
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | ; remove incorrect quoting of condition namesMattias Engdegård2022-12-30
|/
* Fix regexp matching with atomic strings and optimised backtrackingMattias Engdegård2022-10-24
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-22
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* Update copyright year to 2021Paul Eggert2021-01-01
* Recognise ß properly as a lower-case letter (bug#11309)Mattias Engdegård2020-12-09
* Fix [:upper:] and [:lower:] for Unicode characters (bug#11309)Mattias Engdegård2020-12-09
* 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
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-20
* Remove (or double) redundant backslashes in string literalsMattias Engdegård2020-01-24
* Update copyright year to 2020Paul Eggert2020-01-01
* Correct regexp matching of raw bytesMattias Engdegård2019-06-28
* More regexp corrections and tweaksPaul Eggert2019-03-10
* Document that [:cntrl:] does not match DEL (Bug#34391)Mattias Engdegård2019-02-10
* Merge from origin/emacs-26Paul Eggert2018-12-31
* Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-05