| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify recording of main thread's ID on MS-Windows | Eli Zaretskii | 2015-11-21 | 1 | -28/+7 |
| * | Fix double-decrement bug when freeing global refs | Paul Eggert | 2015-11-20 | 1 | -1/+3 |
| * | Fix reindent-introduced typo in module code | Paul Eggert | 2015-11-20 | 1 | -17/+22 |
| * | Module function arg counts are ptrdiff_t, not int | Paul Eggert | 2015-11-20 | 1 | -40/+35 |
| * | Include-file tweaks for modules | Paul Eggert | 2015-11-20 | 1 | -2/+4 |
| * | Simplify push_handler and profile its malloc | Paul Eggert | 2015-11-19 | 1 | -2/+2 |
| * | Omit unnecessary clear in Fmodule_load | Paul Eggert | 2015-11-19 | 1 | -13/+10 |
| * | Prefer signed integer types in module code | Paul Eggert | 2015-11-19 | 1 | -29/+17 |
| * | Omit ‘const’ on locals | Paul Eggert | 2015-11-19 | 1 | -35/+37 |
| * | Prefer intmax_t to int64_t in module code | Paul Eggert | 2015-11-19 | 1 | -10/+3 |
| * | Rename module.c to emacs-module.c, etc. | Paul Eggert | 2015-11-19 | 1 | -0/+1160 |