aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (syms_of_lread) <load-history>: Doc fix.Glenn Morris2017-06-201-5/+6
* Fix crash when built by GNU Gold linker on x86Paul Eggert2017-06-204-5/+24
* Fix emacs-module.h cleaningPaul Eggert2017-06-181-2/+2
* emacs-module.h: Create emacs_env_26Philipp Stephani2017-06-173-102/+109
* Improve documentation of replace-buffer-contentsEli Zaretskii2017-06-171-1/+3
* ; * src/emacs-module.c (funcall_module): Add another FIXMEPhilipp Stephani2017-06-171-0/+3
* Remove unnecessary point motionPhilipp Stephani2017-06-171-1/+0
* Add command to replace buffer contentsPhilipp Stephani2017-06-172-0/+210
* Pacify clang without munging C sourcePaul Eggert2017-06-151-2/+2
* Don’t worry about __STDC_VERSION__ in emacs-modulePaul Eggert2017-06-151-5/+0
* Port cleanup check to Oracle Studio 12.5Paul Eggert2017-06-142-1/+8
* Avoid compiler warning in image.c on MS-WindowsEli Zaretskii2017-06-141-0/+10
* Remove some tautological comparisons involving rlim_tPhilipp Stephani2017-06-141-2/+2
* Define --module-assertions only of modules are availablePhilipp Stephani2017-06-141-0/+6
* Port cleanup attribute to Oracle Studio 12.5Paul Eggert2017-06-132-4/+2
* Fix version checks for emacs-module.hPhilipp Stephani2017-06-131-4/+7
* Small portability fix for emacs-module.h (bug#27346)Glenn Morris2017-06-121-2/+5
* Add no-focus-on-map to NS build (bug#25408)Alan Third2017-06-123-6/+33
* _Noreturn not noreturnPaul Eggert2017-06-121-10/+14
* Avoid compilation warnings with pre-C99 libcEli Zaretskii2017-06-121-4/+5
* Flush all output streams before abortingPhilipp Stephani2017-06-121-1/+1
* Remove an assertion that doesn't test Emacs invariantsPhilipp Stephani2017-06-121-2/+0
* Implement module assertions for usersPhilipp Stephani2017-06-123-63/+283
* emacs-module: Use __attribute__((nonnull))Philipp Stephani2017-06-121-31/+67
* Explicitly require C11 or C++11 in emacs-module.hPhilipp Stephani2017-06-121-1/+6
* Remove Lisp_Misc_FloatPaul Eggert2017-06-112-5/+0
* Make two symbols private to emacs-module.cPaul Eggert2017-06-112-13/+10
* Support threads in modulesPhilipp Stephani2017-06-111-13/+16
* Allow non-local exits in module initializersPhilipp Stephani2017-06-111-11/+23
* Don't wait for toolbar in NS native fullscreenAlan Third2017-06-101-1/+4
* ; Spelling fixesPaul Eggert2017-06-101-1/+1
* Fix the placement of GTK menus on multi-monitor systemsAlexander Gramiak2017-06-101-7/+39
* Fix another compiler warning on macOSPhilipp Stephani2017-06-091-3/+2
* Add garbage collection support for module environmentsPhilipp Stephani2017-06-093-0/+19
* ; ChangeLog fixesGlenn Morris2017-06-051-1/+1
* Fix undefined behavior in mapbacktracePhilipp Stephani2017-06-051-1/+5
* Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-052-28/+33
* Use unwind protection to clean up data structures in modulesPhilipp Stephani2017-06-051-19/+26
* Inline module_has_cleanupPhilipp Stephani2017-06-051-7/+1
* Omit space that broke ‘make check’Paul Eggert2017-06-051-1/+1
* Remove easserts etc. from emacs-module.cPaul Eggert2017-06-041-16/+0
* Remove unnecessary checking in emacs-module.cPaul Eggert2017-06-041-6/+3
* SCHARS and STRING_BYTES are nonnegativePaul Eggert2017-06-041-4/+8
* Remove an unused error symbolPhilipp Stephani2017-06-041-5/+0
* Support quitting in modulesPhilipp Stephani2017-06-043-1/+22
* Use more specific errors for module load failurePhilipp Stephani2017-06-041-4/+32
* Remove an unneeded assertionPhilipp Stephani2017-06-041-2/+0
* Guard against signed integer overflowsPhilipp Stephani2017-06-041-1/+7
* Add a couple more assertions to the module codePhilipp Stephani2017-06-041-0/+16
* ; Grammar fixPhilipp Stephani2017-06-041-1/+1