aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-21Fix (+ bignum float) bugPaul Eggert1-0/+10
2018-09-21Support bignums when serializing JSONPhilipp Stephani1-0/+8
2018-09-15Avoid adverse side effects of fixing bug#21824Eli Zaretskii1-0/+19
2018-09-13Fix (floor 54043195528445955 3.0) bugPaul Eggert1-0/+4
2018-09-11Fix (round 1e+INF) core dumpPaul Eggert1-0/+15
2018-09-04Fix format-time-string bignum bugPaul Eggert1-0/+10
2018-09-04Fix (round FLOAT BIGNUM) bugPaul Eggert1-0/+5
2018-08-31Mark thread-alive-p as obsoleteMichael Albinus1-2/+2
2018-08-31Rename thread-alive-p to thread-live-pMichael Albinus1-8/+8
2018-08-31Several fixes for formatting bignumsPaul Eggert1-2/+15
2018-08-30Handle thread-signal towards the main thread (Bug#32502)Michael Albinus1-0/+21
2018-08-25Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov1-0/+3
2018-08-22Fix bugs when rounding to bignumsPaul Eggert1-4/+8
2018-08-21Add bignum support to floor, ceiling, etc.Paul Eggert1-0/+27
2018-08-21Fix assertion failure when reading 'BIGNUM.'Paul Eggert1-0/+9
2018-08-21Audit use of lsh and fix glitchesPaul Eggert1-6/+6
2018-08-21Fix glitches introduced by nthcdr changesPaul Eggert1-0/+5
2018-08-20Speed up (nthcdr N L) when L is circularPaul Eggert1-0/+16
2018-08-19Add bignum support to exptPaul Eggert1-0/+9
2018-08-18Fix bug with ‘mod’ and float+bignumPaul Eggert1-0/+3
2018-08-18Improve bignum comparison (Bug#32463#50)Paul Eggert1-1/+4
2018-08-18Restore traditional lsh behavior on fixnumsPaul Eggert1-4/+12
2018-08-17Fix problems with logxor etc. and fixnumsPaul Eggert1-0/+14
2018-08-13Add comment about floating point testPaul Eggert1-6/+14
2018-08-09Fix copying text properties by 'format'Eli Zaretskii1-1/+15
2018-08-08Fix mod-test-sum-test for bignumsTom Tromey1-4/+4
2018-08-05Rename src/regex.c to src/regex-emacs.c.Paul Eggert1-3/+3
2018-08-04Fix hash functions for bignumsTom Tromey1-0/+11
2018-08-04Fix bignum comparisons with NaNTom Tromey2-3/+6
2018-07-26%o and %x can now format signed integersPaul Eggert1-4/+6
2018-07-22thread-join returns the result of finished threadMichael Albinus1-6/+17
2018-07-18Fix bug with eql etc. on NaNsPaul Eggert1-0/+11
2018-07-17Don't check unibyte hostnames for pure-ASCIIRobert Pluim1-0/+4
2018-07-17Add tests for network-lookup-address-infoRobert Pluim1-0/+25
2018-07-17Add variable main-thread, fix Bug#32169Michael Albinus1-1/+10
2018-07-13Use consistent function names in thread-tests.elMichael Albinus1-8/+9
2018-07-12Make ash and lsh handle bignumsTom Tromey1-0/+6
2018-07-12Make logb handle bignumsTom Tromey1-0/+4
2018-07-12Make % and mod handle bignumsTom Tromey1-0/+17
2018-07-12Make min and max handle bignumsTom Tromey1-0/+7
2018-07-12Make logcount handle bignumsTom Tromey1-0/+3
2018-07-12Make 1+ and 1- handle bignumsTom Tromey1-0/+8
2018-07-12Make abs handle bignumsTom Tromey1-0/+4
2018-07-12Allow conversion of bignums to floatsTom Tromey1-0/+4
2018-07-12Make format handle bignumsTom Tromey1-12/+21
2018-07-12Make number-to-string work for bignumsTom Tromey1-0/+5
2018-07-12Add some bignum testsTom Tromey4-3/+74
2018-07-12Provide feature 'threadsMichael Albinus1-28/+48
2018-06-25(format "%d" F) now truncates floating FPaul Eggert1-0/+8
2018-06-19Skip a json.c test unless functions being tested existJoão Távora1-0/+2