summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Rework C source files to avoid ^(...Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016...Paul Eggert2016-01-014-4/+4
* Port mod-test to 32-bit Emacs --without-wide-int...Paul Eggert2015-12-061-0/+5
* Port mod-test to x86-64 GNU/Linux running 32-bit...Paul Eggert2015-12-061-9/+7
* More emacs-module.c fixes for wide ints...Eli Zaretskii2015-12-021-1/+6
* Fix emacs-module.c for wide ints...Eli Zaretskii2015-12-011-1/+5
* Rely on conservative stack scanning to find "emacs_value"s...Stefan Monnier2015-11-301-2/+2
* Spelling and grammar fixesPaul Eggert2015-11-292-2/+2
* Update mod-test-sum-test...Ken Brown2015-11-291-1/+3
* ; * modules/mod-test/Makefile: Fix typo.Ken Brown2015-11-281-1/+1
* Add module tests for wrong-type-argument...Eli Zaretskii2015-11-271-1/+3
* Add one more mod-test test...Eli Zaretskii2015-11-241-1/+11
* * 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 too...Paul Eggert2015-11-201-20/+18
* Minor improvements in module test...Eli Zaretskii2015-11-202-2/+3
* Prefer signed integer types in module code...Paul Eggert2015-11-191-7/+7
* Omit ‘const’ on locals...Paul Eggert2015-11-191-5/+5
* Prefer intmax_t to int64_t in module code...Paul Eggert2015-11-191-4/+5
* Rename module.c to emacs-module.c, etc....Paul Eggert2015-11-192-2/+2
* Style fixes for indenting etc. in module code...Paul Eggert2015-11-193-110/+114
* Minor improvements in modules testing Makefile...Eli Zaretskii2015-11-191-4/+16
* Migrate modules/.gitignore into .gitignore...Paul Eggert2015-11-191-8/+0
* Add copyright notices to module code...Paul Eggert2015-11-194-3/+75
* Rename emacs_module.h to module.h...Paul Eggert2015-11-192-2/+2
* Add dynamic module test and helper script...Aurélien Aptel2015-11-185-0/+546