summaryrefslogtreecommitdiff
path: root/test/src/data-tests.el
AgeCommit message (Expand)Author
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
2016-12-21* src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier
2016-12-06Fix the test suiteEli Zaretskii
2016-12-02Add tests for watchpointsNoam Postavsky
2016-05-26Merge from origin/emacs-25Paul Eggert
2016-01-11Merge from origin/emacs-25John Wiegley
2015-11-24Rename all test files to reflect source layout.Phillip Lord