aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Signal an error for the regexp "[:alnum:]"Mattias Engdegård2020-02-261-0/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Remove subsumed repetitions in regexpsMattias Engdegård2020-02-201-1/+1
| |_|_|/ / |/| | | |
* | | | | Remove lread tests for a feature that was deletedGlenn Morris2020-02-141-16/+0
| |_|/ / |/| | |
* | | | Remove (or double) redundant backslashes in string literalsMattias Engdegård2020-01-241-2/+2
* | | | Fix crash when sending Gnus message (Bug#39207)Paul Eggert2020-01-221-0/+7
* | | | Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-0/+16
* | | | Also print function data when printing module functions.Philipp Stephani2020-01-051-2/+4
* | | | Make module function finalizer test less brittle.Philipp Stephani2020-01-041-5/+17
* | | | Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-031-0/+8
| |/ / |/| |
* | | Merge from origin/emacs-27Paul Eggert2020-01-0136-36/+36
|\ \ \ | |/ /
| * | Update copyright year to 2020Paul Eggert2020-01-0136-36/+36
* | | Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani2019-12-251-0/+18
|/ /
* | ; Spelling fixesPaul Eggert2019-12-102-7/+7
* | Spelling fixesPaul Eggert2019-12-093-4/+4
* | Test format-time-string paddingPaul Eggert2019-12-061-0/+43
* | * test/src/buffer-tests.el: Add loads of overlay testsAndreas Politz2019-12-051-0/+1219
* | Fix recent modifications in emacs-module-testsEli Zaretskii2019-12-051-2/+6
* | Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-281-17/+0
* | 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