summaryrefslogtreecommitdiff
path: root/test/src/emacs-module-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Add another test for global module referencesPhilipp Stephani2020-07-261-0/+3
* Backport: add another test case for module assertions.Philipp Stephani2020-07-261-0/+11
* Backport: Add module test for edge case.Philipp Stephani2020-07-261-0/+18
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix recent modifications in emacs-module-testsEli Zaretskii2019-12-051-2/+6
* Fix time-add rounding bugPaul Eggert2019-08-161-2/+5
* Port mod-test-nanoseconds to 32-bit EmacsPaul Eggert2019-08-151-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* Use extract_time in test module.Philipp Stephani2019-05-051-1/+1
* Fix another compilation warning.Philipp Stephani2019-04-281-1/+1
* Fix a few minor compilation and Checkdoc warnings.Philipp Stephani2019-04-281-1/+10
* * test/src/emacs-module-tests.el: Switch to lexical binding.Philipp Stephani2019-04-281-1/+1
* Clarify rounding mode when converting to struct timespec.Philipp Stephani2019-04-241-0/+19
* Fix return type of make_time.Philipp Stephani2019-04-241-2/+6
* Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+7
* Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-241-0/+28
* Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii2019-03-221-1/+2
* Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii2019-03-211-2/+1
* Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani2019-03-211-1/+2
* Ignore pending_signals when checking for quits.Philipp Stephani2019-02-241-0/+20
* 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/+3
|\ \ | |/
| * Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-251-0/+3
* | Fix mod-test-sum-test for bignumsTom Tromey2018-08-081-4/+4
* | * lisp/subr.el (dotimes): Deprecate RESULT field. (Bug#16206)Juri Linkov2018-04-281-2/+3
* | Port emacs-module-tests to 32-bit EmacsPaul Eggert2018-03-221-1/+1
* | Properly integrate modules into the loading process (Bug#30164).Philipp Stephani2018-02-021-5/+14
* | Use 'defalias' in test module instead of 'fset'.Philipp Stephani2018-02-021-2/+3
* | Add support for module functions to C-h f (Bug#30163).Philipp Stephani2018-02-021-0/+14
* | Add missing module types to cl--typeof-types.Philipp Stephani2018-01-281-0/+10
* | Test that module functions are functions.Philipp Stephani2018-01-281-0/+1
* | Fix emacs-module-tests to work out of build treeAndy Moreton2018-01-261-2/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-3/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix crashing emacs-module tests on MS-WindowsEli Zaretskii2017-08-091-4/+12
* Fix failing module tests on GNU/LinuxGlenn Morris2017-07-091-2/+2
* Module assertions: check for garbage collectionsPhilipp Stephani2017-07-081-29/+58
* Give a more informative failure in module assertion testGlenn Morris2017-06-121-5/+8
* Clean up after module assertion testsGlenn Morris2017-06-121-20/+24
* Small improvement for module assertion testGlenn Morris2017-06-121-15/+15
* Implement module assertions for usersPhilipp Stephani2017-06-121-3/+37
* Rework printing of module functionsPhilipp Stephani2017-06-041-2/+2
* Reimplement module functionsPhilipp Stephani2017-05-201-24/+27
* Fix module tests on some systemsPhilipp Stephani2017-05-191-7/+5
* ; Fix last changeEli Zaretskii2017-05-061-3/+3
* Fix last change for MS-WindowsEli Zaretskii2017-05-061-1/+6
* Introduce new misc type for module functionPhilipp Stephani2017-05-061-0/+23
* Integrate module test with normal test suitePhilipp Stephani2017-04-291-0/+148