aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-211-0/+3
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-201-22/+22
* Support larger TIMEs in (time-convert TIME t)Paul Eggert2019-08-201-0/+6
* Fix time-add/time-sub validity checkingPaul Eggert2019-08-191-0/+4
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-17/+29
* Fix time-add rounding bugPaul Eggert2019-08-162-2/+8
* Fix rounding errors with float timestampsPaul Eggert2019-08-151-0/+18
* Port mod-test-nanoseconds to 32-bit EmacsPaul Eggert2019-08-151-1/+1
* Suppress interactive-only warnings in undo-tests.el (Bug#36565)Stefan Kangas2019-08-081-6/+6
* decode-time now returns subsec tooPaul Eggert2019-08-051-6/+8
* New function time-convertPaul Eggert2019-08-051-1/+1
* 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