summaryrefslogtreecommitdiff
path: root/test/data/emacs-module
Commit message (Expand)AuthorAgeFilesLines
* Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-131-0/+21
* * test/data/emacs-module/mod-test.c (Fmod_test_string_a_to_b): Fix leakPhilipp Stephani2020-08-011-1/+3
* Merge from origin/emacs-27Glenn Morris2020-07-291-0/+31
|\
| * Add another test for global module referencesPhilipp Stephani2020-07-261-0/+31
| * Backport: add another test case for module assertions.Philipp Stephani2020-07-261-0/+14
| * 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/+14
* | Fix subtle bug when checking liveness of module values.Philipp Stephani2020-07-251-0/+18
* | Use Gnulib libgmp modulePaul Eggert2020-07-091-5/+0
* | Port the 'module/async-pipe' test to MS-WindowsEli Zaretskii2020-03-271-7/+41
* | Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-261-2/+55
* | Also print function data when printing module functions.Philipp Stephani2020-01-051-1/+4
* | Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-031-2/+47
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix recent modifications in emacs-module-testsEli Zaretskii2019-12-051-1/+1
* Change module interface to no longer use GMP objects directly.Philipp Stephani2019-12-041-14/+97
* Port mod-test to --enable-gcc-warningsPaul Eggert2019-05-051-0/+2
* Fix compilation of mod-test.c on MinGWEli Zaretskii2019-05-051-0/+4
* Use extract_time in test module.Philipp Stephani2019-05-051-17/+1
* Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani2019-04-281-0/+5
* Unbreak build when building without GMP support.Philipp Stephani2019-04-241-2/+7
* Clarify rounding mode when converting to struct timespec.Philipp Stephani2019-04-241-0/+17
* Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+19
* Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-241-0/+13
* Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii2019-03-221-3/+3
* Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii2019-03-211-3/+3
* Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani2019-03-211-3/+3
* Ignore pending_signals when checking for quits.Philipp Stephani2019-02-241-1/+68
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-08-261-0/+19
|\ \ | |/
| * Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-251-0/+19
* | Use 'defalias' in test module instead of 'fset'.Philipp Stephani2018-02-021-2/+2
|/
* Portability fixes in emacs-module-testsEli Zaretskii2018-01-191-6/+31
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Module assertions: check for garbage collectionsPhilipp Stephani2017-07-081-0/+23
* Inline test module Makefile into main test MakefilePhilipp Stephani2017-06-131-59/+0
* Print module structure sizes when initializing test modulePhilipp Stephani2017-06-121-2/+12
* Fix off-by-one errorPhilipp Stephani2017-06-121-1/+1
* Improve previous test/data/emacs-module/Makefile changeGlenn Morris2017-06-121-1/+2
* Small improvements for test/data/emacs-module/MakefileGlenn Morris2017-06-121-2/+8
* Test module: add necessary version checksPhilipp Stephani2017-06-121-0/+6
* Use additional CFLAGS from configurePhilipp Stephani2017-06-121-1/+7
* Use Autoconf to generate the test module MakefilePhilipp Stephani2017-06-121-10/+15
* Also compile test module as C11Philipp Stephani2017-06-121-2/+2
* Implement module assertions for usersPhilipp Stephani2017-06-121-0/+24
* Reimplement module functionsPhilipp Stephani2017-05-201-1/+1
* Integrate module test with normal test suitePhilipp Stephani2017-04-292-0/+309