aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix minor bugs in image.cPip Cet2020-08-181-24/+47
* Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo2020-08-183-5/+14
* Merge from origin/emacs-27Glenn Morris2020-08-182-2/+16
|\
| * Fix bug with ~/Emacs file not being read at initRobert Pluim2020-08-161-2/+2
| * Prevent from frozen frame after `C-z' in Lucid buildsTino Calancha2020-08-151-0/+14
* | Merge from origin/emacs-27Glenn Morris2020-08-184-10/+14
|\ \ | |/
| * ; spelling fixesPaul Eggert2020-08-133-4/+4
| * Fix startup working dir bug on NeXTSTEPPaul Eggert2020-08-131-6/+10
| * Fix face merging at EOL when inherited face specifies :extendEli Zaretskii2020-08-131-3/+17
| * Fix face extension past EOL in overlay stringsEli Zaretskii2020-08-133-4/+5
* | Fix glitch uncovered by gcc -fsanitize=undefinedPaul Eggert2020-08-171-19/+85
* | Fix assertion violation in pdumper.cEli Zaretskii2020-08-171-1/+1
* | Simplify format_time_stringPaul Eggert2020-08-161-18/+15
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsLars Ingebrigtsen2020-08-1622-171/+145
|\ \
| * | Fix recently-introduced Fdelete bugPaul Eggert2020-08-151-25/+4
| * | Minimize ‘equal’ calls in (delete x vector)Paul Eggert2020-08-151-9/+29
| * | Fdelete speed tweak for stringsPaul Eggert2020-08-151-2/+5
| * | Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-1510-111/+73
| * | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-1512-31/+26
| * | Don't wrap lines at NBSP when nobreak-char-display is tEli Zaretskii2020-08-151-2/+2
| * | Pacify Apple clang 11 __builtin_assumePaul Eggert2020-08-141-5/+6
| * | Fix bus error on Debian bullseyePaul Eggert2020-08-141-9/+23
* | | Implement list-system-processes on OpenBSDLars Ingebrigtsen2020-08-161-5/+11
|/ /
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-2/+1
* | Fix slow down when moving between monitors (bug#42834)Alan Third2020-08-131-13/+5
* | 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
* | 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