| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify use of emacs_finalizer_function type | Paul Eggert | 2015-11-23 | 1 | -5/+5 |
| * | Declare emacs_module_init in the module API | Paul Eggert | 2015-11-20 | 1 | -0/+3 |
| * | Module function arg counts are ptrdiff_t, not int | Paul Eggert | 2015-11-20 | 1 | -7/+9 |
| * | * src/emacs-module.h: Include stddef.h, not stdlib.h. | Paul Eggert | 2015-11-19 | 1 | -1/+1 |
| * | Prefer signed integer types in module code | Paul Eggert | 2015-11-19 | 1 | -7/+7 |
| * | Prefer intmax_t to int64_t in module code | Paul Eggert | 2015-11-19 | 1 | -3/+2 |
| * | Rename module.c to emacs-module.c, etc. | Paul Eggert | 2015-11-19 | 1 | -0/+202 |