aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix accept-process-output/process-live-p confusionPaul Eggert2019-01-151-2/+2
* | | | Fix translation-region bug with MAX_CHARPaul Eggert2019-01-131-0/+9
* | | | Update more copyright yearsPaul Eggert2018-12-313-3/+3
* | | | Merge from origin/emacs-26Paul Eggert2018-12-3133-33/+33
|\ \ \ \ | |/ / /
| * | | Update copyright year to 2019Paul Eggert2019-01-0133-33/+33
| * | | ; Copyright year fixGlenn Morris2018-12-191-4/+6
| * | | Backport: Handle unread-command-events consistently (bug#23980)Chris Feng2018-12-191-0/+34
| * | | Add regression test for Bug#33014Gemini Lasswell2018-10-301-0/+30
* | | | Handle `make-process' in Tramp and ange-ftpMichael Albinus2018-12-231-4/+4
* | | | Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani2018-12-221-0/+49
* | | | Support (ash INTEGER BIGNUM)Paul Eggert2018-12-181-0/+4
* | | | 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