summaryrefslogtreecommitdiff
path: root/test/src/fns-tests.el
Commit message (Expand)AuthorAge
* Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård2021-12-20
* Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-31
* Add some tests for fns.cStefan Kangas2021-10-20
* Make 'mapconcat' argument 'separator' optionalStefan Kangas2021-10-05
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* Fix string-distance for two empty stringsPhilip Kaludercic2021-09-23
* ; Minor license statement fixesStefan Kangas2021-02-08
* Move line-number-at-pos to CLars Ingebrigtsen2021-02-07
* Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-07
* Add a new function 'buffer-line-statistics'Lars Ingebrigtsen2021-01-12
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix up length_internal with degenerate length inputsLars Ingebrigtsen2020-12-27
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-27
* Fix object-interval testsLars Ingebrigtsen2020-12-11
* Add new function `object-intervals'Lars Ingebrigtsen2020-12-11
* More string-search optimisationsMattias Engdegård2020-11-19
* Minor string-search optimisations (bug#43598)Mattias Engdegård2020-09-27
* Fix searching for multibyte needles in unibyte haystacksLars Ingebrigtsen2020-09-27
* Silence some byte-compiler warningsStefan Kangas2020-09-26
* string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-25
* Add a new function 'string-search'Lars Ingebrigtsen2020-09-25
* Use lexical-binding in more testsStefan Kangas2020-08-29
* Fix recently-introduced Fdelete bugPaul Eggert2020-08-15
* Minimize ‘equal’ calls in (delete x vector)Paul Eggert2020-08-15
* * test/src/fns-tests.el (test-secure-hash): Test getrandom format.Paul Eggert2020-06-29
* Don’t attempt to modify constant consesPaul Eggert2020-05-16
* Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-07
* Update copyright year to 2020Paul Eggert2020-01-01
* ; Spelling fixesPaul Eggert2019-12-10
* Spelling fixesPaul Eggert2019-12-09
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-04
* Fix crash if user test munges hash tablePaul Eggert2019-07-20
* Add support for base64url variant of base-64 encoding/decodingPierre Téchoueyres2019-06-08
* Fix `memql' for bignumsMattias Engdegård2019-05-30
* Move proper-list-p tests to fns-tests.elBasil L. Contovounesios2019-04-12
* Improve error data when passing a wrong type to 'sort' (Bug#34104)Philipp Stephani2019-01-20
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix glitches introduced by nthcdr changesPaul Eggert2018-08-21
* | Speed up (nthcdr N L) when L is circularPaul Eggert2018-08-20
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Fix bug with eql etc. on NaNsPaul Eggert2018-07-18
* | | Fix hash functions for bignumsTom Tromey2018-08-04
* | | Fix bignum comparisons with NaNTom Tromey2018-08-04
* | | Add some bignum testsTom Tromey2018-07-12
|/ /
* | Merge from origin/emacs-26Glenn Morris2018-05-07
|\|
| * Port collation tests to glibc 2.27Paul Eggert2018-05-02
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-28
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-20