summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-6/+6
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-0/+1
|\
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
* | More descriptive character escape syntax error messages (bug#63436)Mattias Engdegård2023-05-111-10/+4
* | Remove recursion from character escape handling in readerMattias Engdegård2023-03-111-142/+150
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix the MS-DOS buildPo Lu2022-12-181-5/+10
* Avoid crashes in a build --without-modulesEli Zaretskii2022-12-061-8/+8
* Lisp reader undefined behaviour excisionMattias Engdegård2022-12-061-2/+2
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-8/+13
|\
| * Avoid native compiler setting user-init-file to warnings.el (bug#59358)Juanma Barranquero2022-11-201-6/+9
| * * src/lread.c (syms_of_lread): Drop unused capture group.Mattias Engdegård2022-11-091-1/+2
| * Fix calling file name handler for `load'.Michael Albinus2022-11-041-1/+2
* | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-33/+42
|\ \ | |/
| * Suppress irritating/misleading message in make bootstrap about old .elc filesAlan Mackenzie2022-10-021-1/+7
| * Simplify and shrink reader buffersMattias Engdegård2022-09-151-21/+17
| * ; * src/lread.c (invalid_radix_integer): Use a local buffer.Mattias Engdegård2022-08-301-12/+10
| * ; * src/lread.c (read0): Fix specpdl off-by-one bug in last change.Mattias Engdegård2022-08-301-2/+4
| * Fix reader memory leak upon error (bug#56623)Mattias Engdegård2022-08-291-0/+7
* | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-79/+114
|\ \ | |/
| * Cease emitting negative file offsets for user variablesMattias Engdegård2022-08-071-1/+3
| * Use struct for saved strings in the readerMattias Engdegård2022-08-071-95/+62
| * Make force-load-doc-strings work againMattias Engdegård2022-08-071-0/+67
| * Remove read_string_literal purify doc string hackLars Ingebrigtsen2022-08-041-12/+0
| * Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-1/+1
| * Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-281-1/+1
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
| * Add sanity check for Emacsen distributed without .el filesLars Ingebrigtsen2022-07-021-7/+18
| * ; Fix typos.Mattias Engdegård2022-07-021-1/+1
| * Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-2/+2
| * Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-1008/+1211
|\ \ | |/
| * Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-2/+2
| * Let ?\LF signal an error (bug#55738)Mattias Engdegård2022-06-031-0/+4
| * Make ?\LF generate 10, not -1 (bug#55738)Mattias Engdegård2022-06-021-31/+29
| * * src/lread.c (skip_lazy_string): Fix uninitialised variable.Mattias Engdegård2022-06-021-1/+1
| * Reinstate the Qload file name handlerLars Ingebrigtsen2022-06-021-4/+3
| * Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-301-988/+1190
| * Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-1/+1
| * ; Fix typosStefan Kangas2022-05-151-1/+1
* | ; Merge from master.Yuan Fu2022-05-071-23/+45
|\ \ | |/
| * Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård2022-03-261-16/+30
| * Fix reporting of read error line/columns in the init fileLars Ingebrigtsen2022-03-251-6/+14
| * Flocate_file_internal: Protect from `.eln` remappingStefan Monnier2022-03-121-1/+1
* | Add tree-sitter intergrationYuan Fu2022-05-071-0/+8
|/
* (loadhist_initialize): Fix regression test failureStefan Monnier2022-02-201-1/+4
* (loadhist_initialize): Minor refactoringStefan Monnier2022-02-191-6/+10
* Don't signal errors in abbrev-table-pLars Ingebrigtsen2022-02-141-1/+4
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-11/+11
* (function-history): New symbol property (bug#53632)Stefan Monnier2022-01-311-6/+3