aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/fns-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix simple logic in OpenBSD's random testManuel Giraud8 days1-4/+3
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Add a test for puthashHelmut Eller2025-10-181-0/+16
* Add some tests for weak hashtablesHelmut Eller2025-10-171-0/+127
* Fix some tests on OpenBSDManuel Giraud2025-08-071-1/+5
* * src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård2025-07-111-1/+2
* Add basic and low-level tests for hash tablesStefan Kangas2025-03-241-0/+71
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-1/+1
|\
| * Fix fns-tests-collate-strings failure with muslPaul Eggert2025-02-271-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Prefer incf to cl-incf in testsStefan Kangas2025-02-231-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | ; Strengthen value< tests slightlyMattias Engdegård2024-07-041-2/+8
* | Compare fixnums and floats accurately in value<Mattias Engdegård2024-07-041-0/+10
|/
* Fix value< string comparison ungoodthinkMattias Engdegård2024-04-291-0/+6
* GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård2024-04-141-0/+21
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-291-0/+43
* Add `value<` (bug#69709)Mattias Engdegård2024-03-291-0/+218
* Allow equal user-defined hash table tests with different namesMattias Engdegård2024-01-311-0/+10
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Correct the handling of symbols with position in equalAlan Mackenzie2023-09-041-0/+20
* | Don't mutate constants in testsMattias Engdegård2023-05-131-1/+1
* | ; * test/src/fns-tests.el: Strengthen tests of `nreverse`.Mattias Engdegård2023-04-091-18/+21
* | Merge from origin/emacs-29Stefan Monnier2023-03-271-1/+1
|\ \ | |/
| * ; * test/src/fns-tests.el: Fix last changeKen Brown2023-03-251-1/+1
| * Fix failure of fns-tests-collate-strings on CygwinKen Brown2023-03-251-2/+2
* | Use delete-char instead of backward-delete-charMattias Engdegård2023-02-221-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-31/+39
* Expand 'random' testsuiteStefan Kangas2022-10-161-3/+17
* ; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.Mattias Engdegård2022-10-081-0/+2
* Strengthen string-lessp testsMattias Engdegård2022-09-301-35/+42
* Don't crash in copy-alist with non-list argumentMattias Engdegård2022-09-251-0/+27
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-2/+2
* Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-301-1/+9
* Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-171-0/+49
* Simplify and speed up string-to-multibyteMattias Engdegård2022-07-111-4/+10
* Speed up string-to-unibyteMattias Engdegård2022-07-101-0/+15
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-48/+17
* Merge from origin/emacs-28Stefan Kangas2022-06-241-1/+1
|\
| * ; Fix typos: prefer US spelling.Stefan Kangas2022-06-231-1/+1
* | Faster `string-lessp` for unibyte argumentsMattias Engdegård2022-04-041-0/+43
* | Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-04-041-0/+70
* | Add tests for concat, vconcat and appendMattias Engdegård2022-01-261-0/+70
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård2021-12-201-3/+13
* | Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-311-0/+27
* | Add some tests for fns.cStefan Kangas2021-10-201-0/+23