summaryrefslogtreecommitdiff
path: root/test/src/data-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-2/+1
* Fix `lsh` warning shortcomings (bug#56641)Mattias EngdegÄrd2022-07-231-6/+7
* New test for make_symbol_constantStefan Kangas2022-07-161-0/+4
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Silence byte-compiler in some testsStefan Kangas2021-12-041-20/+21
* | Eliminate ERT test name clashes (bug#51941)Mattias EngdegÄrd2021-11-181-2/+2
|/
* ; Fix typoStefan Kangas2021-10-201-1/+1
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-11/+11
* Assert not local-variable-p after setq in let_default bindingSpencer Baugh2021-03-251-0/+1
* Add a test for let-binding unwindingSpencer Baugh2021-03-251-0/+22
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in testsStefan Kangas2020-12-081-1/+1
* * src/data.c (set_internal): Fix bug#44733Stefan Monnier2020-11-191-0/+50
* Silence some byte-compiler warnings in testsBasil L. Contovounesios2020-06-031-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-241-0/+7
* Merge from origin/emacs-26Glenn Morris2019-02-151-0/+18
|\
| * * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-121-0/+18
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Support (ash INTEGER BIGNUM)Paul Eggert2018-12-181-0/+4
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
* | Fix (+ bignum float) bugPaul Eggert2018-09-211-0/+10
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-6/+6
* | Improve bignum comparison (Bug#32463#50)Paul Eggert2018-08-181-1/+4
* | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-4/+12
* | Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-171-0/+14
* | Merge from origin/emacs-26Glenn Morris2018-08-141-6/+14
|\|
| * Add comment about floating point testPaul Eggert2018-08-131-6/+14
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-1/+18
* | Fix bignum comparisons with NaNTom Tromey2018-08-041-2/+4
* | Make ash and lsh handle bignumsTom Tromey2018-07-121-0/+6
* | Make % and mod handle bignumsTom Tromey2018-07-121-0/+17
* | Make min and max handle bignumsTom Tromey2018-07-121-0/+7
* | Make logcount handle bignumsTom Tromey2018-07-121-0/+3
* | Make 1+ and 1- handle bignumsTom Tromey2018-07-121-0/+8
* | Make number-to-string work for bignumsTom Tromey2018-07-121-0/+5
* | Add some bignum testsTom Tromey2018-07-121-0/+59
* | Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-03-231-1/+18
* | Port data-tests-popcnt to 32-bit EmacsPaul Eggert2018-03-211-3/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Make logcount act like CL on negative argPaul Eggert2017-09-301-1/+3
* | Add logcount (Bug#22689)Mark Oteiza2017-09-301-0/+13
|/
* Fix bug with min and max and NaNsPaul Eggert2017-09-171-1/+5
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Quieten compilation of some test filesGlenn Morris2017-05-311-4/+4
* * test/src/fns-tests.el, test/src/data-tests.el: Don't use `cl`Stefan Monnier2017-05-231-36/+36