index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-27
Glenn Morris
2020-02-16
1
-37
/
+7
|
\
|
*
Remove the optional KEEP-ORDER argument to regexp-opt
Mattias Engdegård
2020-02-13
1
-37
/
+7
*
|
Remove another test for deleted lread feature
Glenn Morris
2020-02-15
1
-11
/
+0
*
|
Merge from origin/emacs-27
Glenn Morris
2020-02-13
1
-1
/
+1
|
\
|
|
*
rx: Use longest match for all-string 'or' forms (bug#37659)
Mattias Engdegård
2020-02-12
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-02-06
1
-1
/
+1
|
\
|
|
*
Replace add-to-list to lexical variable with push (bug#39373)
Mattias Engdegård
2020-02-01
1
-1
/
+1
*
|
Don't use obsolete function in package-tests.el
Stefan Kangas
2020-02-05
1
-4
/
+4
*
|
Add new filter commands to Package Menu (Bug#38424)
Stefan Kangas
2020-02-05
1
-29
/
+88
*
|
* lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviation
Adam Porter
2020-02-04
1
-0
/
+6
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
49
-49
/
+49
*
Allow characters and single-char strings in rx charsets
Mattias Engdegård
2019-12-13
1
-6
/
+14
*
Use `or' instead of `union' for charset union in rx
Mattias Engdegård
2019-12-12
1
-19
/
+25
*
; Spelling fixes
Paul Eggert
2019-12-10
2
-3
/
+3
*
Add `union' and `intersection' to rx (bug#37849)
Mattias Engdegård
2019-12-10
1
-0
/
+57
*
Spelling fixes
Paul Eggert
2019-12-09
1
-1
/
+1
*
Avoid duplicated character classes in rx
Mattias Engdegård
2019-12-03
1
-1
/
+3
*
Improve errors & warnings due to fancy quoted vars (Bug#32939)
Noam Postavsky
2019-11-28
1
-0
/
+26
*
Refix conditional step clauses in cl-loop
dickmao
2019-11-22
1
-4
/
+64
*
Expand rx definitions inside (not ...)
Mattias Engdegård
2019-10-27
1
-1
/
+16
*
Don't try to add nil packages on refresh
Stefan Kangas
2019-10-21
2
-0
/
+18
*
Use [^z-a] for matching any character (anychar/anything) in rx
Mattias Engdegård
2019-10-18
1
-3
/
+3
*
Add `unmatchable' as alias for (or) in rx (bug#37659)
Mattias Engdegård
2019-10-18
1
-0
/
+2
*
Add `anychar' as alias to `anything' in rx (bug#37659)
Mattias Engdegård
2019-10-18
1
-2
/
+2
*
Correctly explain test failures with mixed uni/multibyte strings
Mattias Engdegård
2019-10-13
1
-0
/
+23
*
* lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword args
Andrea Corallo
2019-10-11
1
-1
/
+4
*
Remove two checkdoc tests checked in by mistake
Lars Ingebrigtsen
2019-10-11
1
-16
/
+0
*
checkdoc CL tests
Damien Cassou
2019-10-10
1
-0
/
+106
*
Filter packages by name in list-packages. (Bug#36981)
Federico Tedin
2019-10-08
1
-0
/
+22
*
* lisp/emacs-lisp/package.el (package--get-deps): Fix thinko
Stefan Monnier
2019-10-08
1
-17
/
+8
*
More doc fixes in package.el (Bug#37544)
Stefan Kangas
2019-10-04
1
-1
/
+6
*
Add `rx-submatch-n' for compatibility (bug#37517)
Mattias Engdegård
2019-09-29
1
-0
/
+3
*
Add rx extension mechanism
Mattias Engdegård
2019-09-25
1
-0
/
+98
*
New rx implementation
Mattias Engdegård
2019-09-25
1
-89
/
+247
*
Update some URLs
Paul Eggert
2019-09-23
1
-1
/
+1
*
Add backquote tests
Tino Calancha
2019-09-16
1
-0
/
+47
*
Create common tests for print.c and cl-print.el
Gemini Lasswell
2019-09-13
1
-112
/
+3
*
Improve print output options commands in backtrace-mode (bug#36566)
Gemini Lasswell
2019-09-13
1
-0
/
+49
*
Merge from origin/emacs-26
Glenn Morris
2019-08-20
1
-1
/
+5
|
\
|
*
Fix lisp indent infloop on unfinished strings (Bug#37045)
Noam Postavsky
2019-08-17
1
-1
/
+5
*
|
Tests need to be moved when source files are
Glenn Morris
2019-08-07
1
-35
/
+0
*
|
New function time-convert
Paul Eggert
2019-08-05
1
-3
/
+3
*
|
Make let-alist work with vectors
Lars Ingebrigtsen
2019-07-28
1
-0
/
+5
*
|
`unknown' test case now works
Lars Ingebrigtsen
2019-07-28
1
-1
/
+0
*
|
Conditionalize result of a bytecomp test
Glenn Morris
2019-07-09
1
-0
/
+1
*
|
Add tests for text-property-search to check prop-match-value
Stefan Kangas
2019-07-06
1
-0
/
+43
*
|
Optimise more inputs to `regexp-opt' (bug#36444)
Mattias Engdegård
2019-07-04
1
-1
/
+61
*
|
Allow empty argument to `regexp-opt-charset'
Mattias Engdegård
2019-06-29
1
-5
/
+24
*
|
Fix (rx-to-string (and (literal STR) (regexp STR)) regression
Noam Postavsky
2019-06-26
1
-0
/
+4
*
|
Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)
Noam Postavsky
2019-06-25
1
-0
/
+41
[next]