summaryrefslogtreecommitdiff
path: root/test/src/regex-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-686/+0
* Raise limit of regexp repetition (Bug#24914)Noam Postavsky2018-01-261-0/+6
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Quieten compilation of some test filesGlenn Morris2017-05-311-1/+1
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-061-1/+1
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Split regex character class test into smaller chunksMichal Nazarewicz2016-09-091-44/+46
* Spelling and minor grammar fixesPaul Eggert2016-08-051-5/+5
* Fix accessing regex-resources in out-of-tree test runs in regex-testsMichal Nazarewicz2016-08-031-1/+6
* Fix unused lexical variableMichal Nazarewicz2016-08-021-3/+2
* Split regex glibc test cases into separet testsMichal Nazarewicz2016-08-021-6/+18
* Don’t (require 'cl)Michal Nazarewicz2016-08-021-4/+3
* Fix reading of regex-resources in regex-testsMichal Nazarewicz2016-08-021-6/+5
* Added driver for the regex testsDima Kogan2016-08-021-0/+572
* Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-251-0/+92