summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix native code uneffective loads after recompilation" (bug#42944)Andrea Corallo2020-08-202-24/+15
* Fix native code uneffective loads after recompilationAndrea Corallo2020-08-192-15/+24
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-1931-275/+380
|\
| * Fix a segfault in daemon mode Emacs when detaching an X sessionDoug Gilmore2020-08-191-0/+7
| * Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-191-1/+1
| * Get rid of build-time checks around NS tabbar code (bug#33118)Alan Third2020-08-181-4/+1
| * Fix truncated command names in process-attributes under MacosRobert Pluim2020-08-181-1/+18
| * 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
* | | * Improve eln filename hashingAndrea Corallo2020-08-171-10/+52
* | | * Introduce `load-no-native'Andrea Corallo2020-08-171-1/+7
* | | Allow for native compiling .el.gz filesAndrea Corallo2020-08-171-1/+7
* | | Make install target functional for new eln-cache directory arrangementAndrea Corallo2020-08-174-14/+26
* | | Some Makefile updates and clean-upAndrea Corallo2020-08-171-4/+0
* | | Make comp-deferred-compilation a simple global and set it on by defaultAndrea Corallo2020-08-171-1/+7
* | | Move eln files into dedicated cache directoriesAndrea Corallo2020-08-173-151/+143
* | | * Remove a warning for conventional buildAndrea Corallo2020-08-151-1/+1
* | | * 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