summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-021-0/+19
* * test/src/editfns-tests.el (test-group-name): Accept nil group-name.Stefan Monnier2019-07-021-8/+8
* * test/src/json-tests.el (json-serialize/object): Fix spacing.Andreas Schwab2019-06-291-2/+2
* Fix json-serialize/object test failurePip Cet2019-06-281-1/+2
* Correct regexp matching of raw bytesMattias Engdegård2019-06-281-0/+120
* Add support for base64url variant of base-64 encoding/decodingPierre Téchoueyres2019-06-081-0/+179
* Fix `memql' for bignumsMattias Engdegård2019-05-301-1/+2
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+2
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-2/+0
* Use extract_time in test module.Philipp Stephani2019-05-051-1/+1
* Fix decode-time/encode-time roundtrip on macOSPaul Eggert2019-04-301-0/+6
* Fix another compilation warning.Philipp Stephani2019-04-281-1/+1
* 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