summaryrefslogtreecommitdiff
path: root/test/src/data-tests.el
Commit message (Expand)AuthorAge
* Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-21
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-08
* Fix `lsh` warning shortcomings (bug#56641)Mattias Engdegård2022-07-23
* New test for make_symbol_constantStefan Kangas2022-07-16
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Silence byte-compiler in some testsStefan Kangas2021-12-04
* | Eliminate ERT test name clashes (bug#51941)Mattias Engdegård2021-11-18
|/
* ; Fix typoStefan Kangas2021-10-20
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* Assert not local-variable-p after setq in let_default bindingSpencer Baugh2021-03-25
* Add a test for let-binding unwindingSpencer Baugh2021-03-25
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in testsStefan Kangas2020-12-08
* * src/data.c (set_internal): Fix bug#44733Stefan Monnier2020-11-19
* Silence some byte-compiler warnings in testsBasil L. Contovounesios2020-06-03
* Update copyright year to 2020Paul Eggert2020-01-01
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-24
* Merge from origin/emacs-26Glenn Morris2019-02-15
|\
| * * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-12
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Support (ash INTEGER BIGNUM)Paul Eggert2018-12-18
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Fix (+ bignum float) bugPaul Eggert2018-09-21
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-21
* | Improve bignum comparison (Bug#32463#50)Paul Eggert2018-08-18
* | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-18
* | Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-17
* | Merge from origin/emacs-26Glenn Morris2018-08-14
|\|
| * Add comment about floating point testPaul Eggert2018-08-13
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-03
* | Fix bignum comparisons with NaNTom Tromey2018-08-04
* | Make ash and lsh handle bignumsTom Tromey2018-07-12
* | Make % and mod handle bignumsTom Tromey2018-07-12
* | Make min and max handle bignumsTom Tromey2018-07-12
* | Make logcount handle bignumsTom Tromey2018-07-12
* | Make 1+ and 1- handle bignumsTom Tromey2018-07-12
* | Make number-to-string work for bignumsTom Tromey2018-07-12
* | Add some bignum testsTom Tromey2018-07-12
* | Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-03-23
* | Port data-tests-popcnt to 32-bit EmacsPaul Eggert2018-03-21
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Make logcount act like CL on negative argPaul Eggert2017-09-30
* | Add logcount (Bug#22689)Mark Oteiza2017-09-30
|/
* Fix bug with min and max and NaNsPaul Eggert2017-09-17
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Quieten compilation of some test filesGlenn Morris2017-05-31