summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-16Implement list-system-processes on OpenBSDLars Ingebrigtsen
2020-08-15Fix recently-introduced Fdelete bugPaul Eggert
2020-08-15* Remove a warning for conventional buildAndrea Corallo
2020-08-15Minimize ‘equal’ calls in (delete x vector)Paul Eggert
2020-08-15Fdelete speed tweak for stringsPaul Eggert
2020-08-15Prefer Fvector to make_uninit_vectorPaul Eggert
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert
2020-08-15Prevent from frozen frame after `C-z' in Lucid buildsTino Calancha
2020-08-15Don't wrap lines at NBSP when nobreak-char-display is tEli Zaretskii
2020-08-14Pacify Apple clang 11 __builtin_assumePaul Eggert
2020-08-14Fix bus error on Debian bullseyePaul Eggert
2020-08-14Remove many items obsolete since Emacs 23.1Stefan Kangas
2020-08-14* src/pdumper.c (dump_do_dump_relocation): Improve error messages.Andrea Corallo
2020-08-13; spelling fixesPaul Eggert
2020-08-13Fix startup working dir bug on NeXTSTEPPaul Eggert
2020-08-13Fix slow down when moving between monitors (bug#42834)Alan Third
2020-08-13Fix face merging at EOL when inherited face specifies :extendEli Zaretskii
2020-08-13Fix face extension past EOL in overlay stringsEli Zaretskii
2020-08-13* src/pdumper.c (dump_cold_native_subr): Clean-up *IMPLICIT_CONVERSION macros.Andrea Corallo
2020-08-13Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-08-12Fix monospace font calculations on macOSYAMAMOTO Mitsuharu
2020-08-12; Fix copyright years for recent additionsGlenn Morris
2020-08-12Add utility functions and new xwidget commandsSungbin Jo
2020-08-12Add utility functions and new xwidget commandsSungbin Jo
2020-08-12Add xwidget support for macOSSungbin Jo
2020-08-11Don’t warn about integer conversion in pdumper.cPaul Eggert
2020-08-11Unbreak build with --enable-checking=allPhilipp Stephani
2020-08-11Prefer make_nil_vector to make-vector with nilPaul Eggert
2020-08-11Fix MinGW build broken by recent pdumper changes.Eli Zaretskii
2020-08-11Fix face merging at EOL when inherited face specifies :extendEli Zaretskii
2020-08-11pdumper avoid listing hash table contentsPaul Eggert
2020-08-11pdumper speed tweeks for hash tablesPaul Eggert
2020-08-11In pdumper, simplify INT_MAX computationPaul Eggert
2020-08-11Don’t needlessly convert to ‘unsigned’ in pdumperPaul Eggert
2020-08-11* src/pdumper.c (pdumper_load): XSETVECTOR -> make_lisp_ptr.Paul Eggert
2020-08-11* src/fns.c (hash_table_rehash): Help the compiler a bit.Paul Eggert
2020-08-11Rehash hash tables eagerly after loading a dumpPip Cet
2020-08-09* src/json.c (lisp_to_json): Simplify.Philipp Stephani
2020-08-09Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-08-06Pacify gcc -Wunused-variablePaul Eggert
2020-08-04Don't smooth images when scaling up (bug#38394)Alan Third
2020-08-04Drop support for -fcheck-pointer-boundsPaul Eggert
2020-08-03Use void * for pointers in with_echo_area_bufferPaul Eggert
2020-08-03Ignore another memory leakPaul Eggert
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert
2020-08-03Simplify pointer computation in mark_maybe_objectPaul Eggert
2020-08-03Merge from origin/emacs-27Glenn Morris
2020-08-03Fix last change in 'try_window'Eli Zaretskii
2020-08-03Fix problem where TLS connections would sometimes hangDerek Zhou
2020-08-02Avoid segfaults if XIM is set but not xim_stylesGrégory Mounié