| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix module test to use ptrdiff_t nargs too | Paul Eggert | 2015-11-20 | 1 | -20/+18 |
| * | Minor improvements in module test | Eli Zaretskii | 2015-11-20 | 2 | -2/+3 |
| * | Prefer signed integer types in module code | Paul Eggert | 2015-11-19 | 1 | -7/+7 |
| * | Omit ‘const’ on locals | Paul Eggert | 2015-11-19 | 1 | -5/+5 |
| * | Prefer intmax_t to int64_t in module code | Paul Eggert | 2015-11-19 | 1 | -4/+5 |
| * | Rename module.c to emacs-module.c, etc. | Paul Eggert | 2015-11-19 | 2 | -2/+2 |
| * | Style fixes for indenting etc. in module code | Paul Eggert | 2015-11-19 | 3 | -110/+114 |
| * | Minor improvements in modules testing Makefile | Eli Zaretskii | 2015-11-19 | 1 | -4/+16 |
| * | Migrate modules/.gitignore into .gitignore | Paul Eggert | 2015-11-19 | 1 | -8/+0 |
| * | Add copyright notices to module code | Paul Eggert | 2015-11-19 | 4 | -3/+75 |
| * | Rename emacs_module.h to module.h | Paul Eggert | 2015-11-19 | 2 | -2/+2 |
| * | Add dynamic module test and helper script | Aurélien Aptel | 2015-11-18 | 5 | -0/+546 |