summaryrefslogtreecommitdiff
path: root/test/src/fns-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-0/+2
* Fix string-distance for two empty stringsPhilip Kaludercic2021-09-231-1/+9
* ; Minor license statement fixesStefan Kangas2021-02-081-11/+11
* Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-4/+4
* Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-0/+8
* Add a new function 'buffer-line-statistics'Lars Ingebrigtsen2021-01-121-0/+58
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix up length_internal with degenerate length inputsLars Ingebrigtsen2020-12-271-0/+11
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-271-0/+30
* Fix object-interval testsLars Ingebrigtsen2020-12-111-4/+4
* Add new function `object-intervals'Lars Ingebrigtsen2020-12-111-0/+16
* More string-search optimisationsMattias Engdegård2020-11-191-0/+7
* Minor string-search optimisations (bug#43598)Mattias Engdegård2020-09-271-2/+20
* Fix searching for multibyte needles in unibyte haystacksLars Ingebrigtsen2020-09-271-1/+5
* Silence some byte-compiler warningsStefan Kangas2020-09-261-3/+5
* string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-251-1/+29
* Add a new function 'string-search'Lars Ingebrigtsen2020-09-251-0/+23
* Use lexical-binding in more testsStefan Kangas2020-08-291-3/+3
* Fix recently-introduced Fdelete bugPaul Eggert2020-08-151-0/+1
* Minimize ‘equal’ calls in (delete x vector)Paul Eggert2020-08-151-0/+5
* * test/src/fns-tests.el (test-secure-hash): Test getrandom format.Paul Eggert2020-06-291-3/+5
* Don’t attempt to modify constant consesPaul Eggert2020-05-161-17/+17
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-0/+16
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; Spelling fixesPaul Eggert2019-12-101-4/+4
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-041-0/+18
* Fix crash if user test munges hash tablePaul Eggert2019-07-201-0/+12
* Add support for base64url variant of base-64 encoding/decodingPierre Téchoueyres2019-06-081-0/+179
* Fix `memql' for bignumsMattias Engdegård2019-05-301-1/+2
* Move proper-list-p tests to fns-tests.elBasil L. Contovounesios2019-04-121-0/+18
* Improve error data when passing a wrong type to 'sort' (Bug#34104)Philipp Stephani2019-01-201-1/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix glitches introduced by nthcdr changesPaul Eggert2018-08-211-0/+5
* | Speed up (nthcdr N L) when L is circularPaul Eggert2018-08-201-0/+16
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-0/+11
|\ \
| * | Fix bug with eql etc. on NaNsPaul Eggert2018-07-181-0/+11
* | | Fix hash functions for bignumsTom Tromey2018-08-041-0/+11
* | | Fix bignum comparisons with NaNTom Tromey2018-08-041-1/+2
* | | Add some bignum testsTom Tromey2018-07-121-0/+8
|/ /
* | Merge from origin/emacs-26Glenn Morris2018-05-071-24/+24
|\ \ | |/
| * Port collation tests to glibc 2.27Paul Eggert2018-05-021-24/+24
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-0/+18
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve error messages for improper plists (Bug#27726)Philipp Stephani2017-09-021-0/+28