aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid assertion violation when comparing with main-threadEli Zaretskii2018-10-171-0/+4
* * src/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier2018-10-141-0/+15
* Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii2018-10-131-4/+5
* Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-2/+14
* Improvements on (TICKS . HZ)Paul Eggert2018-10-061-27/+89
* New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-0/+3
* Move timestamp-related stuff to timefns.cPaul Eggert2018-10-062-59/+79
* Round bignums consistently with other integersPaul Eggert2018-09-221-0/+6
* Fix (+ bignum float) bugPaul Eggert2018-09-211-0/+10
* Support bignums when serializing JSONPhilipp Stephani2018-09-211-0/+8
* Merge from origin/emacs-26Glenn Morris2018-09-151-0/+19
|\
| * Avoid adverse side effects of fixing bug#21824Eli Zaretskii2018-09-151-0/+19
* | Fix (floor 54043195528445955 3.0) bugPaul Eggert2018-09-131-0/+4
* | Fix (round 1e+INF) core dumpPaul Eggert2018-09-111-0/+15
* | Fix format-time-string bignum bugPaul Eggert2018-09-041-0/+10
* | Fix (round FLOAT BIGNUM) bugPaul Eggert2018-09-041-0/+5
* | Mark thread-alive-p as obsoleteMichael Albinus2018-08-311-2/+2
* | Merge from origin/emacs-26Michael Albinus2018-08-311-8/+8
|\ \ | |/
| * Rename thread-alive-p to thread-live-pMichael Albinus2018-08-311-8/+8
* | Several fixes for formatting bignumsPaul Eggert2018-08-311-2/+15
* | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-301-0/+21
* | Merge from origin/emacs-26Glenn Morris2018-08-261-0/+3
|\ \ | |/
| * Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-251-0/+3
* | Fix bugs when rounding to bignumsPaul Eggert2018-08-221-4/+8
* | Add bignum support to floor, ceiling, etc.Paul Eggert2018-08-211-0/+27
* | Fix assertion failure when reading 'BIGNUM.'Paul Eggert2018-08-211-0/+9
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-6/+6
* | Fix glitches introduced by nthcdr changesPaul Eggert2018-08-211-0/+5
* | Speed up (nthcdr N L) when L is circularPaul Eggert2018-08-201-0/+16
* | Add bignum support to exptPaul Eggert2018-08-191-0/+9
* | Fix bug with ‘mod’ and float+bignumPaul Eggert2018-08-181-0/+3
* | 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
* | Merge branch 'feature/bignum'Tom Tromey2018-08-117-17/+173
|\ \
| * \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-094-46/+104
| |\ \
| * | | Fix mod-test-sum-test for bignumsTom Tromey2018-08-081-4/+4
| * | | Fix hash functions for bignumsTom Tromey2018-08-041-0/+11
| * | | Fix bignum comparisons with NaNTom Tromey2018-08-042-3/+6
| * | | Make ash and lsh handle bignumsTom Tromey2018-07-121-0/+6
| * | | Make logb handle bignumsTom Tromey2018-07-121-0/+4
| * | | 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
| * | | Make 1+ and 1- handle bignumsTom Tromey2018-07-121-0/+8
| * | | Make abs handle bignumsTom Tromey2018-07-121-0/+4
| * | | Allow conversion of bignums to floatsTom Tromey2018-07-121-0/+4
| * | | Make format handle bignumsTom Tromey2018-07-121-12/+21