aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix error in 'call-process-region' when START is nil (Bug#40576)Philipp Stephani2020-04-121-0/+10
* ; * test/src/callproc-tests.el: Fix checkdoc errors.Philipp Stephani2020-04-121-0/+7
* Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård2020-04-091-1/+2
* Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård2020-04-091-12/+21
* Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård2020-04-091-0/+8
* Fix decoding ASCII strings with embedded CR charactersEli Zaretskii2020-04-091-0/+17
* Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård2020-04-051-0/+11
* Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård2020-04-051-0/+8
* Port the 'module/async-pipe' test to MS-WindowsEli Zaretskii2020-03-271-0/+3
* Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-261-0/+14
* Fix rounding errors in time conversionPaul Eggert2020-03-031-0/+3
* Port timestamp tests to odd timezones, (TICKS . HZ)Paul Eggert2020-02-271-23/+23
* Revert "Signal an error for the regexp "[:alnum:]""Mattias Engdegård2020-02-271-5/+0
* Revert "Don't complain about the regexp "[:-:]""Mattias Engdegård2020-02-271-2/+1
* Don't complain about the regexp "[:-:]"Mattias Engdegård2020-02-261-1/+2
* 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