summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* `read': give fuller error message for errors following "#".Alan Mackenzie14 days
* Retract lexical cookie source load warningMattias Engdegård2024-05-05
* Only issue lexical cookie warning for elisp filesMattias Engdegård2024-05-04
* ; * src/lread.c (warn_missing_cookie): Fix typo.Po Lu2024-05-04
* * src/lread.c (warn_missing_cookie): Exempt the user init file.Po Lu2024-05-04
* Warn when loading .el files without lexical-binding declarationMattias Engdegård2024-05-03
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-28
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-28
* Faster JSON parsingMattias Engdegård2024-04-01
* Merge from origin/emacs-29Eli Zaretskii2024-03-16
|\
| * ; * src/lread.c (maybe_swap_for_eln): Clarify warning message.Eli Zaretskii2024-03-14
* | Use the new obarray type for the initial obarrayMattias Engdegård2024-02-23
* | Add a proper type for obarraysMattias Engdegård2024-02-23
* | Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-13
* | Remove BASE2_EQPaul Eggert2024-02-13
* | ; * src/lread.c (Finternal__obarray_buckets): Fix coding style.Po Lu2024-02-13
* | lread.c: Use bare symbol operationsMattias Engdegård2024-02-12
* | Internal function for obarray performance analysis (bug#68244)Mattias Engdegård2024-02-12
* | Replace a few calls to intern with constant stringsPo Lu2024-02-09
* | * src/lread.c (bytecode_from_rev_list): Fix assertion failureStefan Monnier2024-02-04
* | * src/lread.c (build_load_history): Be careful with in-place updatesStefan Monnier2024-02-04
* | * src/lread.c (bytecode_from_rev_list): Fix thinkoStefan Monnier2024-02-01
* | * src/lread.c (bytecode_from_rev_list): Re-group checksStefan Monnier2024-02-01
* | Eliminate lazy bytecode loadingMattias Engdegård2024-01-31
* | Be more systematic about parens in C source codePaul Eggert2024-01-20
* | Share hash table test structsMattias Engdegård2024-01-13
* | Inlined and specialised hash table look-upMattias Engdegård2024-01-13
* | Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-13
* | Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-13
* | Represent hash table weakness as an enum internallyMattias Engdegård2024-01-13
* | Don't print or read the hash table size parameterMattias Engdegård2024-01-13
* | Merge from savannah/emacs-29Po Lu2024-01-02
|\|
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Disable text conversion inside read-char-exclusivePo Lu2023-08-19
* | Update Android portPo Lu2023-07-27
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-14
|\ \
| * | Port NaN, infinity handling better to VAXPaul Eggert2023-07-13
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-17
|\| |
| * | Merge from origin/emacs-29Eli Zaretskii2023-06-17
| |\|
| | * ; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.Po Lu2023-06-14
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-04
|\| |
| * | Merge from origin/emacs-29Eli Zaretskii2023-06-03
| |\|
| | * ; * src/lread.c (read0, skip_lazy_string): Fix commentary again.Eli Zaretskii2023-05-26
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-27
|\| |
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-26
| |\|
| | * ; * src/lread.c (read0, skip_lazy_string): Fix commentary wording.Eli Zaretskii2023-05-26
| | * Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård2023-05-26
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-18
|\| |
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17