aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix $(MAKE) -C for out-of-tree bootstrapsPaul Eggert2019-04-101-2/+2
* | Merge from origin/emacs-26Glenn Morris2019-04-103-4/+10
|\ \ | |/
| * * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-081-2/+3
| * Improve documentation of set-window-startEli Zaretskii2019-04-061-1/+6
| * ; * src/fontset.c (set-fontset-font): Use uppercase arg in docstringAlexander Gramiak2019-04-041-1/+1
* | Remove the need for temacs.inPaul Eggert2019-04-092-58/+20
* | Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-094-64/+41
* | Remove dmpstruct.hPaul Eggert2019-04-093-143/+1
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-0822-78/+76