aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | * 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
* | | | Revert "Remove font.c code commented out for a decade"Eli Zaretskii2019-04-241-0/+465
* | | | Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-245-30/+38
* | | | * src/emacs-module.c: Add an additional requirement for API changes.Philipp Stephani2019-04-231-0/+3
* | | | Remove some unnecessary #ifdef directivesPaul Eggert2019-04-233-11/+0
* | | | Remove font.c code commented out for a decadePaul Eggert2019-04-231-465/+0
* | | | Use three-argument form for out-of-range errors.Philipp Stephani2019-04-231-1/+4
* | | | Use high-level integer conversion macro in a few cases.Philipp Stephani2019-04-231-2/+2
* | | | * src/json.c (json_make_string): Add missing cast.Philipp Stephani2019-04-231-1/+1
* | | | Speed up JSON parsingEli Zaretskii2019-04-231-3/+17
* | | | Revert Vinternal_interpreter_environment tweakPaul Eggert2019-04-221-2/+2
* | | | Tweak Vinternal_interpreter_environment lookupPaul Eggert2019-04-221-8/+10
* | | | Improve wur coverage on older GCCsPaul Eggert2019-04-222-6/+3
* | | | Go back to old way of checking json int rangePaul Eggert2019-04-222-28/+8
* | | | * src/lisp.h (INTEGER_TO_INT): Fix bug.Philipp Stephani2019-04-221-1/+1
* | | | Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani2019-04-222-8/+28
* | | | Module API: Don’t require null-terminated strings in make_string.Philipp Stephani2019-04-221-4/+9
* | | | Use utf-8-unix for coding system conversions in the module API.Philipp Stephani2019-04-221-5/+17
* | | | Refactoring: Inline a few macros.Philipp Stephani2019-04-221-22/+19
* | | | Remove --enable-checking=xmallocoverrunPaul Eggert2019-04-211-168/+1
* | | | Remove --enablechecking=conslist configure optionPaul Eggert2019-04-213-36/+0
* | | | Simplify XPNTRPaul Eggert2019-04-211-29/+3