summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-08Implement typed D-Bus properties (Bug#43252)Michael Albinus
2020-09-08* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap.Andrea Corallo
2020-09-08* Name temp eln files as .eln.tmp so we can't clean-up them mistakenly.Andrea Corallo
2020-09-06More work on D-Bus error messagesMichael Albinus
2020-09-06* src/data.c (subr-native-lambda-list): Defined it unconditionally (bug#43255)Andrea Corallo
2020-09-06* src/comp.c (Fcomp__compile_ctxt_to_file): Rename a variable.Andrea Corallo
2020-09-06* src/comp.c (Fnative_elisp_load): Make recompilation always effective.Andrea Corallo
2020-09-06Rework eln deletion strategy for new eln-cache folder structureAndrea Corallo
2020-09-06Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-05Reinstall recent GC-related changesPaul Eggert
2020-09-04Rename and move eln system directoryAndrea Corallo
2020-09-04Extend dbus.el by error messages, and :write access typeMichael Albinus
2020-09-03* src/image.c (svg_load_image): Use xmalloc and xfree. (bug#43135)Alan Third
2020-09-03Revert recent GC-related changes (Bug#43152)Paul Eggert
2020-09-03Fix 'expand-file-name' for remote filesEli Zaretskii
2020-09-03Fix vertical cursor motion when 'visual-line-mode' is in effectEli Zaretskii
2020-09-01* Fix `load-filename' for installed instance (bug#43089)Andrea Corallo
2020-09-01Rework native compiled lisp/d lambda list accessorAndrea Corallo
2020-08-31* src/lread.c (Fload): Fix for manual eln load.Andrea Corallo
2020-08-31Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo
2020-08-31* src/alloc.c (live_symbol_holding): Pacify gcc -Wlogical-op.Paul Eggert
2020-08-31* src/lisp.h (lisp_h_XPL, XPL): Remove; unused.Paul Eggert
2020-08-31Use mark_objects elsewhere tooPaul Eggert
2020-08-31Remove mark_maybe_objectPaul Eggert
2020-08-31Avoid some false matches in mark_maybe_pointerPaul Eggert
2020-08-31Omit no-longer-needed stack mark_maybe_objectPaul Eggert
2020-08-31Fix GC bug with Lisp floats and --with-wide-intPaul Eggert
2020-08-29Have .elc files in `load-history' when loading native code (bug#43089)Andrea Corallo
2020-08-29* Back using `load-file-name' when reading '#$' (bug#42961)Andrea Corallo
2020-08-29* src/lread.c (Fload): Bind load-file-name to the .elc filename.Andrea Corallo
2020-08-29Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-08-28Revert recent expand-file-name changes if DOS_NTPaul Eggert
2020-08-28* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.Paul Eggert
2020-08-27Fix recently-introduced expand-file-name bugPaul Eggert
2020-08-26Fix expand-file-name symlink-to-dir bugPaul Eggert
2020-08-26Merge branch 'add_driver_option' into HEADAndrea Corallo
2020-08-26* Init gcc_jit_context_add_driver_option as optionalAndrea Corallo
2020-08-26* Rename comp-native-driver-options-available-pAndrea Corallo
2020-08-26* src/comp.c (add_driver_options): Fix missing condition + clean-up pragmaAndrea Corallo
2020-08-26* Add 'comp-native-driver-options-available-p'Andreas Fuchs
2020-08-26* Improve 'add_driver_options'Andrea Corallo
2020-08-26Fix windows NT handling for [...]_add_driver_optionsAndreas Fuchs
2020-08-26regex-emacs: copy less when reallocatingPaul Eggert
2020-08-26regex-emacs: fix leak on memory allocation failurePaul Eggert
2020-08-26regex-emacs: subscript-check register numbersPaul Eggert
2020-08-26regex-emacs: omit regstart tests and regend setPaul Eggert
2020-08-26regex-emacs omit allocation of 3 slotsPaul Eggert
2020-08-26regex-emacs omit POS runtime checkPaul Eggert
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert
2020-08-25Fix replace-region-contents performance bugPaul Eggert