summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix resolving symlinks in Eshell history file namesEli Zaretskii2018-12-091-0/+3
* Add missing handler to tramp-rclone.el, improve robustnessMichael Albinus2018-12-061-3/+12
* Make stronger tests for Tramp multi hopsMichael Albinus2018-12-061-1/+20
* Skip an autorevert test on hydra.nixos.org (bug#32645)Glenn Morris2018-12-041-0/+3
* * lisp/shell.el (shell--parse-pcomplete-arguments): Stop at semi-colonStefan Monnier2018-12-041-0/+8
* Replace insignificant backquotesMichael Heerdegen2018-11-257-15/+15
* Merge from origin/emacs-26Glenn Morris2018-11-161-0/+9
|\
| * * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.Michael Albinus2018-11-131-0/+9
| * Add regression test for Bug#33014Gemini Lasswell2018-10-301-0/+30
* | 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
* | Add 'ring-resize' functionAllen Li2018-11-101-0/+37
* | Fix last changeEli Zaretskii2018-11-101-6/+13
* | src/editfns.c (group-name): New function.Jules Tamagnan2018-11-101-0/+7
* | Handle also port and domain in Tramp proxy definitionsMichael Albinus2018-11-061-17/+23
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-1/+1
* | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-291-0/+30
* | 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