summaryrefslogtreecommitdiff
path: root/test/lisp/subr-tests.el
AgeCommit message (Expand)Author
2026-05-20Detect some API violations in combine-change-calls (bug#80877)Pip Cet
2026-04-09(listify-key-sequence): Fix breakage with unibyte charsStefan Monnier
2026-03-23; Update tests to match rename of 'any' to 'member-if'.Sean Whitton
2026-03-22* lisp/subr.el (member-if): Fix compiler macro multiple evaluation.Sean Whitton
2026-03-21Make member-if compiler-macro hygienicBasil L. Contovounesios
2026-03-11(subr-error-API): New test. Also, improve the etc/NEWSStefan Monnier
2026-02-25New function multiple-command-partition-argumentsSean Whitton
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-02Make string-trim fasterMattias Engdegård
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-28Don't use the term 'null' for empty stringsMattias Engdegård
2025-12-28Various split-string improvementsMattias Engdegård
2025-11-27Add test cases for 'dolist'Neal Sidhwaney
2025-10-20Add any and all (bug#79611)Mattias Engdegård
2025-10-20Add drop-while and take-while (bug#79611)Mattias Engdegård
2025-08-24Disallow string data resizing (bug#79784)Mattias Engdegård
2025-06-28Revert "function-put: signal error with non-symbol"Eli Zaretskii
2025-06-21Fix 'split-string' when TRIM is usedEli Zaretskii
2025-04-01function-put: signal error with non-symbolStefan Kangas
2025-03-29New function 'hash-table-contains-p'Stefan Kangas
2025-03-24New test for function-getStefan Kangas
2025-03-09Make second arg to defvar-local optionalStefan Kangas
2025-02-28(internal--c-header-file-path): Move to ffap.elStefan Monnier
2025-02-28Fix 'internal--c-header-file-path'Eli Zaretskii
2025-02-28Add test for apply-partiallyStefan Kangas
2025-02-24; Fix thinko in subr-test-zeropStefan Kangas
2025-02-17New functions plusp and minuspStefan Kangas
2025-02-17New functions oddp and evenpStefan Kangas
2025-02-17Add test for zeropStefan Kangas
2025-01-06Fix finding C headers with clangStefan Kangas
2025-01-06New function internal--c-header-file-pathStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-06Fix wrong value of `when` and `unless` with empty body (bug#74215)Mattias Engdegård
2024-05-13Avoid resizing mutation in subst-char-in-string, take twoMattias Engdegård
2024-05-04Allow `letrec` binding without init expressionMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-16(merge-ordered-lists): Dot a few more `i`sStefan Monnier
2023-11-12Subject: (derived-mode-add-parents): Add documentation and one more testStefan Monnier
2023-11-12(derived-mode-all-parents): Fix handling of cyclesStefan Monnier
2023-10-27(provided-mode-derived-p): Fix alias caseStefan Monnier
2023-07-08Fix condition-case-unless-debug with :successBasil L. Contovounesios
2023-05-19Improved copy-tree documentation and test (bug#63509)Mattias Engdegård
2023-05-19Make 'copy-tree' work with recordsJoseph Turner
2023-04-07Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård
2023-03-12Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård
2023-03-07* test/lisp/subr-tests.el (subr--safe-copy-tree): New tests for safe-copy-treeAlan Mackenzie
2023-02-27Improve delete-consecutive-dups doc precision and add testMattias Engdegård
2023-02-21Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii