aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer signed integer types in module codePaul Eggert2015-11-193-38/+26
* Omit ‘const’ on localsPaul Eggert2015-11-193-44/+49
* Prefer intmax_t to int64_t in module codePaul Eggert2015-11-192-13/+5
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-194-5/+5
* Fix minor module problems found by static checkingPaul Eggert2015-11-194-3/+8
* Style fixes for indenting etc. in module codePaul Eggert2015-11-195-573/+513
* Add copyright notices to module codePaul Eggert2015-11-193-24/+58
* Rename emacs_module.h to module.hPaul Eggert2015-11-192-2/+2
* * 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
* Fix MS-Windows build --with-modulesEli Zaretskii2015-11-181-21/+34
* Make 'Fload' look for modulesAurélien Aptel2015-11-181-7/+25
* Add dynamic module module supportAurélien Aptel2015-11-186-2/+1439
* 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
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-173-17/+17
* eval_sub followed dangling pointer when debuggingPaul Eggert2015-11-161-15/+22
* ELF unexec: align section headerPaul Eggert2015-11-161-3/+8
* Do more checks on bytecode objects (Bug#21929)Andreas Schwab2015-11-171-10/+19
* Improve fix for regex reentrancy abortPaul Eggert2015-11-162-12/+8
* Improve a few doc strings, commentsStephen Leake2015-11-151-1/+2
* Enhance NSTRACE (trace output for NextStep).Anders Lindgren2015-11-155-198/+361
* ; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren2015-11-151-1/+1
* Fixed a toolbar related issue on OS X.Anders Lindgren2015-11-151-3/+20
* Fixed OS X 10.6.8 build issue (bug#21862).Anders Lindgren2015-11-152-10/+18
* Fix regex abort when it tries to reenter itselfPaul Eggert2015-11-153-18/+34
* Support rectangular regions for more commandsJuri Linkov2015-11-141-3/+19
* Spruce up ftfont.c memory allocationPaul Eggert2015-11-131-56/+50
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-132-8/+15
* * src/undo.c (run_undoable_change): Now static.Paul Eggert2015-11-131-1/+1
* Remove support for ':timeout' from w32 tray notificationsEli Zaretskii2015-11-131-15/+0
* * src/undo.c: Small fixes for previous changeJuanma Barranquero2015-11-131-2/+1
* Fix last changeEli Zaretskii2015-11-131-0/+2
* Another fix for MinGW64 and Cygwin builds due to notificationsEli Zaretskii2015-11-131-2/+4
* Remove intern calls and XXX comments from Fx_export_framesYAMAMOTO Mitsuharu2015-11-131-7/+10