summaryrefslogtreecommitdiff
path: root/test/src/emacs-module-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix several symbol name typosStefan Kangas2022-10-261-1/+1
* Decouple mod-test.c from GnulibPaul Eggert2022-03-081-0/+3
* Avoid emacs-module-tests failure on macOSMattias Engdegård2022-02-161-1/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Do not exclude emacs-module-tests.el on embaMichael Albinus2021-11-181-1/+5
* | Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-061-15/+1
* | ; * test/src/emacs-module-tests.el: Instrument for bug#50902.Michael Albinus2021-10-111-0/+5
|/
* Adjust test to describe-function changesLars Ingebrigtsen2021-09-081-1/+3
* * test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree.Glenn Morris2021-05-101-1/+3
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Document and enforce some properties for strings created by modules.Philipp Stephani2020-12-121-0/+20
* Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-271-0/+50
* Move some test data to follow our conventionsStefan Kangas2020-10-231-6/+6
* Allow creating unibyte strings from Emacs modulesLars Ingebrigtsen2020-10-131-0/+6
* Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-131-0/+32
* Adapt some tests for Emacs's excitingly variable quoting formatGlenn Morris2020-09-121-1/+2
* * test/src/emacs-module-tests.el: Use proper outline headings.Jonas Bernoulli2020-08-131-15/+6
* Merge from origin/emacs-27Glenn Morris2020-07-291-0/+3
|\
| * Add another test for global module referencesPhilipp Stephani2020-07-261-0/+3
| * Backport: add another test case for module assertions.Philipp Stephani2020-07-261-0/+11
| * Backport: Add module test for edge case.Philipp Stephani2020-07-261-0/+18
* | Make checking for liveness of global values more precise.Philipp Stephani2020-07-251-0/+11
* | Fix subtle bug when checking liveness of module values.Philipp Stephani2020-07-251-0/+18
* | Fix out-of-source ‘make check’ emacs-module-testsPaul Eggert2020-07-091-0/+3
* | 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
* | 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-011-1/+1
|\|
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani2019-12-251-0/+18
|/
* Fix recent modifications in emacs-module-testsEli Zaretskii2019-12-051-2/+6
* Fix time-add rounding bugPaul Eggert2019-08-161-2/+5
* Port mod-test-nanoseconds to 32-bit EmacsPaul Eggert2019-08-151-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* Use extract_time in test module.Philipp Stephani2019-05-051-1/+1
* 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
* 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