aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-28* test/src/emacs-module-tests.el: Switch to lexical binding.Philipp Stephani1-1/+1
2019-04-24Clarify rounding mode when converting to struct timespec.Philipp Stephani1-0/+19
2019-04-24Fix return type of make_time.Philipp Stephani1-2/+6
2019-04-24Add module functions to convert from and to big integers.Philipp Stephani1-0/+7
2019-04-24Add conversions to and from struct timespec to module interface.Philipp Stephani1-0/+28
2019-04-23Small fix for a JSON unit test.Philipp Stephani1-1/+1
2019-04-19Make warning about unescaped character literals more helpful.Philipp Stephani1-1/+3
2019-04-19Remove :stop key from make-process.Philipp Stephani1-0/+9
2019-04-15Minor change in a commentEli Zaretskii1-5/+6
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2-0/+42
2019-04-13Add :array-type option to json-parse-stringDmitry Gutov1-0/+8
2019-04-12Move proper-list-p tests to fns-tests.elBasil L. Contovounesios1-0/+18
2019-04-10* test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier1-0/+3
2019-03-22Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii1-1/+2
2019-03-21Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii1-2/+1
2019-03-21Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani1-1/+2
2019-03-10Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert1-6/+5
2019-03-10More regexp corrections and tweaksPaul Eggert1-1/+1
2019-02-24Ignore pending_signals when checking for quits.Philipp Stephani1-0/+20
2019-02-12* src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier1-0/+18
2019-02-10Document that [:cntrl:] does not match DEL (Bug#34391)Mattias EngdegÄrd1-3/+3
2019-01-27forward-line now works with bignumsPaul Eggert1-0/+8
2019-01-20Improve error data when passing a wrong type to 'sort' (Bug#34104)Philipp Stephani1-1/+4
2019-01-15Fix accept-process-output/process-live-p confusionPaul Eggert1-2/+2
2019-01-13Fix translation-region bug with MAX_CHARPaul Eggert1-0/+9
2018-12-31Update more copyright yearsPaul Eggert3-3/+3
2019-01-01Update copyright year to 2019Paul Eggert33-33/+33
2018-12-23Handle `make-process' in Tramp and ange-ftpMichael Albinus1-4/+4
2018-12-22Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani1-0/+49
2018-12-19; Copyright year fixGlenn Morris1-4/+6
2018-12-19Backport: Handle unread-command-events consistently (bug#23980)Chris Feng1-0/+34
2018-12-18Support (ash INTEGER BIGNUM)Paul Eggert1-0/+4
2018-12-12Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii1-0/+4
2018-11-25Replace insignificant backquotesMichael Heerdegen2-4/+4
2018-11-13Act like POSIX sh if $HOME is relativePaul Eggert1-0/+8
2018-11-10; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.Glenn Morris1-2/+3
2018-11-10* test/src/editfns-tests.el (test-group-name): Improve test.Glenn Morris1-10/+17
2018-11-10* test/src/editfns-tests.el (test-group-name): Small fix.Glenn Morris1-1/+1
2018-11-10Fix last changeEli Zaretskii1-6/+13
2018-11-10src/editfns.c (group-name): New function.Jules Tamagnan1-0/+7
2018-10-30Add regression test for Bug#33014Gemini Lasswell1-0/+30
2018-10-29Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell1-0/+30
2018-10-17Avoid assertion violation when comparing with main-threadEli Zaretskii1-0/+4
2018-10-14* src/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier1-0/+15
2018-10-13Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii1-4/+5
2018-10-10Fix mishandling of symbols that look like numbersPaul Eggert1-2/+14
2018-10-06Improvements on (TICKS . HZ)Paul Eggert1-27/+89
2018-10-06New (TICKS . HZ) timestamp formatPaul Eggert1-0/+3
2018-10-06Move timestamp-related stuff to timefns.cPaul Eggert2-59/+79
2018-09-22Round bignums consistently with other integersPaul Eggert1-0/+6