aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-8/+8
* ; * src/lread.c (get_lexical_binding): Fix coding style.Po Lu2025-04-081-6/+9
* (Fload, Feval_buffer): Emit a warning when lexbind is unset (bug#74145)Stefan Monnier2025-04-071-10/+20
* Merge from origin/emacs-30Sean Whitton2025-03-121-3/+3
|\
| * Document return values of the various read-* functionsEli Zaretskii2025-03-091-3/+3
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-2/+2
* | (lexical-binding): Allow changing the default value (bug#74145)Stefan Monnier2025-02-181-3/+9
* | Avoid crashes in lread.c when invalid characters are readPip Cet2025-02-141-5/+7
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-27/+19
|\ \
| * | Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-4/+4
| * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-23/+15
* | | Fix unlikely eassert failure in invalid_radix_integerPaul Eggert2025-01-261-3/+3
* | | Replace call[1-8] with callnStefan Kangas2025-01-191-16/+14
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | unintern: Drop support for obsolete calling conventionStefan Kangas2024-12-171-3/+2
* | | ; Fix indentation problemStefan Kangas2024-12-161-1/+1
|/ /
* | Merge from origin/emacs-30Eli Zaretskii2024-11-231-1/+1
|\ \ | |/
| * ; Avoid assertion violations in "temacs -Q"Eli Zaretskii2024-11-181-1/+1
* | Merge from origin/emacs-30Sean Whitton2024-10-241-0/+2
|\ \ | |/
| * * src/lread.c (READ_AND_BUFFER): Reject negative chars (bug#73914).Eli Zaretskii2024-10-201-0/+2
* | Prefer static_assert to verifyStefan Kangas2024-08-221-1/+1
* | Merge from savannah/emacs-30Po Lu2024-08-071-0/+3
|\ \ | |/
| * ; * src/lread.c (Fload): Add comment. (Bug#72433)Eli Zaretskii2024-08-041-0/+3
* | Fix bool vector length overflowPaul Eggert2024-07-201-1/+3
* | Use cheaper string constructorsMattias Engdegård2024-07-091-2/+2
* | Merge from origin/emacs-30Eli Zaretskii2024-07-061-1/+1
|\ \ | |/
| * Improve warnings from native compilerEli Zaretskii2024-07-051-1/+1
* | Do not worry about whether locale.h is includablePaul Eggert2024-06-301-5/+1
|/
* Restore functionality on Android 2.2Po Lu2024-06-121-1/+1
* Remove unused Fget_file_charMattias Engdegård2024-05-311-11/+0
* ; * src/lread.c (syms_of_lread) <load-no-native>: Doc fix (bug#70914).Eli Zaretskii2024-05-271-6/+5
* ; * src/lread.c (load-no-native): Improve docstring.Andrea Corallo2024-05-271-1/+7
* Clean up legacy bytecode loadingMattias Engdegård2024-05-261-64/+13
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-2/+3
* `read': give fuller error message for errors following "#".Alan Mackenzie2024-05-061-12/+40
* Retract lexical cookie source load warningMattias Engdegård2024-05-051-43/+5
* Only issue lexical cookie warning for elisp filesMattias Engdegård2024-05-041-9/+22
* ; * src/lread.c (warn_missing_cookie): Fix typo.Po Lu2024-05-041-4/+4
* * src/lread.c (warn_missing_cookie): Exempt the user init file.Po Lu2024-05-041-4/+11
* Warn when loading .el files without lexical-binding declarationMattias Engdegård2024-05-031-15/+41
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-14/+21
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-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