summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen2022-01-271-7/+2
* Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen2022-01-241-2/+7
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-241-9/+13
* Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie2022-01-241-41/+0
* Revert the other bits related to `load-read-file'Lars Ingebrigtsen2022-01-231-1/+1
* Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-221-48/+91
|\
| * Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-47/+23
| |\
| * | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-311-1/+1
| * | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-7/+6