aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | * Fix build for stock configurationAndrea Corallo2020-03-041-3/+4
* | | Hash eln ABI once and add it to the output compilation pathAndreaCorallo2020-03-031-1/+2
* | | Introduce 'effective_load_path'AndreaCorallo2020-02-291-1/+23
* | | * Keep comp-subr-list into pure spaceAndreaCorallo2020-02-291-1/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-03-011-18/+5
|\ \ \ | |/ /
| * | Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas2020-03-011-18/+5
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-211-0/+18
|\ \ \ | |/ /
| * | Improve C-h C-h bug fixPaul Eggert2020-02-161-4/+7
| * | * src/lread.c (read1): Fix int/Lisp_Object mix up.Glenn Morris2020-02-161-1/+1
| * | Fix C-h C-h bug due to mutating a hash keyPaul Eggert2020-02-151-0/+15
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-141-89/+13
|\ \ \ | |/ /
| * | * src/lread.c: Remove old-style backquotes supportStefan Monnier2020-02-141-89/+13
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-041-3/+3
|\ \ \ | |/ /
| * | Revert the --with-install-srcdir patchPaul Eggert2020-01-271-9/+1
| * | Install C source code for C-h f etc.Paul Eggert2020-01-241-1/+9
| * | Work better if stat etc. are interruptedPaul Eggert2020-01-201-2/+2
| * | Merge from origin/emacs-27Glenn Morris2020-01-171-1/+1
| |\ \ | | |/
| | * ; * src/lread.c (force_new_style_backquotes): Fix reference.Simen Heggestøyl2020-01-171-1/+1
* | | make standard emacs compilable againAndrea Corallo2020-01-011-2/+3
* | | mitigate ifdef proliferationAndrea Corallo2020-01-011-17/+15
* | | some style fixesAndrea Corallo2020-01-011-1/+1
* | | reworking relocation mechanism to use one single tableAndrea Corallo2020-01-011-0/+3
* | | let intern_c_string works creating with non-pure stringsAndrea Corallo2020-01-011-4/+8
* | | revert unnecessary modificationsAndrea Corallo2020-01-011-7/+4
* | | rename HAVE_LIBGCCJIT -> HAVE_NATIVE_COMPAndrea Corallo2020-01-011-3/+3
* | | better messaging when load native elispAndrea Corallo2020-01-011-0/+2
* | | move away from modulesAndrea Corallo2020-01-011-14/+31
* | | fix intern_c_string_1Andrea Corallo2020-01-011-1/+1
* | | Add native compiler comp.cAndrea Corallo2020-01-011-4/+7
|/ /
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani2019-12-251-1/+16
|/
* * src/lread.c (syms_of_lread): Doc fix.Juanma Barranquero2019-11-301-2/+2
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-281-7/+0
* Clarify message about newer source fileLars Ingebrigtsen2019-10-141-1/+1
* Feval_buffer doc string lexical-binding clarificationLars Ingebrigtsen2019-10-071-0/+6
* Remove support for destructive splicing in elispStefan Kangas2019-09-261-3/+0
* Revert too-picky file-access testsPaul Eggert2019-09-211-11/+3
* Omit some overenthusiastic file-truename callsPaul Eggert2019-09-181-8/+3
* Fix loading .elc files on MS-WindowsEli Zaretskii2019-09-181-3/+4
* Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-181-1/+1
* Improve reporting of I/O, access errorsPaul Eggert2019-09-171-5/+16
* Give a better error message when reading invalid "\unicode" escapes.Lars Ingebrigtsen2019-08-231-1/+2
* Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-211-34/+34
* Mention what effect nil has as the prompt for read-event/char/etcLars Ingebrigtsen2019-08-151-0/+12
* Fix Fload infile problemPaul Eggert2019-07-311-9/+8
* * src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier2019-07-311-1/+0
* * src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier2019-07-311-6/+11
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-2/+1
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-091-0/+11