aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashes in read_integerEli Zaretskii2019-05-051-3/+2
* Avoid suppressing -Wcast-function-type warning.Philipp Stephani2019-05-052-6/+1
* Refactoring: Factor out a function to set an mpz_t from a Lisp int.Philipp Stephani2019-05-042-4/+13
* Avoid undefined behavior when printing function pointers.Philipp Stephani2019-05-041-11/+18
* Fix bytecode optimization typoPaul Eggert2019-05-041-1/+1
* Minor fix in .gdbinitEli Zaretskii2019-05-041-2/+4
* ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)Eli Zaretskii2019-05-041-1/+2
* ; * src/xfaces.c (merge_face_ref): Improve commentary.Eli Zaretskii2019-05-041-8/+10
* Pacify librsvg 2.45.1 and laterPaul Eggert2019-05-031-3/+18
* Simplify xd_signature to pacify GCC 9Paul Eggert2019-05-031-5/+3
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-026-243/+118
* Fix decode-time/encode-time roundtrip on macOSPaul Eggert2019-04-301-2/+3
* Disable __attribute__ ((cold)) on MinGWPaul Eggert2019-04-291-2/+4
* Merge from origin/emacs-26Glenn Morris2019-04-292-2/+4
|\
| * * src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.YAMAMOTO Mitsuharu2019-04-291-1/+1
| * Check if mouse_face_overlay was deleted (Bug#35273)Noam Postavsky2019-04-281-1/+3
| * Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)Noam Postavsky2019-04-211-3/+4
* | Replace ‘/* FALLTHROUGH! */’ with ‘break;’Paul Eggert2019-04-291-12/+11
* | Avoid compilation warnings in w32.cEli Zaretskii2019-04-291-2/+2
* | Update from GMPPaul Eggert2019-04-282-227/+334
* | Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani2019-04-281-0/+2
* | * src/emacs-module.c (funcall_module): Add a nontrivial assertionPhilipp Stephani2019-04-281-0/+5
* | Fix names of functions in last commitEli Zaretskii2019-04-284-24/+30
* | Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-284-64/+42
* | Fix -nw sessions on MS-Windows broken by a recent commitEli Zaretskii2019-04-271-0/+2
* | Fix MS-Windows build broken by a recent commitEli Zaretskii2019-04-271-1/+1
* | Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-272-3/+3
* | Update multicolor font support statusYAMAMOTO Mitsuharu2019-04-271-3/+3
* | * src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak2019-04-261-1/+1
* | * src/xdisp.c: Only check FRAME_RIF for graphical framesAlexander Gramiak2019-04-261-3/+6
* | Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-267-50/+50
* | Check for existence of terminal hooks before useAlexander Gramiak2019-04-263-22/+33
* | Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-265-19/+35
* | Add terminal hook defined_color_hookAlexander Gramiak2019-04-2612-67/+89
* | Rename generic x_* identifiersAlexander Gramiak2019-04-2632-1805/+2040
* | Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-266-50/+53
* | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-2610-118/+117
* | Avoid assertion violations in calculating line-number widthEli Zaretskii2019-04-261-2/+5
* | Avoid compiler warning in dynlib.cEli Zaretskii2019-04-261-1/+2
* | Minor tweaks to recent UBSan-related fixPaul Eggert2019-04-251-14/+6
* | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-258-48/+61
* | Make sure that ‘sdata’ objects in ‘sblock’ objects are aligned.Philipp Stephani2019-04-251-2/+10
* | Unbreak build when building without GMP support.Philipp Stephani2019-04-242-3/+6
* | Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-244-29/+45
* | Simplify thread initialization and GCPaul Eggert2019-04-245-74/+34
* | Fix posn-at-point with line-number display and display propertiesEli Zaretskii2019-04-241-0/+6
* | Fix a typo in a recent commitEli Zaretskii2019-04-241-1/+1
* | Fix return type of make_time.Philipp Stephani2019-04-243-2/+10
* | Add module functions to convert from and to big integers.Philipp Stephani2019-04-244-0/+46
* | Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-243-0/+24