summaryrefslogtreecommitdiff
path: root/modules/mod-test/mod-test.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate module test with normal test suitePhilipp Stephani2017-04-291-268/+0
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rely on conservative stack scanning to find "emacs_value"sStefan Monnier2015-11-301-2/+2
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* * modules/mod-test/mod-test.c (Fmod_test_sum): Verify there are 2 args.Philipp Stephani2015-11-241-0/+2
* Fix module test to use ptrdiff_t nargs tooPaul Eggert2015-11-201-20/+18
* Minor improvements in module testEli Zaretskii2015-11-201-0/+1
* Prefer signed integer types in module codePaul Eggert2015-11-191-7/+7
* Omit ‘const’ on localsPaul Eggert2015-11-191-5/+5
* Prefer intmax_t to int64_t in module codePaul Eggert2015-11-191-4/+5
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-191-1/+1
* Style fixes for indenting etc. in module codePaul Eggert2015-11-191-92/+85
* Add copyright notices to module codePaul Eggert2015-11-191-0/+19
* Rename emacs_module.h to module.hPaul Eggert2015-11-191-1/+1
* Add dynamic module test and helper scriptAurélien Aptel2015-11-181-0/+254