summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simplify the prologue of emacs-module.c functionsPhilipp Stephani2015-11-281-86/+46
* Don't reject module calls with no argumentsEli Zaretskii2015-11-281-2/+3
* Make module-call be visible from LispPhilipp Stephani2015-11-281-19/+17
* Fix minor problems found by static checkingPaul Eggert2015-11-271-10/+7
* * src/emacs-module.c (struct env_storage): DeleteStefan Monnier2015-11-271-66/+63
* Improve handling of signals and 'throw' in modulesEli Zaretskii2015-11-271-37/+96
* Improve documentation of 'eval-buffer' and 'eval-region'Eli Zaretskii2015-11-271-7/+13
* Unbreak the Cygwin w32 buildEli Zaretskii2015-11-271-1/+1
* Improve commentary of prepare_to_modify_buffer_1Eli Zaretskii2015-11-261-1/+6
* Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25Phillip Lord2015-11-262-5/+9
|\
| * Fix compiler warnings in w32.cEli Zaretskii2015-11-262-5/+9
* | Fix regression after merge.Phillip Lord2015-11-261-2/+0
* | After delete, record point location in undo.Phillip Lord2015-11-263-25/+52
|/
* * src/undo.c (record_property_change): Remove now-unused local.Paul Eggert2015-11-251-1/+1
* run_undoable_changes now called from insdel.Phillip Lord2015-11-252-19/+16
* Fix module_format_fun_env when dynlib_addr failsPaul Eggert2015-11-241-3/+3
* Implement dynlib_addr for MS-WindowsEli Zaretskii2015-11-241-2/+114
* Fix crash at startup related to GC of font entitiesEli Zaretskii2015-11-242-13/+48
* Fix kbd_buffer iteration loop in readable_eventsKen Raeburn2015-11-241-7/+3
* Improve text-quoting-style docPaul Eggert2015-11-231-1/+2
* Simplify module_make_functionPaul Eggert2015-11-231-10/+5
* Port better to FreeBSD’s dlfunc vs dlsymPaul Eggert2015-11-233-2/+15
* Simplify use of emacs_finalizer_function typePaul Eggert2015-11-231-5/+5
* module_format_fun_env fixesPaul Eggert2015-11-232-20/+14
* New visible-bell for NextStep (OS X El Capitan compatible).Anders Lindgren2015-11-231-44/+81
* Improve how non-ASCII strings are accepted from modulesEli Zaretskii2015-11-231-10/+6
* Port recent module changes to pickier compilersPaul Eggert2015-11-231-2/+4
* Fix how strings are accepted from modulesPhilipp Stephani2015-11-231-13/+39
* Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.Martin Rudalics2015-11-232-33/+1
* Add a note about a questionable use of bool in xdisp.cJohn Wiegley2015-11-231-0/+3
* Signal an error when `setq' has an odd number of arguments. Fixes bug#20241.Alan Mackenzie2015-11-231-0/+5
* * src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZES_CHANGED (Bug#21975).Martin Rudalics2015-11-231-0/+2
* Allow loading modules by 'load-file'Eli Zaretskii2015-11-221-1/+8
* Fix unoptimized buildsEli Zaretskii2015-11-221-8/+8
* Unrevert most of regexp reentrancy abort patchStefan Monnier2015-11-212-9/+23
* Revert regexp reentrancy abort patchPaul Eggert2015-11-213-23/+10
* Add a few safety checks when ENABLE_CHECKINGPaul Eggert2015-11-215-30/+30
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-216-41/+21
* ; * src/lread.c (Fload): Fix last change.Eli Zaretskii2015-11-211-1/+4
* Call 'window-size-change-functions' for mini-windowsEli Zaretskii2015-11-212-4/+34
* Improve documentation of dynamic modulesEli Zaretskii2015-11-213-13/+16
* 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 reindent-introduced typo in module codePaul Eggert2015-11-201-17/+22
* Module function arg counts are ptrdiff_t, not intPaul Eggert2015-11-202-47/+44
* Improve MS-Windows implementation in dynlib.cEli Zaretskii2015-11-202-9/+100
* 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
* Omit unnecessary clear in Fmodule_loadPaul Eggert2015-11-191-13/+10