aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-1/+1
* Merge from origin/emacs-26Glenn Morris2019-07-301-0/+29
|\
| * Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-0/+29
| * Remove failing test erroneously added in backportEli Zaretskii2019-06-141-4/+0
| * Avoid assertion violation when comparing with main-threadEli Zaretskii2019-06-101-0/+4
* | Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-261-10/+10
* | Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-241-0/+11
* | Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-11/+12
* | Fix expand-file-name for names starting with '~'Ken Brown2019-07-211-1/+5
* | Fix crash if user test munges hash tablePaul Eggert2019-07-201-0/+12
* | * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-091-5/+6
* | Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-081-0/+5
* | 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