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
/
subr-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.
Philipp Stephani
2021-07-05
1
-1
/
+1
*
Add new convenience function `buffer-local-boundp'
Lars Ingebrigtsen
2021-05-31
1
-0
/
+10
*
Fix failing subr test
Lars Ingebrigtsen
2021-04-27
1
-1
/
+1
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-12
1
-1
/
+6
|
\
|
*
Fix string-replace error data
Basil L. Contovounesios
2021-03-07
1
-1
/
+6
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-01-16
1
-0
/
+20
|
\
|
|
*
Lift {global,local}-key-binding to Lisp
Stefan Kangas
2021-01-13
1
-0
/
+11
|
*
* lisp/subr.el (letrec): Optimize some non-recursive bindings
Stefan Monnier
2021-01-08
1
-0
/
+9
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-08
1
-0
/
+29
|
\
|
|
*
Merge recently added kbd tests
Stefan Kangas
2021-01-08
1
-10
/
+8
|
*
Lift define-prefix-command to Lisp
Stefan Kangas
2021-01-08
1
-0
/
+11
|
*
* test/lisp/subr-tests.el (subr-test-kbd): New test.
Stefan Kangas
2021-01-08
1
-0
/
+12
|
*
Pretty-print keys without <> around modifiers (bug#45536)
Mattias Engdegård
2021-01-05
1
-0
/
+8
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-1
/
+21
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
|
*
Revert recent add-to-ordered-list changes
Lars Ingebrigtsen
2021-01-01
1
-20
/
+0
|
*
Allow add-to-ordered-list to use a test predicate
Lars Ingebrigtsen
2020-12-31
1
-2
/
+26
|
*
Add test for add-to-ordered-list
Lars Ingebrigtsen
2020-12-31
1
-0
/
+16
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-20
1
-0
/
+12
|
\
|
|
*
Convert apropos-internal from C to Lisp (Bug#44529)
Stefan Kangas
2020-12-19
1
-0
/
+12
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-06
1
-0
/
+24
|
\
|
|
*
Speed up match-substitute-replacement
Mattias Engdegård
2020-12-04
1
-0
/
+24
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-11-29
1
-0
/
+90
|
\
|
|
*
* lisp/subr.el (activate-change-group): Refine fix for bug#33341
Stefan Monnier
2020-11-27
1
-2
/
+13
|
*
* lisp/subr.el (activate-change-group): Fix bug#33341
Stefan Monnier
2020-11-27
1
-0
/
+12
|
*
Fix replace-regexp-in-string substring match data translation
Mattias Engdegård
2020-11-26
1
-1
/
+5
|
*
Add tests for replace-regexp-in-string
Mattias Engdegård
2020-11-25
1
-0
/
+63
*
|
* Fix a test in test/lisp/subr-tests.el
Andrea Corallo
2020-10-05
1
-1
/
+1
*
|
Revert "Use `advice-flet' in place of `cl-letf' to avoid primitive...
Andrea Corallo
2020-10-05
1
-2
/
+2
*
|
Use `advice-flet' in place of `cl-letf' to avoid primitive redefinition
Andrea Corallo
2020-10-02
1
-2
/
+2
|
/
*
; * test/lisp/subr-tests.el (string-replace): Add more test cases
Mattias Engdegård
2020-09-27
1
-0
/
+13
*
Add tiny optimization for string-search
Lars Ingebrigtsen
2020-09-27
1
-0
/
+3
*
Rename replace-in-string to string-replace
Lars Ingebrigtsen
2020-09-27
1
-13
/
+13
*
Fix replace-in-string infloop with empty pattern string (bug#43598)
Mattias Engdegård
2020-09-25
1
-1
/
+3
*
Fix previous replace-in-string rewrite
Lars Ingebrigtsen
2020-09-25
1
-2
/
+2
*
Fix replace-in-string multibyteness problems with string-search
Lars Ingebrigtsen
2020-09-25
1
-1
/
+9
*
Fix up previous replace-in-string commit
Lars Ingebrigtsen
2020-09-15
1
-1
/
+7
*
Add new, simple `replace-in-string' function
Lars Ingebrigtsen
2020-09-15
1
-0
/
+12
*
Adapt some tests for Emacs's excitingly variable quoting format
Glenn Morris
2020-09-12
1
-33
/
+35
*
Use lexical-binding in most remaining tests
Stefan Kangas
2020-05-01
1
-1
/
+1
*
Add tests for version comparison predicates
Stefan Kangas
2020-01-24
1
-0
/
+21
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Add conditional operator xor to subr.el
Mattias Engdegård
2019-08-06
1
-0
/
+7
*
Add new macro `ignore-error'
Lars Ingebrigtsen
2019-07-26
1
-0
/
+10
*
* lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)
Stefan Monnier
2019-05-29
1
-3
/
+30
*
Move proper-list-p tests to fns-tests.el
Basil L. Contovounesios
2019-04-12
1
-18
/
+0
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
One more flatten-tree test
Paul Eggert
2018-12-17
1
-2
/
+4
*
|
New function flatten-tree
Alex Branham
2018-12-17
1
-0
/
+17
[prev]
[next]