aboutsummaryrefslogtreecommitdiffstats
path: root/test/data (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-20New tests for nested archives (bug#70987)Juri Linkov2-0/+0
2021-10-24Add tests for gif to src/image-tests.elStefan Kangas1-0/+0
2021-10-22Add WebP image format support (Bug#51296)Stefan Kangas1-0/+0
2021-01-01Update copyright year to 2021Paul Eggert3-3/+3
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-24Move faces.el test data to follow our conventionsStefan Kangas2-69/+0
2020-10-24Move epg.el test data to follow our conventionsStefan Kangas3-75/+0
2020-10-24Move shr.el test data to follow our conventionsStefan Kangas14-95/+0
2020-10-24Move mml-sec.el test data to follow our conventionsStefan Kangas34-31/+0
2020-10-23Move more test data to follow our conventionsStefan Kangas13-96/+0
2020-10-23Move some test data to follow our conventionsStefan Kangas8-892/+0
2020-10-23Move icalendar test data to test/lisp/calendar/icalendar-resourcesUlf Jasper141-1107/+0
2020-10-22Move test data for icalendar tests to separate files.Ulf Jasper141-0/+1107
2020-10-13Allow creating unibyte strings from Emacs modulesLars Ingebrigtsen1-0/+11
2020-10-02Enhance syntax-tests.el to test comments in parse-partial-sexpAlan Mackenzie1-6/+7
2020-10-02Enhance syntax-tests.el to test comments in scan-listsAlan Mackenzie1-14/+15
2020-10-01Enhance syntax-tests.el to test some comment character handling.Alan Mackenzie1-0/+66
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani1-0/+21
2020-08-27; Fix license statements.Stefan Kangas2-6/+10
2020-08-04Remove mistakenly checked-in random_seed fileLars Ingebrigtsen1-0/+0
2020-08-04Add tests for mml-sec.elJens Lechtenbörger35-0/+31
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-03-19Don't have exif bugging out on short stringsLars Ingebrigtsen1-0/+0
2020-03-19Don't have exif bugging out on short stringsLars Ingebrigtsen1-0/+0
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 Eggert3-3/+3
2019-12-10Rename faces used in faces-tests.elDmitry Gutov2-5/+5
2019-12-10Make ':extend' inherited from default spec unless overriddenDmitry Gutov2-0/+65
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-11-26* test/lisp/minibuffer-tests.el (completion-table-test-quoting): New testStefan Monnier1-0/+0
2019-09-21Add an Exif parsing libraryLars Ingebrigtsen1-0/+0
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