aboutsummaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix module test to use ptrdiff_t nargs tooPaul Eggert2015-11-201-20/+18
* Minor improvements in module testEli Zaretskii2015-11-202-2/+3
* 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-192-2/+2
* Style fixes for indenting etc. in module codePaul Eggert2015-11-193-110/+114
* Minor improvements in modules testing MakefileEli Zaretskii2015-11-191-4/+16
* Migrate modules/.gitignore into .gitignorePaul Eggert2015-11-191-8/+0
* Add copyright notices to module codePaul Eggert2015-11-194-3/+75
* Rename emacs_module.h to module.hPaul Eggert2015-11-192-2/+2
* Add dynamic module test and helper scriptAurélien Aptel2015-11-185-0/+546