aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle weird cases like (ceil 0 0.0)Paul Eggert2019-11-141-13/+11
* Fix byte-counting error in ‘format’Paul Eggert2019-11-141-0/+4
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-131-1/+3
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* Disable a portion of one doc-testGlenn Morris2019-11-091-30/+33
* Fix case-insensitive completion of buffer namesEli Zaretskii2019-11-091-0/+11
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-081-5/+6
* Don’t signal overflow for (expt 1 bignum)Paul Eggert2019-11-041-0/+5
* Fix print.c infloop on circular listsPaul Eggert2019-10-301-1/+5
* Fix fileio.c infloops on circular listsPaul Eggert2019-10-301-0/+9
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-041-0/+18
* Update a substitute-command-keys testGlenn Morris2019-10-011-0/+1
* Remove support for destructive splicing in elispStefan Kangas2019-09-261-0/+7
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-0/+17
* Create common tests for print.c and cl-print.elGemini Lasswell2019-09-131-12/+247
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-241-0/+7
* Fix non-deterministic process testNoam Postavsky2019-08-241-10/+16
* Fix DNS testsRobert Pluim2019-08-241-5/+13
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-231-0/+29
|\
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-171-0/+4
| * Add tests for network-lookup-address-infoRobert Pluim2018-07-171-0/+25
* | 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