summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use unlocked stdio more systematicallyPaul Eggert2017-06-2214-100/+130
* Fix make_hash_table calls in lread.cMartin Rudalics2017-06-221-4/+4
* Merge several Lisp reader speedups.Ken Raeburn2017-06-212-48/+187
|\
| * Create less garbage to collect while reading symbols.Ken Raeburn2017-06-211-18/+44
| * Replace read_objects assoc list with two hash tables.Ken Raeburn2017-06-211-18/+107
| * Use getc_unlocked.Ken Raeburn2017-06-212-9/+17
| * Reduce lread substitutions.Stefan Monnier2017-06-211-4/+13
| * Short-circuit substitutions for some simple types.Ken Raeburn2017-06-211-0/+7
* | Limit style_format to MAX_ALLOCAPaul Eggert2017-06-211-0/+1
* | Limit bidi_find_bracket_pairs to MAX_ALLOCAPaul Eggert2017-06-211-7/+7
* | Limit insert-file-contents to MAX_ALLOCAPaul Eggert2017-06-211-5/+1
* | Remove malloc_find_address relicPaul Eggert2017-06-211-11/+1
* | Fix temacs hybrid_malloc core dumpPaul Eggert2017-06-211-30/+41
* | * 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