aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/emacs-module (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-11-28Revert "Fix incorrect handling of module runtime and environment pointers."Eli Zaretskii1-10/+0
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani1-0/+10
2020-10-23Move some test data to follow our conventionsStefan Kangas1-801/+0
2020-10-13Allow creating unibyte strings from Emacs modulesLars Ingebrigtsen1-0/+11
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani1-0/+21
2020-08-01* test/data/emacs-module/mod-test.c (Fmod_test_string_a_to_b): Fix leakPhilipp Stephani1-1/+3
2020-07-26Add another test for global module referencesPhilipp Stephani1-0/+31
2020-07-26Backport: add another test case for module assertions.Philipp Stephani1-0/+14
2020-07-26Backport: Add module test for edge case.Philipp Stephani1-0/+18
2020-07-25Make checking for liveness of global values more precise.Philipp Stephani1-0/+14
2020-07-25Fix subtle bug when checking liveness of module values.Philipp Stephani1-0/+18
2020-07-09Use Gnulib libgmp modulePaul Eggert1-5/+0
2020-03-27Port the 'module/async-pipe' test to MS-WindowsEli Zaretskii1-7/+41
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani1-2/+55
2020-01-05Also print function data when printing module functions.Philipp Stephani1-1/+4
2020-01-03Implement finalizers for module functions (Bug#30373)Philipp Stephani1-2/+47
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-05Fix recent modifications in emacs-module-testsEli Zaretskii1-1/+1
2019-12-04Change module interface to no longer use GMP objects directly.Philipp Stephani1-14/+97
2019-05-05Port mod-test to --enable-gcc-warningsPaul Eggert1-0/+2
2019-05-05Fix compilation of mod-test.c on MinGWEli Zaretskii1-0/+4
2019-05-05Use extract_time in test module.Philipp Stephani1-17/+1
2019-04-28Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani1-0/+5
2019-04-24Unbreak build when building without GMP support.Philipp Stephani1-2/+7
2019-04-24Clarify rounding mode when converting to struct timespec.Philipp Stephani1-0/+17
2019-04-24Add module functions to convert from and to big integers.Philipp Stephani1-0/+19
2019-04-24Add conversions to and from struct timespec to module interface.Philipp Stephani1-0/+13
2019-03-22Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii1-3/+3
2019-03-21Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii1-3/+3
2019-03-21Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani1-3/+3
2019-02-24Ignore pending_signals when checking for quits.Philipp Stephani1-1/+68
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-25Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov1-0/+19
2018-02-02Use 'defalias' in test module instead of 'fset'.Philipp Stephani1-2/+2
2018-01-19Portability fixes in emacs-module-testsEli Zaretskii1-6/+31
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-08Module assertions: check for garbage collectionsPhilipp Stephani1-0/+23
2017-06-13Inline test module Makefile into main test MakefilePhilipp Stephani1-59/+0
2017-06-12Print module structure sizes when initializing test modulePhilipp Stephani1-2/+12
2017-06-12Fix off-by-one errorPhilipp Stephani1-1/+1
2017-06-12Improve previous test/data/emacs-module/Makefile changeGlenn Morris1-1/+2
2017-06-12Small improvements for test/data/emacs-module/MakefileGlenn Morris1-2/+8
2017-06-12Test module: add necessary version checksPhilipp Stephani1-0/+6
2017-06-12Use additional CFLAGS from configurePhilipp Stephani1-1/+7
2017-06-12Use Autoconf to generate the test module MakefilePhilipp Stephani1-10/+15
2017-06-12Also compile test module as C11Philipp Stephani1-2/+2
2017-06-12Implement module assertions for usersPhilipp Stephani1-0/+24
2017-05-20Reimplement module functionsPhilipp Stephani1-1/+1