aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix a few minor compilation and Checkdoc warnings.Philipp Stephani2019-04-281-1/+10
* | | * test/src/emacs-module-tests.el: Switch to lexical binding.Philipp Stephani2019-04-281-1/+1
* | | Clarify rounding mode when converting to struct timespec.Philipp Stephani2019-04-241-0/+19
* | | Fix return type of make_time.Philipp Stephani2019-04-241-2/+6
* | | Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+7
* | | Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-241-0/+28
* | | Small fix for a JSON unit test.Philipp Stephani2019-04-231-1/+1
* | | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-1/+3
* | | Remove :stop key from make-process.Philipp Stephani2019-04-191-0/+9
* | | Minor change in a commentEli Zaretskii2019-04-151-5/+6
* | | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-142-0/+42
* | | Add :array-type option to json-parse-stringDmitry Gutov2019-04-131-0/+8
* | | Move proper-list-p tests to fns-tests.elBasil L. Contovounesios2019-04-121-0/+18
* | | * test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier2019-04-101-0/+3
* | | Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii2019-03-221-1/+2
* | | Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii2019-03-211-2/+1
* | | Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani2019-03-211-1/+2
* | | Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-101-6/+5
* | | More regexp corrections and tweaksPaul Eggert2019-03-101-1/+1
* | | Ignore pending_signals when checking for quits.Philipp Stephani2019-02-241-0/+20
* | | Merge from origin/emacs-26Glenn Morris2019-02-151-0/+18
|\ \ \ | |/ /
| * | * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-121-0/+18
* | | Document that [:cntrl:] does not match DEL (Bug#34391)Mattias EngdegÄrd2019-02-101-3/+3
* | | forward-line now works with bignumsPaul Eggert2019-01-271-0/+8
* | | Improve error data when passing a wrong type to 'sort' (Bug#34104)Philipp Stephani2019-01-201-1/+4
* | | 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