summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-15
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* Update copyright year to 2021Paul Eggert2021-01-01
* Make "Invalid modifier in string" ordinary invalid-read-syntax errorZajcev Evgeny2020-12-17
* Avoid assertion violations in malformed Unicode escapesEli Zaretskii2020-10-20
* Make (let ((:key 'foo)) :key) signal an error in lexical elisp, tooLars Ingebrigtsen2020-09-20
* Remove code checked in to lread.c by mistakeLars Ingebrigtsen2020-09-20
* Terminate `comint-password-function' testsdickmao2020-09-20
* Fix bug in recent byte-code checking hoistPaul Eggert2020-06-02
* Fix crash with invalid bytecode vectorsPaul Eggert2020-05-27
* Hoist some byte-code checking out of evalPaul Eggert2020-05-19
* Merge from origin/emacs-27Glenn Morris2020-04-20
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Fix a bootstrap issue with unescaped character literal detection.Philipp Stephani2020-04-12
* | Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas2020-03-01
* | Improve C-h C-h bug fixPaul Eggert2020-02-16
* | * src/lread.c (read1): Fix int/Lisp_Object mix up.Glenn Morris2020-02-16
* | Fix C-h C-h bug due to mutating a hash keyPaul Eggert2020-02-15
* | * src/lread.c: Remove old-style backquotes supportStefan Monnier2020-02-14
* | Revert the --with-install-srcdir patchPaul Eggert2020-01-27
* | Install C source code for C-h f etc.Paul Eggert2020-01-24
* | Work better if stat etc. are interruptedPaul Eggert2020-01-20
* | Merge from origin/emacs-27Glenn Morris2020-01-17
|\|
| * ; * src/lread.c (force_new_style_backquotes): Fix reference.Simen Heggestøyl2020-01-17
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani2019-12-25
|/
* * src/lread.c (syms_of_lread): Doc fix.Juanma Barranquero2019-11-30
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-28
* Clarify message about newer source fileLars Ingebrigtsen2019-10-14
* Feval_buffer doc string lexical-binding clarificationLars Ingebrigtsen2019-10-07
* Remove support for destructive splicing in elispStefan Kangas2019-09-26
* Revert too-picky file-access testsPaul Eggert2019-09-21
* Omit some overenthusiastic file-truename callsPaul Eggert2019-09-18
* Fix loading .elc files on MS-WindowsEli Zaretskii2019-09-18
* Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-18
* Improve reporting of I/O, access errorsPaul Eggert2019-09-17
* Give a better error message when reading invalid "\unicode" escapes.Lars Ingebrigtsen2019-08-23
* Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-21
* Mention what effect nil has as the prompt for read-event/char/etcLars Ingebrigtsen2019-08-15
* Fix Fload infile problemPaul Eggert2019-07-31
* * src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier2019-07-31
* * src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier2019-07-31
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Merge from origin/emacs-26Glenn Morris2019-07-06
|\
| * ; * src/lread.c (Fread): Make the comment wording more accurate.Eli Zaretskii2019-07-06
* | Tune reading of radix integersPaul Eggert2019-05-15