summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Byte compiler: fix spurious warnings "might not be defined at runtime".fix/not-defined-at-runtimeAlan Mackenzie2015-11-211-7/+33
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-216-41/+21
* Backport: Fix issue where a new tempfile was created every refreshMark Oteiza2015-11-211-3/+2
* ; * src/lread.c (Fload): Fix last change.Eli Zaretskii2015-11-211-1/+4
* Call 'window-size-change-functions' for mini-windowsEli Zaretskii2015-11-213-8/+38
* Improve documentation of dynamic modulesEli Zaretskii2015-11-214-20/+49
* Initial documentation for dynamic modulesPhilipp Stephani2015-11-211-0/+11
* Add xref--etags-backend to xref-backing-functions using add-hookDmitry Gutov2015-11-212-4/+5
* Fix double-decrement bug when freeing global refsPaul Eggert2015-11-201-1/+3
* Declare emacs_module_init in the module APIPaul Eggert2015-11-201-0/+3
* Fix module test to use ptrdiff_t nargs tooPaul Eggert2015-11-201-20/+18
* Fix reindent-introduced typo in module codePaul Eggert2015-11-201-17/+22
* Fixed bug#19576: `write-file' saves wrong buffer.Anders Lindgren2015-11-201-29/+26
* Correct a documentation error in frames.texiJohn Wiegley2015-11-201-1/+1
* * lisp/cedet/mode-local.el: Delete obsolete commentStephen Leake2015-11-201-18/+0
* Module function arg counts are ptrdiff_t, not intPaul Eggert2015-11-202-47/+44
* Minor improvements in module testEli Zaretskii2015-11-202-2/+3
* Improve MS-Windows implementation in dynlib.cEli Zaretskii2015-11-202-9/+100
* ; Update the description of Windows 10 pinned icon issueEli Zaretskii2015-11-201-0/+4
* Include-file tweaks for modulesPaul Eggert2015-11-203-3/+6
* Simplify push_handler and profile its mallocPaul Eggert2015-11-194-108/+71
* * src/emacs-module.h: Include stddef.h, not stdlib.h.Paul Eggert2015-11-191-1/+1
* Discover repository version in linked worktrees (bug#21930)Juanma Barranquero2015-11-201-23/+41
* * lisp/replace.el (occur-regexp-descr): New function.Juri Linkov2015-11-202-8/+26
* Revert `open-line' electric-indent sensitivityKarl Fogel2015-11-192-11/+18
* Omit unnecessary clear in Fmodule_loadPaul Eggert2015-11-191-13/+10
* Prefer signed integer types in module codePaul Eggert2015-11-194-45/+33
* Omit ‘const’ on localsPaul Eggert2015-11-194-49/+54
* Prefer intmax_t to int64_t in module codePaul Eggert2015-11-193-17/+10
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-197-8/+8
* Fix minor module problems found by static checkingPaul Eggert2015-11-194-3/+8
* Style fixes for indenting etc. in module codePaul Eggert2015-11-199-684/+629
* Minor improvements in modules testing MakefileEli Zaretskii2015-11-191-4/+16
* * .gitignore: Add "*.dll".Eli Zaretskii2015-11-191-0/+1
* Migrate modules/.gitignore into .gitignorePaul Eggert2015-11-192-8/+3
* Add copyright notices to module codePaul Eggert2015-11-197-27/+133
* Rename emacs_module.h to module.hPaul Eggert2015-11-194-4/+4
* * src/module.c (Fmodule_load): Remove unused vars `doc_name', `args'Juanma Barranquero2015-11-191-1/+0
* * src/lread.c (Fload): Remove unused variable `size'Juanma Barranquero2015-11-191-1/+0
* src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".Alan Mackenzie2015-11-191-1/+1
* Prioritize looking inside vc-parent-buffer over log-view-mode fallbackDmitry Gutov2015-11-191-3/+3
* * configure.ac (LIBMODULES): Don’t define on CygwinKen Brown2015-11-181-3/+1
* Fix MS-Windows build --with-modulesEli Zaretskii2015-11-181-21/+34
* ; * admin/release-process: Minor copyedits and additions.Eli Zaretskii2015-11-181-25/+46
* Add dynamic module test and helper scriptAurélien Aptel2015-11-185-0/+546
* Make 'Fload' look for modulesAurélien Aptel2015-11-181-7/+25
* Add dynamic module module supportAurélien Aptel2015-11-188-3/+1628
* Add new User Pointer (User_Ptr) typeAurélien Aptel2015-11-184-1/+115
* Add portable layer for dynamic loadingAurélien Aptel2015-11-182-0/+107
* Add catch-all & no-signal version of PUSH_HANDLERPhilipp Stephani2015-11-183-25/+68