aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a dedicated type to represent interpreted-function valuesscratch/interpreted-functionStefan Monnier2024-04-181-14/+21
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-181-20/+20
* Faster JSON parsingMattias Engdegård2024-04-011-0/+12
* Merge from origin/emacs-29Eli Zaretskii2024-03-161-3/+3
|\
| * ; * src/lread.c (maybe_swap_for_eln): Clarify warning message.Eli Zaretskii2024-03-141-3/+3
* | Use the new obarray type for the initial obarrayMattias Engdegård2024-02-231-4/+1
* | Add a proper type for obarraysMattias Engdegård2024-02-231-87/+210
* | Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-131-2/+1
* | Remove BASE2_EQPaul Eggert2024-02-131-1/+3
* | ; * src/lread.c (Finternal__obarray_buckets): Fix coding style.Po Lu2024-02-131-1/+1
* | lread.c: Use bare symbol operationsMattias Engdegård2024-02-121-65/+59
* | Internal function for obarray performance analysis (bug#68244)Mattias Engdegård2024-02-121-0/+27
* | Replace a few calls to intern with constant stringsPo Lu2024-02-091-1/+6
* | * src/lread.c (bytecode_from_rev_list): Fix assertion failureStefan Monnier2024-02-041-1/+1
* | * src/lread.c (build_load_history): Be careful with in-place updatesStefan Monnier2024-02-041-2/+8
* | * src/lread.c (bytecode_from_rev_list): Fix thinkoStefan Monnier2024-02-011-1/+1
* | * src/lread.c (bytecode_from_rev_list): Re-group checksStefan Monnier2024-02-011-25/+27
* | Eliminate lazy bytecode loadingMattias Engdegård2024-01-311-24/+25
* | Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* | Share hash table test structsMattias Engdegård2024-01-131-4/+4
* | Inlined and specialised hash table look-upMattias Engdegård2024-01-131-6/+7
* | Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-131-4/+4
* | Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-15/+5
* | Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-4/+4
* | Don't print or read the hash table size parameterMattias Engdegård2024-01-131-8/+9
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Disable text conversion inside read-char-exclusivePo Lu2023-08-191-5/+4
* | Update Android portPo Lu2023-07-271-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-141-3/+26
|\ \
| * | Port NaN, infinity handling better to VAXPaul Eggert2023-07-131-3/+26
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-171-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-06-171-1/+1
| |\ \ | | |/
| | * ; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.Po Lu2023-06-141-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-041-2/+2
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-06-031-2/+2
| |\ \ | | |/
| | * ; * src/lread.c (read0, skip_lazy_string): Fix commentary again.Eli Zaretskii2023-05-261-2/+2
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-271-6/+11
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-261-6/+11
| |\ \ | | |/
| | * ; * src/lread.c (read0, skip_lazy_string): Fix commentary wording.Eli Zaretskii2023-05-261-2/+2
| | * Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård2023-05-261-6/+11
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-6/+6
|\ \ \ | |/ /
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-6/+6
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-141-0/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-131-0/+1
| |\ \ | | |/
| | * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-121-10/+4
|\ \ \ | |/ /
| * | More descriptive character escape syntax error messages (bug#63436)Mattias Engdegård2023-05-111-10/+4
* | | Update Android portPo Lu2023-03-161-11/+3
* | | Update Android portPo Lu2023-03-151-2/+3