summaryrefslogtreecommitdiff
path: root/test/src/data-tests.el
AgeCommit message (Expand)Author
2024-03-26cl-preloaded.el: Partly revert last changeStefan Monnier
2024-03-26cl-preloaded.el: Fix the type latticeStefan Monnier
2024-03-18(primitive-function): New typeStefan Monnier
2024-03-18(cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier
2024-03-11Change bare-symbol back to match intentPaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-18(Fmake_local_variable): Fix bug#65209Stefan Monnier
2023-02-21Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-08test: Remove redundant "" arg to `mapconcat`Stefan Monnier
2022-07-23Fix `lsh` warning shortcomings (bug#56641)Mattias Engdegård
2022-07-16New test for make_symbol_constantStefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-04Silence byte-compiler in some testsStefan Kangas
2021-11-18Eliminate ERT test name clashes (bug#51941)Mattias Engdegård
2021-10-20; Fix typoStefan Kangas
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-03-25Assert not local-variable-p after setq in let_default bindingSpencer Baugh
2021-03-25Add a test for let-binding unwindingSpencer Baugh
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-08Prefer setq-local in testsStefan Kangas
2020-11-19* src/data.c (set_internal): Fix bug#44733Stefan Monnier
2020-06-03Silence some byte-compiler warnings in testsBasil L. Contovounesios
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-24Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert
2019-02-15Merge from origin/emacs-26Glenn Morris
2019-02-12* src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-18Support (ash INTEGER BIGNUM)Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-09-21Fix (+ bignum float) bugPaul Eggert
2018-08-21Audit use of lsh and fix glitchesPaul Eggert
2018-08-18Improve bignum comparison (Bug#32463#50)Paul Eggert
2018-08-18Restore traditional lsh behavior on fixnumsPaul Eggert
2018-08-17Fix problems with logxor etc. and fixnumsPaul Eggert
2018-08-14Merge from origin/emacs-26Glenn Morris
2018-08-13Add comment about floating point testPaul Eggert
2018-08-04Fix bignum comparisons with NaNTom Tromey
2018-07-12Make ash and lsh handle bignumsTom Tromey
2018-07-12Make % and mod handle bignumsTom Tromey
2018-07-12Make min and max handle bignumsTom Tromey
2018-07-12Make logcount handle bignumsTom Tromey
2018-07-12Make 1+ and 1- handle bignumsTom Tromey
2018-07-12Make number-to-string work for bignumsTom Tromey
2018-07-12Add some bignum testsTom Tromey
2018-06-03Fix bug#30846, along with misc cleanups found along the wayStefan Monnier
2018-03-23Fix bug#30846, along with misc cleanups found along the wayStefan Monnier