summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* Remove recursion from character escape handling in readerMattias Engdegård2023-03-11
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix the MS-DOS buildPo Lu2022-12-18
* Avoid crashes in a build --without-modulesEli Zaretskii2022-12-06
* Lisp reader undefined behaviour excisionMattias Engdegård2022-12-06
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * Avoid native compiler setting user-init-file to warnings.el (bug#59358)Juanma Barranquero2022-11-20
| * * src/lread.c (syms_of_lread): Drop unused capture group.Mattias Engdegård2022-11-09
| * Fix calling file name handler for `load'.Michael Albinus2022-11-04
* | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-05
|\|
| * Suppress irritating/misleading message in make bootstrap about old .elc filesAlan Mackenzie2022-10-02
| * Simplify and shrink reader buffersMattias Engdegård2022-09-15
| * ; * src/lread.c (invalid_radix_integer): Use a local buffer.Mattias Engdegård2022-08-30
| * ; * src/lread.c (read0): Fix specpdl off-by-one bug in last change.Mattias Engdegård2022-08-30
| * Fix reader memory leak upon error (bug#56623)Mattias Engdegård2022-08-29
* | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\|
| * Cease emitting negative file offsets for user variablesMattias Engdegård2022-08-07
| * Use struct for saved strings in the readerMattias Engdegård2022-08-07
| * Make force-load-doc-strings work againMattias Engdegård2022-08-07
| * Remove read_string_literal purify doc string hackLars Ingebrigtsen2022-08-04
| * Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-01
| * Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-28
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-14
| * Add sanity check for Emacsen distributed without .el filesLars Ingebrigtsen2022-07-02
| * ; Fix typos.Mattias Engdegård2022-07-02
| * Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
| * Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-14
|\|
| * Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-12
| * Let ?\LF signal an error (bug#55738)Mattias Engdegård2022-06-03
| * Make ?\LF generate 10, not -1 (bug#55738)Mattias Engdegård2022-06-02
| * * src/lread.c (skip_lazy_string): Fix uninitialised variable.Mattias Engdegård2022-06-02
| * Reinstate the Qload file name handlerLars Ingebrigtsen2022-06-02
| * Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-30
| * Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-15
| * ; Fix typosStefan Kangas2022-05-15
* | ; Merge from master.Yuan Fu2022-05-07
|\|
| * Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård2022-03-26
| * Fix reporting of read error line/columns in the init fileLars Ingebrigtsen2022-03-25
| * Flocate_file_internal: Protect from `.eln` remappingStefan Monnier2022-03-12
* | Add tree-sitter intergrationYuan Fu2022-05-07
|/
* (loadhist_initialize): Fix regression test failureStefan Monnier2022-02-20
* (loadhist_initialize): Minor refactoringStefan Monnier2022-02-19
* Don't signal errors in abbrev-table-pLars Ingebrigtsen2022-02-14
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* (function-history): New symbol property (bug#53632)Stefan Monnier2022-01-31
* Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen2022-01-27
* Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen2022-01-24
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-24
* Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie2022-01-24