| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for gif to src/image-tests.el | Stefan Kangas | 2021-10-24 | 1 | -0/+0 |
* | Add WebP image format support (Bug#51296) | Stefan Kangas | 2021-10-22 | 1 | -0/+0 |
* | Move faces.el test data to follow our conventions | Stefan Kangas | 2020-10-24 | 2 | -69/+0 |
* | Move epg.el test data to follow our conventions | Stefan Kangas | 2020-10-24 | 3 | -75/+0 |
* | Move shr.el test data to follow our conventions | Stefan Kangas | 2020-10-24 | 14 | -95/+0 |
* | Move mml-sec.el test data to follow our conventions | Stefan Kangas | 2020-10-24 | 34 | -31/+0 |
* | Move more test data to follow our conventions | Stefan Kangas | 2020-10-23 | 13 | -96/+0 |
* | Move some test data to follow our conventions | Stefan Kangas | 2020-10-23 | 8 | -892/+0 |
* | Move icalendar test data to test/lisp/calendar/icalendar-resources | Ulf Jasper | 2020-10-23 | 141 | -1107/+0 |
* | Move test data for icalendar tests to separate files. | Ulf Jasper | 2020-10-22 | 141 | -0/+1107 |
* | Allow creating unibyte strings from Emacs modules | Lars Ingebrigtsen | 2020-10-13 | 1 | -0/+11 |
* | Enhance syntax-tests.el to test comments in parse-partial-sexp | Alan Mackenzie | 2020-10-02 | 1 | -6/+7 |
* | Enhance syntax-tests.el to test comments in scan-lists | Alan Mackenzie | 2020-10-02 | 1 | -14/+15 |
* | Enhance syntax-tests.el to test some comment character handling. | Alan Mackenzie | 2020-10-01 | 1 | -0/+66 |
* | Add facility to make module functions interactive (Bug#23486). | Philipp Stephani | 2020-09-13 | 1 | -0/+21 |
* | ; Fix license statements. | Stefan Kangas | 2020-08-27 | 2 | -6/+10 |
* | Remove mistakenly checked-in random_seed file | Lars Ingebrigtsen | 2020-08-04 | 1 | -0/+0 |
* | Add tests for mml-sec.el | Jens Lechtenbörger | 2020-08-04 | 35 | -0/+31 |
* | * test/data/emacs-module/mod-test.c (Fmod_test_string_a_to_b): Fix leak | Philipp Stephani | 2020-08-01 | 1 | -1/+3 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-07-29 | 1 | -0/+31 |
|\ |
|
| * | Add another test for global module references | Philipp Stephani | 2020-07-26 | 1 | -0/+31 |
| * | Backport: add another test case for module assertions. | Philipp Stephani | 2020-07-26 | 1 | -0/+14 |
| * | Backport: Add module test for edge case. | Philipp Stephani | 2020-07-26 | 1 | -0/+18 |
| * | Don't have exif bugging out on short strings | Lars Ingebrigtsen | 2020-03-19 | 1 | -0/+0 |
* | | Make checking for liveness of global values more precise. | Philipp Stephani | 2020-07-25 | 1 | -0/+14 |
* | | Fix subtle bug when checking liveness of module values. | Philipp Stephani | 2020-07-25 | 1 | -0/+18 |
* | | Use Gnulib libgmp module | Paul Eggert | 2020-07-09 | 1 | -5/+0 |
* | | Port the 'module/async-pipe' test to MS-Windows | Eli Zaretskii | 2020-03-27 | 1 | -7/+41 |
* | | Add a module function to open a file descriptor connected to a pipe. | Philipp Stephani | 2020-03-26 | 1 | -2/+55 |
* | | Don't have exif bugging out on short strings | Lars Ingebrigtsen | 2020-03-19 | 1 | -0/+0 |
* | | Also print function data when printing module functions. | Philipp Stephani | 2020-01-05 | 1 | -1/+4 |
* | | Implement finalizers for module functions (Bug#30373) | Philipp Stephani | 2020-01-03 | 1 | -2/+47 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 3 | -3/+3 |
* | Rename faces used in faces-tests.el | Dmitry Gutov | 2019-12-10 | 2 | -5/+5 |
* | Make ':extend' inherited from default spec unless overridden | Dmitry Gutov | 2019-12-10 | 2 | -0/+65 |
* | Fix recent modifications in emacs-module-tests | Eli Zaretskii | 2019-12-05 | 1 | -1/+1 |
* | Change module interface to no longer use GMP objects directly. | Philipp Stephani | 2019-12-04 | 1 | -14/+97 |
* | * test/lisp/minibuffer-tests.el (completion-table-test-quoting): New test | Stefan Monnier | 2019-11-26 | 1 | -0/+0 |
* | Add an Exif parsing library | Lars Ingebrigtsen | 2019-09-21 | 1 | -0/+0 |
* | Port mod-test to --enable-gcc-warnings | Paul Eggert | 2019-05-05 | 1 | -0/+2 |
* | Fix compilation of mod-test.c on MinGW | Eli Zaretskii | 2019-05-05 | 1 | -0/+4 |
* | Use extract_time in test module. | Philipp Stephani | 2019-05-05 | 1 | -17/+1 |
* | Export major version of latest Emacs supported by emacs-module.h. | Philipp Stephani | 2019-04-28 | 1 | -0/+5 |
* | Unbreak build when building without GMP support. | Philipp Stephani | 2019-04-24 | 1 | -2/+7 |
* | Clarify rounding mode when converting to struct timespec. | Philipp Stephani | 2019-04-24 | 1 | -0/+17 |
* | Add module functions to convert from and to big integers. | Philipp Stephani | 2019-04-24 | 1 | -0/+19 |
* | Add conversions to and from struct timespec to module interface. | Philipp Stephani | 2019-04-24 | 1 | -0/+13 |
* | Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va... | Eli Zaretskii | 2019-03-22 | 1 | -3/+3 |
* | Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s"" | Eli Zaretskii | 2019-03-21 | 1 | -3/+3 |
* | Revert "Rely on conservative stack scanning to find "emacs_value"s" | Philipp Stephani | 2019-03-21 | 1 | -3/+3 |