summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2018-09-152-35/+56
|\
| * Avoid adverse side effects of fixing bug#21824Eli Zaretskii2018-09-151-0/+19
| * Fix (thing-at-point 'list) regression (Bug#31772)Leo Liu2018-09-141-35/+37
* | ; Instrument autorevert-tests.elMichael Albinus2018-09-141-1/+4
* | Fix (floor 54043195528445955 3.0) bugPaul Eggert2018-09-131-0/+4
* | Fix (round 1e+INF) core dumpPaul Eggert2018-09-111-0/+15
* | Add tests for list-threads and the *Threads* bufferGemini Lasswell2018-09-091-0/+96
* | * test/lisp/autorevert-tests.elMichael Albinus2018-09-061-0/+1
* | Fix timer.el minor rounding errorPaul Eggert2018-09-051-0/+5
* | Fix format-time-string bignum bugPaul Eggert2018-09-041-0/+10
* | Fix (round FLOAT BIGNUM) bugPaul Eggert2018-09-041-0/+5
* | Make todo-show work when adding and deleting a new todo fileStephen Berman2018-09-031-16/+60
* | Mark thread-alive-p as obsoleteMichael Albinus2018-08-311-2/+2
* | Merge from origin/emacs-26Michael Albinus2018-08-312-8/+15
|\ \ | |/
| * Rename thread-alive-p to thread-live-pMichael Albinus2018-08-311-8/+8
| * * test/lisp/calc/calc-tests.el (calc-imaginary-i): New test.Noam Postavsky2018-08-291-0/+7
* | 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
* | Improve tramp-convert-file-attributes backward compatibilityMichael Albinus2018-08-291-2/+3
* | Merge from origin/emacs-26Glenn Morris2018-08-263-1/+25
|\ \ | |/
| * Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-252-0/+22
| * ; Fix out-of-tree build for mod-test.soNoam Postavsky2018-08-251-2/+4
* | Detect Chinese sudo password prompts (Bug#31075)Noam Postavsky2018-08-231-0/+1
* | Fix comint-password-prompt-regexpNoam Postavsky2018-08-231-1/+1
* | 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-182-19/+18
* | Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-171-0/+14
* | Fix last todo-edit-mode changeStephen Berman2018-08-151-0/+23
* | Fix exiting from editing todo archive file (bug#32437)Stephen Berman2018-08-141-0/+18
* | Merge from origin/emacs-26Glenn Morris2018-08-141-6/+14
|\ \ | |/
| * Add comment about floating point testPaul Eggert2018-08-131-6/+14
| * Backport fix for Bug#32226Michael Albinus2018-08-121-16/+30
| * Fix bugs in `auth-source-netrc-parse-one'.Filipp Gunbin2018-08-101-0/+19
* | Add uuid as allowed thingatpt symbol (Bug#32372)Raimon Grau2018-08-131-1/+4
* | ; Remove instrumentation for Bug#32226Michael Albinus2018-08-121-39/+1
* | ; * test/lisp/international/ccl-tests.el: Add license notice.Glenn Morris2018-08-111-0/+19
* | Merge branch 'feature/bignum'Tom Tromey2018-08-118-17/+392
|\ \
| * \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-0923-138/+2352
| |\ \
| * | | Fix mod-test-sum-test for bignumsTom Tromey2018-08-081-4/+4
| * | | Fix test and comment in CCL changeAndy Moreton2018-08-051-1/+1
| * | | Fix hash functions for bignumsTom Tromey2018-08-041-0/+11
| * | | Fix bignum comparisons with NaNTom Tromey2018-08-042-3/+6