aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
| * * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.Paul Eggert2020-08-281-1/+0
| * Fix recently-introduced expand-file-name bugPaul Eggert2020-08-271-25/+13
| * Fix expand-file-name symlink-to-dir bugPaul Eggert2020-08-261-15/+22
| * regex-emacs: copy less when reallocatingPaul Eggert2020-08-261-1/+1
| * regex-emacs: fix leak on memory allocation failurePaul Eggert2020-08-261-1/+5
| * regex-emacs: subscript-check register numbersPaul Eggert2020-08-261-1/+6
| * regex-emacs: omit regstart tests and regend setPaul Eggert2020-08-261-3/+9
| * regex-emacs omit allocation of 3 slotsPaul Eggert2020-08-261-13/+13
| * regex-emacs omit POS runtime checkPaul Eggert2020-08-261-8/+4
| * Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-255-20/+20
| * Merge from origin/emacs-27Michael Albinus2020-08-251-3/+3
| |\
| | * ; * src/character.c (str_as_multibyte): Fix the commentary.Eli Zaretskii2020-08-211-3/+3
| * | Make shadowing warning in describe_map less confusingLars Ingebrigtsen2020-08-251-1/+1
| * | replace-buffer-contents cleanupsPaul Eggert2020-08-241-44/+46
| * | Fix replace-region-contents performance bugPaul Eggert2020-08-241-16/+15
| * | Have gnutls_symmetric cache the results from Fgnutls_ciphersLars Ingebrigtsen2020-08-241-1/+8
| * | Simplify by using Gnulib sigdescr_np modulePaul Eggert2020-08-231-159/+2
| * | Fix more compilation warnings in xdisp.cEli Zaretskii2020-08-231-2/+4
| * | Fix a compilation warning in xdisp.cEli Zaretskii2020-08-231-2/+2
| * | Improve handling of coding-system mnemonic indicatorsEli Zaretskii2020-08-232-5/+17
| * | Always make a multibyte string for the frame title (bug#42904)Mattias EngdegÄrd2020-08-231-3/+9
| * | Fix image display on w32 as followup to recent changesEli Zaretskii2020-08-231-11/+6
| * | Silence compiler warning (bug#40845)Alan Third2020-08-231-1/+1
| * | Set basic SVG attributes (bug#40845)Alan Third2020-08-235-57/+162
* | | Merge branch 'add_driver_option' into HEADAndrea Corallo2020-08-261-0/+50
|\ \ \
| * | | * Init gcc_jit_context_add_driver_option as optionalAndrea Corallo2020-08-261-1/+1
| * | | * Rename comp-native-driver-options-available-pAndrea Corallo2020-08-261-5/+7
| * | | * src/comp.c (add_driver_options): Fix missing condition + clean-up pragmaAndrea Corallo2020-08-261-5/+4
| * | | * Add 'comp-native-driver-options-available-p'Andreas Fuchs2020-08-261-0/+18
| * | | * Improve 'add_driver_options'Andrea Corallo2020-08-261-18/+10
| * | | Fix windows NT handling for [...]_add_driver_optionsAndreas Fuchs2020-08-261-8/+19
| * | | Pass driver options to libgccjit where supportedAndreas Fuchs2020-08-191-0/+28
* | | | Rework eln hash filename strategyAndrea Corallo2020-08-232-19/+155
* | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-2313-123/+308
|\ \ \ \ | | |/ / | |/| |
| * | | Improve word wrapping for CJK charactersYuan Fu2020-08-231-38/+151
| * | | Fix NS build failureAlan Third2020-08-221-1/+1
| * | | Extend NSString further and use the new methodsAlan Third2020-08-223-54/+50
| * | | Fread_variable doc string clarificationLars Ingebrigtsen2020-08-211-1/+1
| * | | Mention `exec-path' in some process related doc stringsLars Ingebrigtsen2020-08-212-1/+10
| * | | Clarify docs about line movementNoam Postavsky2020-08-211-1/+2
| * | | Fix lock failures in xg_selectPip Cet2020-08-213-14/+38