summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-02-161-37/+7
|\
| * Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-131-37/+7
* | Remove another test for deleted lread featureGlenn Morris2020-02-151-11/+0
* | Merge from origin/emacs-27Glenn Morris2020-02-131-1/+1
|\|
| * rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-02-061-1/+1
|\|
| * Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård2020-02-011-1/+1
* | Don't use obsolete function in package-tests.elStefan Kangas2020-02-051-4/+4
* | Add new filter commands to Package Menu (Bug#38424)Stefan Kangas2020-02-051-29/+88
* | * lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviationAdam Porter2020-02-041-0/+6
|/
* Update copyright year to 2020Paul Eggert2020-01-0149-49/+49
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-131-6/+14
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-121-19/+25
* ; Spelling fixesPaul Eggert2019-12-102-3/+3
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-101-0/+57
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Avoid duplicated character classes in rxMattias Engdegård2019-12-031-1/+3
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-281-0/+26
* Refix conditional step clauses in cl-loopdickmao2019-11-221-4/+64
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-271-1/+16
* Don't try to add nil packages on refreshStefan Kangas2019-10-212-0/+18
* Use [^z-a] for matching any character (anychar/anything) in rxMattias Engdegård2019-10-181-3/+3
* Add `unmatchable' as alias for (or) in rx (bug#37659)Mattias Engdegård2019-10-181-0/+2
* Add `anychar' as alias to `anything' in rx (bug#37659)Mattias Engdegård2019-10-181-2/+2
* Correctly explain test failures with mixed uni/multibyte stringsMattias Engdegård2019-10-131-0/+23
* * lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword argsAndrea Corallo2019-10-111-1/+4
* Remove two checkdoc tests checked in by mistakeLars Ingebrigtsen2019-10-111-16/+0
* checkdoc CL testsDamien Cassou2019-10-101-0/+106
* Filter packages by name in list-packages. (Bug#36981)Federico Tedin2019-10-081-0/+22
* * lisp/emacs-lisp/package.el (package--get-deps): Fix thinkoStefan Monnier2019-10-081-17/+8
* More doc fixes in package.el (Bug#37544)Stefan Kangas2019-10-041-1/+6
* Add `rx-submatch-n' for compatibility (bug#37517)Mattias Engdegård2019-09-291-0/+3
* Add rx extension mechanismMattias Engdegård2019-09-251-0/+98
* New rx implementationMattias Engdegård2019-09-251-89/+247
* Update some URLsPaul Eggert2019-09-231-1/+1
* Add backquote testsTino Calancha2019-09-161-0/+47
* Create common tests for print.c and cl-print.elGemini Lasswell2019-09-131-112/+3
* Improve print output options commands in backtrace-mode (bug#36566)Gemini Lasswell2019-09-131-0/+49
* Merge from origin/emacs-26Glenn Morris2019-08-201-1/+5
|\
| * Fix lisp indent infloop on unfinished strings (Bug#37045)Noam Postavsky2019-08-171-1/+5
* | Tests need to be moved when source files areGlenn Morris2019-08-071-35/+0
* | New function time-convertPaul Eggert2019-08-051-3/+3
* | Make let-alist work with vectorsLars Ingebrigtsen2019-07-281-0/+5
* | `unknown' test case now worksLars Ingebrigtsen2019-07-281-1/+0
* | Conditionalize result of a bytecomp testGlenn Morris2019-07-091-0/+1
* | Add tests for text-property-search to check prop-match-valueStefan Kangas2019-07-061-0/+43
* | Optimise more inputs to `regexp-opt' (bug#36444)Mattias Engdegård2019-07-041-1/+61
* | Allow empty argument to `regexp-opt-charset'Mattias Engdegård2019-06-291-5/+24
* | Fix (rx-to-string (and (literal STR) (regexp STR)) regressionNoam Postavsky2019-06-261-0/+4
* | Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)Noam Postavsky2019-06-251-0/+41