aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve rounding in recent timer fixPaul Eggert2018-10-221-4/+16
* Expand host names in Tramp's ad-hoc multi-hop file namesMichael Albinus2018-10-201-23/+108
* Fix 'timer-next-integral-multiple-of-time'Eli Zaretskii2018-10-201-0/+8
* 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
* * test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):Michael Albinus2018-10-121-1/+1
* Rework empty abbrev table omittingAllen Li2018-10-121-0/+8
* Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-2/+14
* Unbreak 'revert-buffer' in Occur buffersEli Zaretskii2018-10-091-1/+46
* 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
* Rework time-* functions in TrampMichael Albinus2018-09-291-10/+18
* Support mode aliases in 'provided-mode-derived-p'Andrew Schwartzmeyer2018-09-291-0/+12
* Rename time-equal to time-equal-pPaul Eggert2018-09-281-1/+1
* time-equal, and time values of infinity and NaNPaul Eggert2018-09-271-5/+3
* Remove some assumptions about timestamp formatPaul Eggert2018-09-243-27/+43
* Fix ‘make clean’ with a file named ‘-.o’Paul Eggert2018-09-241-1/+1
* Round bignums consistently with other integersPaul Eggert2018-09-221-0/+6
* Fix (+ bignum float) bugPaul Eggert2018-09-211-0/+10
* Fix ambiguity in nil DST flagPaul Eggert2018-09-211-9/+11
* Support bignums when serializing JSONPhilipp Stephani2018-09-211-0/+8
* Fix icalendar tests to match new behaviorPaul Eggert2018-09-151-6/+5
* 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