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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Avoid raw control characters in two files
Stefan Kangas
2022-11-17
1
-1
/
+1
*
Audit some plist uses with new predicate argument
Basil L. Contovounesios
2022-10-22
1
-1
/
+4
*
Faster and more robust list-of-strings-p
Mattias Engdegård
2022-09-16
1
-1
/
+2
*
Add new predicate list-of-strings-p
Lars Ingebrigtsen
2022-09-16
1
-0
/
+7
*
Restrict replace-*-in-region to the bounds defined by caller
Kévin Le Gouguec
2022-09-11
1
-2
/
+30
*
test: Remove redundant "" arg to `mapconcat`
Stefan Monnier
2022-09-08
1
-1
/
+1
*
; Use values instead of trying to ignore them
Mattias Engdegård
2022-07-31
1
-5
/
+8
*
; Silence byte-compiler in two tests
Stefan Kangas
2022-07-31
1
-1
/
+2
*
Move a test from subr-tests to print-tests
Lars Ingebrigtsen
2022-07-30
1
-10
/
+0
*
; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.
Eli Zaretskii
2022-07-28
1
-0
/
+2
*
a couple more `string-equal-ignore-case' test cases
Sam Steingold
2022-07-28
1
-0
/
+2
*
Ensure that we don't call print-unreadable-function from " prin1"
Lars Ingebrigtsen
2022-07-28
1
-0
/
+10
*
Update test-print-unreadable-function after fix
Lars Ingebrigtsen
2022-07-27
1
-1
/
+0
*
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
1
-0
/
+7
*
Add a test for print-unreadable-function
Lars Ingebrigtsen
2022-07-26
1
-1
/
+10
*
Speed up `butlast`
Mattias Engdegård
2022-07-19
1
-0
/
+17
*
Add new type predicate plistp
Lars Ingebrigtsen
2022-06-27
1
-0
/
+9
*
Avoid "control-control-KEY" (bug#55738)
Mattias Engdegård
2022-06-18
1
-1
/
+1
*
char-uppercase-p: New predicate
Tino Calancha
2022-05-11
1
-0
/
+7
*
Fix compilation warnings in newer subr tests
Lars Ingebrigtsen
2022-05-07
1
-11
/
+12
*
Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)
Juri Linkov
2022-05-06
1
-0
/
+3
*
Move buffer-local-set-state to subr because it's used at runtime
Lars Ingebrigtsen
2022-05-06
1
-0
/
+12
*
Make some recently added tests actually run
Lars Ingebrigtsen
2022-05-03
1
-2
/
+3
*
Fix key-parse problem with C-x ( ... sequences
Lars Ingebrigtsen
2022-05-03
1
-0
/
+4
*
Fix the OMIT-NULLS + "" case in string-lines
Lars Ingebrigtsen
2022-05-02
1
-0
/
+1
*
Fix string-lines return for ""
Lars Ingebrigtsen
2022-05-01
1
-0
/
+2
*
Change string-lines semantics slightly
Lars Ingebrigtsen
2022-05-01
1
-1
/
+1
*
Add a KEEP-NEWLINES argument to string-lines
Lars Ingebrigtsen
2022-04-30
1
-0
/
+22
*
Add new function 'readablep'
Lars Ingebrigtsen
2022-01-22
1
-0
/
+4
*
Add new function function-alias-p
Lars Ingebrigtsen
2022-01-13
1
-0
/
+17
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Silence byte-compiler in some tests
Stefan Kangas
2021-12-04
1
-0
/
+1
*
|
Make 'eval' use lexical scoping in most tests
Stefan Kangas
2021-11-20
1
-6
/
+7
*
|
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
1
-107
/
+107
*
|
Do kbd-valid-p prefix comparisons case-sensitively
Lars Ingebrigtsen
2021-10-18
1
-0
/
+1
*
|
Allow <mouse-1> in kbd-valid-p
Lars Ingebrigtsen
2021-10-17
1
-0
/
+3
*
|
Add new function 'kbd-valid-p'
Lars Ingebrigtsen
2021-10-16
1
-0
/
+114
*
|
New tests for kbd and edmacro-parse-keys
Stefan Kangas
2021-10-13
1
-4
/
+107
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-04
1
-8
/
+7
|
\
|
|
*
Clarify the purpose of internal--format-docstring-line
Stefan Kangas
2021-10-03
1
-8
/
+7
*
|
Expand internal--format-docstring-line test
Stefan Kangas
2021-10-02
1
-1
/
+2
|
/
*
Fix automatic filling of docstring in cl-defstruct
Stefan Kangas
2021-09-27
1
-0
/
+12
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-2
/
+2
*
Add new function `ensure-list'
Lars Ingebrigtsen
2021-09-21
1
-0
/
+5
*
Move cl-lib tests for caaXr to subr-tests.el
Stefan Kangas
2021-09-03
1
-0
/
+19
*
Add new macro `with-existing-directory'
Lars Ingebrigtsen
2021-09-01
1
-0
/
+8
*
Add new functions to replace strings/regexp in a region
Lars Ingebrigtsen
2021-08-16
1
-0
/
+46
[next]