aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-141-1/+0
* Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-141-0/+1
* Note that the `values' variable is now obsoleteLars Ingebrigtsen2021-02-091-1/+2
* Avoid overwriting minibuffer prompt by keystrokes echoEli Zaretskii2021-02-041-3/+12
* Fix up invalid_syntax error signallingLars Ingebrigtsen2021-02-021-8/+7
* Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-011-40/+60
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-151-0/+6
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-4/+19
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make "Invalid modifier in string" ordinary invalid-read-syntax errorZajcev Evgeny2020-12-171-1/+1
* Avoid assertion violations in malformed Unicode escapesEli Zaretskii2020-10-201-0/+7
* Make (let ((:key 'foo)) :key) signal an error in lexical elisp, tooLars Ingebrigtsen2020-09-201-0/+3
* Remove code checked in to lread.c by mistakeLars Ingebrigtsen2020-09-201-1/+0
* Terminate `comint-password-function' testsdickmao2020-09-201-0/+1
* Fix bug in recent byte-code checking hoistPaul Eggert2020-06-021-10/+11
* Fix crash with invalid bytecode vectorsPaul Eggert2020-05-271-0/+4
* Hoist some byte-code checking out of evalPaul Eggert2020-05-191-5/+21
* Merge from origin/emacs-27Glenn Morris2020-04-201-1/+1
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-16/+17
* | Fix a bootstrap issue with unescaped character literal detection.Philipp Stephani2020-04-121-1/+7
* | Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas2020-03-011-18/+5
* | 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
* | * src/lread.c: Remove old-style backquotes supportStefan Monnier2020-02-141-89/+13
* | 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
* | 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