summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii2018-12-121-0/+4
* | | Replace insignificant backquotesMichael Heerdegen2018-11-252-4/+4
* | | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-0/+8
* | | ; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.Glenn Morris2018-11-101-2/+3
* | | * test/src/editfns-tests.el (test-group-name): Improve test.Glenn Morris2018-11-101-10/+17
* | | * test/src/editfns-tests.el (test-group-name): Small fix.Glenn Morris2018-11-101-1/+1
* | | Fix last changeEli Zaretskii2018-11-101-6/+13
* | | src/editfns.c (group-name): New function.Jules Tamagnan2018-11-101-0/+7
* | | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-291-0/+30
* | | 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