aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-02Fix bug in recent byte-code checking hoistPaul Eggert1-10/+11
2020-05-27Fix crash with invalid bytecode vectorsPaul Eggert1-0/+4
2020-05-19Hoist some byte-code checking out of evalPaul Eggert1-5/+21
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec1-1/+1
2020-04-17Prefer more inline functions in character.hPaul Eggert1-16/+17
2020-04-12Fix a bootstrap issue with unescaped character literal detection.Philipp Stephani1-1/+7
2020-03-01Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas1-18/+5
2020-02-16Improve C-h C-h bug fixPaul Eggert1-4/+7
2020-02-16* src/lread.c (read1): Fix int/Lisp_Object mix up.Glenn Morris1-1/+1
2020-02-15Fix C-h C-h bug due to mutating a hash keyPaul Eggert1-0/+15
2020-02-14* src/lread.c: Remove old-style backquotes supportStefan Monnier1-89/+13
2020-01-27Revert the --with-install-srcdir patchPaul Eggert1-9/+1
2020-01-24Install C source code for C-h f etc.Paul Eggert1-1/+9
2020-01-20Work better if stat etc. are interruptedPaul Eggert1-2/+2
2020-01-17; * src/lread.c (force_new_style_backquotes): Fix reference.Simen Heggestøyl1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-25Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani1-1/+16
2019-11-30* src/lread.c (syms_of_lread): Doc fix.Juanma Barranquero1-2/+2
2019-11-28Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky1-7/+0
2019-10-14Clarify message about newer source fileLars Ingebrigtsen1-1/+1
2019-10-07Feval_buffer doc string lexical-binding clarificationLars Ingebrigtsen1-0/+6
2019-09-26Remove support for destructive splicing in elispStefan Kangas1-3/+0
2019-09-21Revert too-picky file-access testsPaul Eggert1-11/+3
2019-09-18Omit some overenthusiastic file-truename callsPaul Eggert1-8/+3
2019-09-18Fix loading .elc files on MS-WindowsEli Zaretskii1-3/+4
2019-09-18Out-of-datedness .elc check is merely a file testPaul Eggert1-1/+1
2019-09-17Improve reporting of I/O, access errorsPaul Eggert1-5/+16
2019-08-23Give a better error message when reading invalid "\unicode" escapes.Lars Ingebrigtsen1-1/+2
2019-08-21Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert1-34/+34
2019-08-15Mention what effect nil has as the prompt for read-event/char/etcLars Ingebrigtsen1-0/+12
2019-07-31Fix Fload infile problemPaul Eggert1-9/+8
2019-07-31* src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier1-1/+0
2019-07-31* src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier1-6/+11
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert1-2/+1
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert1-0/+11
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-4/+3
2019-07-06; * src/lread.c (Fread): Make the comment wording more accurate.Eli Zaretskii1-1/+4
2019-05-15Tune reading of radix integersPaul Eggert1-74/+73
2019-05-05Avoid crashes in read_integerEli Zaretskii1-3/+2
2019-04-25Port to Oracle Developer Studio 12.6Paul Eggert1-1/+1
2019-04-19Fix Fload dangling pointerPaul Eggert1-1/+4
2019-04-19Minor lread.c tweaksPaul Eggert1-8/+8
2019-04-19Make warning about unescaped character literals more helpful.Philipp Stephani1-15/+9
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-3/+3
2019-04-01Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert1-30/+12
2019-04-01Fix union Lisp_Fwd * alignment bugPaul Eggert1-4/+4
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-1/+1
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-2/+2
2019-02-16* src/lread.c (readevalloop): Simplify via suffix_p.Paul Eggert1-5/+4
2019-02-15* src/lread.c (readevalloop): Use filename to decide macroexpansionStefan Monnier1-7/+6