summaryrefslogtreecommitdiff
path: root/test/src/regex-emacs-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* (regexp-tests-backtrack-optimization): Mark it as failingStefan Monnier2023-09-051-0/+1
* ; Add regression test for bug#65726Mattias Engdegård2023-09-051-0/+4
* regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-201-0/+11
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix regexp matching with atomic strings and optimised backtrackingMattias Engdegård2022-10-241-0/+5
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-6/+6
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-14/+14
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Recognise ß properly as a lower-case letter (bug#11309)Mattias Engdegård2020-12-091-4/+11
* Fix [:upper:] and [:lower:] for Unicode characters (bug#11309)Mattias Engdegård2020-12-091-0/+57
* Revert "Signal an error for the regexp "[:alnum:]""Mattias Engdegård2020-02-271-5/+0
* Revert "Don't complain about the regexp "[:-:]""Mattias Engdegård2020-02-271-2/+1
* Don't complain about the regexp "[:-:]"Mattias Engdegård2020-02-261-1/+2
* Signal an error for the regexp "[:alnum:]"Mattias Engdegård2020-02-261-0/+5
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-201-1/+1
* Remove (or double) redundant backslashes in string literalsMattias Engdegård2020-01-241-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Correct regexp matching of raw bytesMattias Engdegård2019-06-281-0/+120
* More regexp corrections and tweaksPaul Eggert2019-03-101-1/+1
* Document that [:cntrl:] does not match DEL (Bug#34391)Mattias Engdegård2019-02-101-3/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
* Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-0/+686