aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix double regexp_quotescratch/native-comp-macos-43532Andrea Corallo2020-09-221-1/+1
* * Fix MacOS Emacs.app installation (bug#43532)Andrea Corallo2020-09-221-9/+22
* * Better error handling after calling 'gcc_jit_context_compile_to_file'Andrea Corallo2020-09-151-0/+7
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-134-11/+18
|\
| * Doc string clarification in file-directory-pLars Ingebrigtsen2020-09-131-0/+5
| * Fix toggle-frame-fullscreen on w32 buildsMartin Rudalics2020-09-121-3/+3
| * Avoid unneeded recentering when header-line is usedEli Zaretskii2020-09-121-4/+5
| * Implement D-Bus properties with compound type.Michael Albinus2020-09-101-4/+5
* | * src/comp.c (emit_static_object): Make use of ARRAYELTS.Andrea Corallo2020-09-111-1/+1
* | * Make use of new 'gcc_jit_global_set_initializer' entry pointAndrea Corallo2020-09-111-3/+42
* | * Guard against trying to rename files into eln sys directoryAndrea Corallo2020-09-101-0/+13
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-103-24/+26
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2020-09-091-10/+14
| |\
| | * Avoid crashes when trying to load bad GIF filesEli Zaretskii2020-09-081-10/+14
| | * Fix replace-region-contents performance bugPaul Eggert2020-08-251-16/+15
| * | Fix crash from clicking on menu bar (bug#34762, bug#26982)Win Treese2020-09-081-6/+0
| * | Implement typed D-Bus properties (Bug#43252)Michael Albinus2020-09-081-8/+8
| * | More work on D-Bus error messagesMichael Albinus2020-09-061-4/+8
* | | * Fix rename file error when reloading the same file from an sys eln dir.Andrea Corallo2020-09-101-6/+13
* | | Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at b...Andrea Corallo2020-09-101-4/+1
* | | * src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap.Andrea Corallo2020-09-081-1/+4
* | | * Name temp eln files as .eln.tmp so we can't clean-up them mistakenly.Andrea Corallo2020-09-081-3/+1
* | | * src/data.c (subr-native-lambda-list): Defined it unconditionally (bug#43255)Andrea Corallo2020-09-061-2/+2
* | | * src/comp.c (Fcomp__compile_ctxt_to_file): Rename a variable.Andrea Corallo2020-09-061-2/+2
* | | * src/comp.c (Fnative_elisp_load): Make recompilation always effective.Andrea Corallo2020-09-061-8/+23
* | | Rework eln deletion strategy for new eln-cache folder structureAndrea Corallo2020-09-065-251/+31
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-069-218/+178
|\ \ \ | |/ /
| * | Reinstall recent GC-related changesPaul Eggert2020-09-055-144/+129
| * | Extend dbus.el by error messages, and :write access typeMichael Albinus2020-09-041-3/+15
| * | * src/image.c (svg_load_image): Use xmalloc and xfree. (bug#43135)Alan Third2020-09-031-3/+3
| * | Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-035-129/+144
| * | Fix 'expand-file-name' for remote filesEli Zaretskii2020-09-031-56/+30
| * | Fix vertical cursor motion when 'visual-line-mode' is in effectEli Zaretskii2020-09-031-1/+1
| * | * src/alloc.c (live_symbol_holding): Pacify gcc -Wlogical-op.Paul Eggert2020-08-311-2/+2
| * | * src/lisp.h (lisp_h_XPL, XPL): Remove; unused.Paul Eggert2020-08-311-11/+0
| * | Use mark_objects elsewhere tooPaul Eggert2020-08-314-19/+8
| * | Remove mark_maybe_objectPaul Eggert2020-08-313-94/+20
| * | Avoid some false matches in mark_maybe_pointerPaul Eggert2020-08-311-14/+70
| * | Omit no-longer-needed stack mark_maybe_objectPaul Eggert2020-08-311-5/+0
| * | Fix GC bug with Lisp floats and --with-wide-intPaul Eggert2020-08-311-12/+31
* | | Rename and move eln system directoryAndrea Corallo2020-09-041-18/+16
* | | * Fix `load-filename' for installed instance (bug#43089)Andrea Corallo2020-09-011-40/+22
* | | Rework native compiled lisp/d lambda list accessorAndrea Corallo2020-09-011-13/+3
* | | * src/lread.c (Fload): Fix for manual eln load.Andrea Corallo2020-08-311-3/+9
* | | Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo2020-08-311-2/+27
* | | Have .elc files in `load-history' when loading native code (bug#43089)Andrea Corallo2020-08-291-9/+15
* | | * Back using `load-file-name' when reading '#$' (bug#42961)Andrea Corallo2020-08-291-5/+7
* | | * src/lread.c (Fload): Bind load-file-name to the .elc filename.Andrea Corallo2020-08-291-2/+4
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-2917-359/+383
|\ \ \ | |/ /
| * | Revert recent expand-file-name changes if DOS_NTPaul Eggert2020-08-281-9/+57