aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Fix drain_reloc_list alignment bugPaul Eggert2019-04-211-2/+3
* | | | Port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-04-211-1/+2
* | | | Port to recent gcc -fsanitize=undefinedPaul Eggert2019-04-212-26/+4
* | | | 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