index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lread.c
Age
Commit message (
Expand
)
Author
2024-06-12
Restore functionality on Android 2.2
Po Lu
2024-05-31
Remove unused Fget_file_char
Mattias Engdegård
2024-05-27
; * src/lread.c (syms_of_lread) <load-no-native>: Doc fix (bug#70914).
Eli Zaretskii
2024-05-27
; * src/lread.c (load-no-native): Improve docstring.
Andrea Corallo
2024-05-26
Clean up legacy bytecode loading
Mattias Engdegård
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-05-06
`read': give fuller error message for errors following "#".
Alan Mackenzie
2024-05-05
Retract lexical cookie source load warning
Mattias Engdegård
2024-05-04
Only issue lexical cookie warning for elisp files
Mattias Engdegård
2024-05-04
; * src/lread.c (warn_missing_cookie): Fix typo.
Po Lu
2024-05-04
* src/lread.c (warn_missing_cookie): Exempt the user init file.
Po Lu
2024-05-03
Warn when loading .el files without lexical-binding declaration
Mattias Engdegård
2024-04-28
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-04-01
Faster JSON parsing
Mattias Engdegård
2024-03-16
Merge from origin/emacs-29
Eli Zaretskii
2024-03-14
; * src/lread.c (maybe_swap_for_eln): Clarify warning message.
Eli Zaretskii
2024-02-23
Use the new obarray type for the initial obarray
Mattias Engdegård
2024-02-23
Add a proper type for obarrays
Mattias Engdegård
2024-02-13
Remove SYMBOL_WITH_POS_{POS,SYM}
Paul Eggert
2024-02-13
Remove BASE2_EQ
Paul Eggert
2024-02-13
; * src/lread.c (Finternal__obarray_buckets): Fix coding style.
Po Lu
2024-02-12
lread.c: Use bare symbol operations
Mattias Engdegård
2024-02-12
Internal function for obarray performance analysis (bug#68244)
Mattias Engdegård
2024-02-09
Replace a few calls to intern with constant strings
Po Lu
2024-02-04
* src/lread.c (bytecode_from_rev_list): Fix assertion failure
Stefan Monnier
2024-02-04
* src/lread.c (build_load_history): Be careful with in-place updates
Stefan Monnier
2024-02-01
* src/lread.c (bytecode_from_rev_list): Fix thinko
Stefan Monnier
2024-02-01
* src/lread.c (bytecode_from_rev_list): Re-group checks
Stefan Monnier
2024-01-31
Eliminate lazy bytecode loading
Mattias Engdegård
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-13
Share hash table test structs
Mattias Engdegård
2024-01-13
Inlined and specialised hash table look-up
Mattias Engdegård
2024-01-13
Store hash values as integers instead of Lisp_Object
Mattias Engdegård
2024-01-13
Remove rehash-threshold and rehash-size struct members
Mattias Engdegård
2024-01-13
Represent hash table weakness as an enum internally
Mattias Engdegård
2024-01-13
Don't print or read the hash table size parameter
Mattias Engdegård
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-08-19
Disable text conversion inside read-char-exclusive
Po Lu
2023-07-27
Update Android port
Po Lu
2023-07-14
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-07-13
Port NaN, infinity handling better to VAX
Paul Eggert
2023-06-17
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-06-17
Merge from origin/emacs-29
Eli Zaretskii
2023-06-14
; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.
Po Lu
2023-06-04
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-06-03
Merge from origin/emacs-29
Eli Zaretskii
2023-05-27
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-26
; * src/lread.c (read0, skip_lazy_string): Fix commentary again.
Eli Zaretskii
[next]