aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/subr-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* New function multiple-command-partition-argumentsSean Whitton14 days1-0/+22
* Support cons cell for 'line-spacing'Daniel Mendler2026-01-241-0/+15
* Make string-trim fasterMattias Engdegård2026-01-021-0/+30
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Don't use the term 'null' for empty stringsMattias Engdegård2025-12-281-1/+1
* Various split-string improvementsMattias Engdegård2025-12-281-1/+69
* Add test cases for 'dolist'Neal Sidhwaney2025-11-271-0/+22
* Add any and all (bug#79611)Mattias Engdegård2025-10-201-0/+29
* Add drop-while and take-while (bug#79611)Mattias Engdegård2025-10-201-0/+26
* Disallow string data resizing (bug#79784)Mattias Engdegård2025-08-241-3/+10
* Revert "function-put: signal error with non-symbol"Eli Zaretskii2025-06-281-5/+1
* Fix 'split-string' when TRIM is usedEli Zaretskii2025-06-211-0/+11
* function-put: signal error with non-symbolStefan Kangas2025-04-011-1/+5
* New function 'hash-table-contains-p'Stefan Kangas2025-03-291-0/+12
* New test for function-getStefan Kangas2025-03-241-0/+16
* Make second arg to defvar-local optionalStefan Kangas2025-03-091-0/+10
* (internal--c-header-file-path): Move to ffap.elStefan Monnier2025-02-281-65/+0
* Fix 'internal--c-header-file-path'Eli Zaretskii2025-02-281-7/+12
* Add test for apply-partiallyStefan Kangas2025-02-281-0/+13
* ; Fix thinko in subr-test-zeropStefan Kangas2025-02-241-2/+2
* New functions plusp and minuspStefan Kangas2025-02-171-0/+32
* New functions oddp and evenpStefan Kangas2025-02-171-0/+20
* Add test for zeropStefan Kangas2025-02-171-0/+15
* Fix finding C headers with clangStefan Kangas2025-01-061-0/+33
* New function internal--c-header-file-pathStefan Kangas2025-01-061-0/+28
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix wrong value of `when` and `unless` with empty body (bug#74215)Mattias Engdegård2024-11-061-1/+5
* Avoid resizing mutation in subst-char-in-string, take twoMattias Engdegård2024-05-131-0/+48
* Allow `letrec` binding without init expressionMattias Engdegård2024-05-041-1/+8
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | (merge-ordered-lists): Dot a few more `i`sStefan Monnier2023-11-161-4/+6
* | Subject: (derived-mode-add-parents): Add documentation and one more testscratch/derived-mode-add-parentsStefan Monnier2023-11-121-0/+10
* | (derived-mode-all-parents): Fix handling of cyclesStefan Monnier2023-11-121-2/+24
* | (provided-mode-derived-p): Fix alias caseStefan Monnier2023-10-271-7/+9
* | Fix condition-case-unless-debug with :successBasil L. Contovounesios2023-07-081-0/+31
* | Improved copy-tree documentation and test (bug#63509)Mattias Engdegård2023-05-191-29/+48
* | Make 'copy-tree' work with recordsJoseph Turner2023-05-191-0/+31
* | Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-071-1/+2
* | Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-121-26/+0
* | * test/lisp/subr-tests.el (subr--safe-copy-tree): New tests for safe-copy-treeAlan Mackenzie2023-03-071-0/+26
* | Improve delete-consecutive-dups doc precision and add testMattias Engdegård2023-02-271-0/+34
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-4/+6
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Avoid raw control characters in two filesStefan Kangas2022-11-171-1/+1
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-1/+4
* Faster and more robust list-of-strings-pMattias Engdegård2022-09-161-1/+2
* Add new predicate list-of-strings-pLars Ingebrigtsen2022-09-161-0/+7
* Restrict replace-*-in-region to the bounds defined by callerKévin Le Gouguec2022-09-111-2/+30
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-1/+1