summaryrefslogtreecommitdiff
path: root/test/lisp/subr-tests.el
Commit message (Expand)AuthorAge
* Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-07
* Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-12
* * test/lisp/subr-tests.el (subr--safe-copy-tree): New tests for safe-copy-treeAlan Mackenzie2023-03-07
* Improve delete-consecutive-dups doc precision and add testMattias Engdegård2023-02-27
* Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-21
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Avoid raw control characters in two filesStefan Kangas2022-11-17
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-22
* Faster and more robust list-of-strings-pMattias Engdegård2022-09-16
* Add new predicate list-of-strings-pLars Ingebrigtsen2022-09-16
* Restrict replace-*-in-region to the bounds defined by callerKévin Le Gouguec2022-09-11
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-08
* ; Use values instead of trying to ignore themMattias Engdegård2022-07-31
* ; Silence byte-compiler in two testsStefan Kangas2022-07-31
* Move a test from subr-tests to print-testsLars Ingebrigtsen2022-07-30
* ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.Eli Zaretskii2022-07-28
* a couple more `string-equal-ignore-case' test casesSam Steingold2022-07-28
* Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen2022-07-28
* Update test-print-unreadable-function after fixLars Ingebrigtsen2022-07-27
* string-equal-ignore-case: new functionSam Steingold2022-07-26
* Add a test for print-unreadable-functionLars Ingebrigtsen2022-07-26
* Speed up `butlast`Mattias Engdegård2022-07-19
* Add new type predicate plistpLars Ingebrigtsen2022-06-27
* Avoid "control-control-KEY" (bug#55738)Mattias Engdegård2022-06-18
* char-uppercase-p: New predicateTino Calancha2022-05-11
* Fix compilation warnings in newer subr testsLars Ingebrigtsen2022-05-07
* Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)Juri Linkov2022-05-06
* Move buffer-local-set-state to subr because it's used at runtimeLars Ingebrigtsen2022-05-06
* Make some recently added tests actually runLars Ingebrigtsen2022-05-03
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-03
* Fix the OMIT-NULLS + "" case in string-linesLars Ingebrigtsen2022-05-02
* Fix string-lines return for ""Lars Ingebrigtsen2022-05-01
* Change string-lines semantics slightlyLars Ingebrigtsen2022-05-01
* Add a KEEP-NEWLINES argument to string-linesLars Ingebrigtsen2022-04-30
* Add new function 'readablep'Lars Ingebrigtsen2022-01-22
* Add new function function-alias-pLars Ingebrigtsen2022-01-13
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Silence byte-compiler in some testsStefan Kangas2021-12-04
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-20
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-16
* | Do kbd-valid-p prefix comparisons case-sensitivelyLars Ingebrigtsen2021-10-18
* | Allow <mouse-1> in kbd-valid-pLars Ingebrigtsen2021-10-17
* | Add new function 'kbd-valid-p'Lars Ingebrigtsen2021-10-16
* | New tests for kbd and edmacro-parse-keysStefan Kangas2021-10-13
* | Merge from origin/emacs-28Glenn Morris2021-10-04
|\|
| * Clarify the purpose of internal--format-docstring-lineStefan Kangas2021-10-03
* | Expand internal--format-docstring-line testStefan Kangas2021-10-02
|/
* Fix automatic filling of docstring in cl-defstructStefan Kangas2021-09-27
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-21