aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Introduce `load-no-native'Andrea Corallo2020-08-161-1/+7
* Allow for native compiling .el.gz filesAndrea Corallo2020-08-161-1/+7
* Make install target functional for new eln-cache directory arrangementAndrea Corallo2020-08-164-14/+26
* Some Makefile updates and clean-upAndrea Corallo2020-08-151-4/+0
* Make comp-deferred-compilation a simple global and set it on by defaultAndrea Corallo2020-08-151-1/+7
* Move eln files into dedicated cache directoriesAndrea Corallo2020-08-153-151/+143
* * src/pdumper.c (dump_do_dump_relocation): Improve error messages.Andrea Corallo2020-08-141-2/+3
* * src/pdumper.c (dump_cold_native_subr): Clean-up *IMPLICIT_CONVERSION macros.Andrea Corallo2020-08-131-4/+0
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-1318-296/+1242
|\
| * Fix monospace font calculations on macOSYAMAMOTO Mitsuharu2020-08-121-11/+77
| * ; Fix copyright years for recent additionsGlenn Morris2020-08-122-2/+2
| * Add utility functions and new xwidget commandsSungbin Jo2020-08-123-0/+37
| * Add utility functions and new xwidget commandsSungbin Jo2020-08-123-0/+87
| * Add xwidget support for macOSSungbin Jo2020-08-127-20/+862
| * Don’t warn about integer conversion in pdumper.cPaul Eggert2020-08-111-36/+3
| * Unbreak build with --enable-checking=allPhilipp Stephani2020-08-111-1/+1
| * Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-113-3/+6
| * Fix MinGW build broken by recent pdumper changes.Eli Zaretskii2020-08-111-2/+2
| * Fix face merging at EOL when inherited face specifies :extendEli Zaretskii2020-08-111-3/+17
| * pdumper avoid listing hash table contentsPaul Eggert2020-08-111-11/+14
| * pdumper speed tweeks for hash tablesPaul Eggert2020-08-111-12/+10
| * In pdumper, simplify INT_MAX computationPaul Eggert2020-08-111-5/+4
| * Don’t needlessly convert to ‘unsigned’ in pdumperPaul Eggert2020-08-111-27/+31
| * * src/pdumper.c (pdumper_load): XSETVECTOR -> make_lisp_ptr.Paul Eggert2020-08-111-3/+5
| * * src/fns.c (hash_table_rehash): Help the compiler a bit.Paul Eggert2020-08-111-4/+6
| * Rehash hash tables eagerly after loading a dumpPip Cet2020-08-118-185/+109
| * * src/json.c (lisp_to_json): Simplify.Philipp Stephani2020-08-091-3/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-0924-318/+179
|\ \ | |/
| * Pacify gcc -Wunused-variablePaul Eggert2020-08-061-18/+15
| * Don't smooth images when scaling up (bug#38394)Alan Third2020-08-044-3/+44
| * Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-0411-168/+26
| * Use void * for pointers in with_echo_area_bufferPaul Eggert2020-08-031-24/+21
| * Ignore another memory leakPaul Eggert2020-08-031-3/+3
| * Simplify use of __lsan_ignore_objectPaul Eggert2020-08-036-32/+11
| * Simplify pointer computation in mark_maybe_objectPaul Eggert2020-08-031-17/+7
| * Merge from origin/emacs-27Glenn Morris2020-08-031-1/+1
| |\
| | * Avoid segfaults if XIM is set but not xim_stylesGrégory Mounié2020-08-021-1/+1
| | * Backport: Make checking for liveness of global values more precise.Philipp Stephani2020-07-311-5/+8
| | * Backport: Fix subtle bug when checking liveness of module values.Philipp Stephani2020-07-311-3/+24
| | * Backport: Fix memory leak for global module objects (Bug#42482).Philipp Stephani2020-07-311-28/+54
| * | Fix last change in 'try_window'Eli Zaretskii2020-08-031-3/+2
| * | Fix problem where TLS connections would sometimes hangDerek Zhou2020-08-031-51/+46
| * | Re-enable scroll-margin when cursor-motion optimization is disabledEli Zaretskii2020-08-021-4/+6
| * | * src/alloc.c (mark_maybe_object): Avoid signed integer overflowPhilipp Stephani2020-08-021-1/+2
| * | Fix last change in alloc.c.Eli Zaretskii2020-08-021-0/+2
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-0216-51/+123
|\ \ \ | |/ /
| * | * src/alloc.c (mark_memory): Avoid signed integer overflowPhilipp Stephani2020-08-021-1/+1
| * | * src/alloc.c (mark_maybe_object): Make overflow check conditional.Philipp Stephani2020-08-011-0/+6
| * | Improve offset calculation in wide int buildsPhilipp Stephani2020-08-011-2/+4
| * | * src/alloc.c (resize_string_data): Adjust string bytes (Bug#42540)Philipp Stephani2020-08-011-0/+3