summaryrefslogtreecommitdiff
path: root/test/src/fns-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-02-25More correctness tesrs for orinitives from fns.c.Eric S. Raymond
2026-02-25More test coverage improvements.Eric S. Raymond
2026-02-24Compare circular lists in 'equal' without error (bug#80456)Mattias Engdegård
2026-02-23Add SHA-3 support to secure-hashCollin Funk
2026-01-04; Fix simple logic in OpenBSD's random testManuel Giraud
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-18Add a test for puthashHelmut Eller
2025-10-17Add some tests for weak hashtablesHelmut Eller
2025-08-07Fix some tests on OpenBSDManuel Giraud
2025-07-11* src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård
2025-03-24Add basic and low-level tests for hash tablesStefan Kangas
2025-03-01Merge from origin/emacs-30Eli Zaretskii
2025-02-27Fix fns-tests-collate-strings failure with muslPaul Eggert
2025-02-23Prefer incf to cl-incf in testsStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-04; Strengthen value< tests slightlyMattias Engdegård
2024-07-04Compare fixnums and floats accurately in value<Mattias Engdegård
2024-04-29Fix value< string comparison ungoodthinkMattias Engdegård
2024-04-14GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård
2024-03-29Add `value<` (bug#69709)Mattias Engdegård
2024-01-31Allow equal user-defined hash table tests with different namesMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-04Correct the handling of symbols with position in equalAlan Mackenzie
2023-05-13Don't mutate constants in testsMattias Engdegård
2023-04-09; * test/src/fns-tests.el: Strengthen tests of `nreverse`.Mattias Engdegård
2023-03-27Merge from origin/emacs-29Stefan Monnier
2023-03-25; * test/src/fns-tests.el: Fix last changeKen Brown
2023-03-25Fix failure of fns-tests-collate-strings on CygwinKen Brown
2023-02-22Use delete-char instead of backward-delete-charMattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-22Audit some plist uses with new predicate argumentBasil L. Contovounesios
2022-10-16Expand 'random' testsuiteStefan Kangas
2022-10-08; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.Mattias Engdegård
2022-09-30Strengthen string-lessp testsMattias Engdegård
2022-09-25Don't crash in copy-alist with non-list argumentMattias Engdegård
2022-09-08test: Remove redundant "" arg to `mapconcat`Stefan Monnier
2022-08-30Accept bignum arguments in `take` and `ntake`Mattias Engdegård
2022-07-17Add `take` and `ntake` (bug#56521)Mattias Engdegård
2022-07-11Simplify and speed up string-to-multibyteMattias Engdegård
2022-07-10Speed up string-to-unibyteMattias Engdegård
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-24Merge from origin/emacs-28Stefan Kangas
2022-06-23; Fix typos: prefer US spelling.Stefan Kangas
2022-04-04Faster `string-lessp` for unibyte argumentsMattias Engdegård
2022-04-04Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen
2022-01-26Add tests for concat, vconcat and appendMattias Engdegård