aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix double-free in pdumperPaul Eggert2019-04-211-3/+9
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+1
|\
| * ; * src/emacs.c: Fix typo in comment (Bug#35320).Noam Postavsky2019-04-191-1/+1
* | * src/ftcrfont.c (ftcrfont_shape): Fix last change.YAMAMOTO Mitsuharu2019-04-201-0/+2
* | Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-203-11/+137
* | Fix GC_CHECK_STRING_BYTES false alarm with pdumperPaul Eggert2019-04-191-1/+1
* | Fix another hash false alarmPaul Eggert2019-04-191-1/+1
* | ; * src/alloc.c (xrealloc): Fix typo.Philipp Stephani2019-04-201-1/+1
* | * src/emacs-module.c (value_storage_contains_p): Fix typo.Paul Eggert2019-04-191-1/+1
* | Remove some ineffective #ifdefs.Philipp Stephani2019-04-191-4/+0
* | ; * src/alloc.c (HAVE_MODULES): remove unused constantPhilipp Stephani2019-04-191-4/+0
* | Remove some #ifdefs for user pointers.Philipp Stephani2019-04-195-14/+0
* | Remove special-casing of tagged pointers.Philipp Stephani2019-04-191-11/+2
* | Refactoring: Reduce code duplicationPhilipp Stephani2019-04-191-30/+28
* | Fix Fload dangling pointerPaul Eggert2019-04-191-1/+4
* | Fix comment and tweak eval_subPaul Eggert2019-04-191-17/+10
* | Fix dump_map_file on unusual platformsPaul Eggert2019-04-191-1/+1
* | Minor lread.c tweaksPaul Eggert2019-04-191-8/+8
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-15/+9
* | Refactoring: simplify definition of some internal variables.Philipp Stephani2019-04-192-23/+17
* | Remove :stop key from make-process.Philipp Stephani2019-04-191-6/+11
* | Use eassume (false) for branch that's never taken.Philipp Stephani2019-04-191-1/+1
* | Fix compilation warning due to a recent changeEli Zaretskii2019-04-191-0/+2
* | * src/ftcrfont.c (ftcrfont_glyph_extents): Activate ft_size_draw.YAMAMOTO Mitsuharu2019-04-191-0/+1
* | * src/ftcrfont.c (ftcrfont_open): Avoid returning while blocking input.YAMAMOTO Mitsuharu2019-04-191-27/+25
* | Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-194-55/+64
* | ; * src/lisp.h (integer_to_intmax): Fix typo.Philipp Stephani2019-04-181-1/+1
* | * src/emacs-module.c: Add instructions how to change the module APIPhilipp Stephani2019-04-181-0/+48
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-1822-98/+70
* | * src/ftcrfont.c (ftcrfont_glyph_extents): Fix last change.YAMAMOTO Mitsuharu2019-04-181-3/+3
* | Merge from origin/emacs-26Glenn Morris2019-04-174-0/+6
|\ \ | |/
| * Fix the MSDOS build when running under CWSDPMIEli Zaretskii2019-04-154-0/+6
| * Backport: Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-142-3/+8
* | Use cairo_scaled_font_t object for text drawing and metrics calculationYAMAMOTO Mitsuharu2019-04-172-8/+25
* | Fix uninit var in widget.cPaul Eggert2019-04-151-11/+10
* | Remove Vparam_value_alistPaul Eggert2019-04-151-12/+2
* | Remove static var system_eol_typePaul Eggert2019-04-141-24/+14
* | Avoid compiler warnings on cairo buildYAMAMOTO Mitsuharu2019-04-152-1/+7
* | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-144-19/+23
* | Bump minimum GTK versions to 2.24 and 3.10Alexander Gramiak2019-04-144-174/+51
* | Replace executable’s fingerprint in placePaul Eggert2019-04-142-41/+18
* | Simplify gdk_monitor_get_model string duplicationAlexander Gramiak2019-04-142-4/+2
* | Fix segmentation fault with gdk_monitor_get_model (Bug#35259)Alexander Gramiak2019-04-132-2/+4
* | Minor cleanup in 'x_set_frame_alpha'Eli Zaretskii2019-04-131-4/+5
* | Improve documentation changes of a recent commitEli Zaretskii2019-04-131-10/+32
* | Add :array-type option to json-parse-stringDmitry Gutov2019-04-131-13/+65
* | Merge from origin/emacs-26Glenn Morris2019-04-122-3/+9
|\ \ | |/
| * Improve documentation of 'read-command'Eli Zaretskii2019-04-111-1/+2
| * Fix an outdated URL in a commentEli Zaretskii2019-04-111-2/+7
* | Bring back dmpstruct.hPaul Eggert2019-04-103-1/+138