summaryrefslogtreecommitdiff
path: root/test/src/data-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer incf to cl-incf in testsStefan Kangas2025-02-231-1/+1
* Prefer oddp/evenp to open-coding in a few more casesStefan Kangas2025-02-181-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Prohibit unbinding of built-in variablesPo Lu2024-07-221-1/+10
* cl-preloaded.el: Partly revert last changeStefan Monnier2024-03-261-1/+3
* cl-preloaded.el: Fix the type latticeStefan Monnier2024-03-261-15/+15
* (primitive-function): New typeStefan Monnier2024-03-181-3/+1
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-181-0/+37
* Change bare-symbol back to match intentPaul Eggert2024-03-111-0/+5
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | (Fmake_local_variable): Fix bug#65209Stefan Monnier2023-08-181-0/+25
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-0/+36
|/
* ; 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