summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \ | |/