aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ; * 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