summaryrefslogtreecommitdiff
path: root/test/src/regex-emacs-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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