summaryrefslogtreecommitdiff
path: root/test/src/data-tests.el
AgeCommit message (Expand)Author
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
2018-03-21Port data-tests-popcnt to 32-bit EmacsPaul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-30Make logcount act like CL on negative argPaul Eggert
2017-09-30Add logcount (Bug#22689)Mark Oteiza
2017-09-17Fix bug with min and max and NaNsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-31Quieten compilation of some test filesGlenn Morris
2017-05-23* test/src/fns-tests.el, test/src/data-tests.el: Don't use `cl`Stefan Monnier
2017-03-07min and max should not return markersPaul Eggert
2017-03-06min and max now return one of their argumentsPaul Eggert
2017-03-02Fix rounding errors in <, =, etc.Paul Eggert
2017-01-01Update copyright year to 2017 in masterPaul Eggert