aboutsummaryrefslogtreecommitdiffstats
path: root/test/data (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-02-22Handle HTML 'ol' start attribute in shr.elNicholas Drozd2-0/+48
2019-02-03* lisp/tar-mode.el (tar-extract): Call tar--try-jka-compr (bug#34251)Juri Linkov2-0/+0
2019-02-02* test/lisp/vc/diff-mode-tests.el (diff-mode-test-font-lock): New test.Juri Linkov4-0/+14
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-26Add MIME apps spec utilitiesMark Oteiza2-0/+13
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-09-09Avoid looking at localized stringsMark Oteiza1-0/+5
2017-09-09Add function to read all entries in a groupMark Oteiza2-0/+6
2017-09-06Add XDG desktop file parsing and testsMark Oteiza2-0/+5
2017-09-05Add tests for mailcap.elMark Oteiza1-0/+5
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