index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp.h
Age
Commit message (
Expand
)
Author
2024-06-14
"Insert before markers" in read_and_insert_process_output properly
Dmitry Gutov
2024-06-11
read_and_insert_process_output: Insert before markers
Dmitry Gutov
2024-06-05
Fix the GNUstep build
Po Lu
2024-05-28
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-26
Clean up legacy bytecode loading
Mattias Engdegård
2024-05-23
Restore specbound keyboard-locals in the correct KBOARD
Po Lu
2024-05-19
Port knuth_hash to odd platforms
Paul Eggert
2024-05-18
Prefer stdbit.h to count-one-bits.h etc
Paul Eggert
2024-05-18
* Work around GCC bug affecting Garbage Collection (bug#65727).
Andrea Corallo
2024-05-11
Pacify gcc -Wmissing-variable-declarations
Paul Eggert
2024-05-09
Improve static checking when using upcoming GCC 13.3
Paul Eggert
2024-04-30
Pacify GCC 14 -Wnull-dereference in tim_sort
Paul Eggert
2024-04-29
Take fields into account during text conversion
Po Lu
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-04-01
Faster JSON parsing
Mattias Engdegård
2024-03-30
Always enable native JSON support and remove Jansson references
Mattias Engdegård
2024-03-30
New JSON encoder (bug#70007)
Mattias Engdegård
2024-03-30
Fix implicit declaration of bswap_{32,64}
Andreas Schwab
2024-03-29
New `sort` keyword arguments (bug#69709)
Mattias Engdegård
2024-03-29
Add back timsort key function handling (bug#69709)
Mattias Engdegård
2024-03-29
Add `value<` (bug#69709)
Mattias Engdegård
2024-03-18
Followup changes to `cl-type-of`
Stefan Monnier
2024-03-04
Revert "Replace XSETSYMBOL with make_lisp_symbol"
Mattias Engdegård
2024-02-24
Replace XSETSYMBOL with make_lisp_symbol
Mattias Engdegård
2024-02-24
; Fix last change in lisp.h.
Eli Zaretskii
2024-02-24
Check daemon is initialized before suppressing its init errors
Spencer Baugh
2024-02-23
Add a proper type for obarrays
Mattias Engdegård
2024-02-21
; * src/lisp.h: Add Lisp_Object tagging scheme overview
Mattias Engdegård
2024-02-19
Replace XSET_HASH_TABLE with make_lisp_hash_table
Mattias Engdegård
2024-02-18
Do not ignore -Wanalyzer-allocation-size in GCC 14
Paul Eggert
2024-02-13
XSYMBOL eassume speedups
Paul Eggert
2024-02-13
Remove SYMBOL_WITH_POS_{POS,SYM}
Paul Eggert
2024-02-13
Remove lisp_h_XCONS etc
Paul Eggert
2024-02-13
Remove lisp_h_PSEUDOVECTORP etc
Paul Eggert
2024-02-13
Remove BASE2_EQ
Paul Eggert
2024-02-13
Simplify and speed up EQ again
Paul Eggert
2024-02-13
Simplify and speed up EQ
Paul Eggert
2024-02-06
Rearrange and pack hash table fields to reduce space
Mattias Engdegård
2024-02-06
Change hash range reduction from remainder to multiplication
Mattias Engdegård
2024-02-05
Prefer `ITREE_FOREACH` over `overlays_in`
Stefan Monnier
2024-01-28
Rename TAG_PTR to TAG_PTR_INITIALLY
Paul Eggert
2024-01-28
* src/lisp.h: Improve TAG_PTR comments.
Paul Eggert
2024-01-28
Fix C conformance issue in LISPSYM_INITIALLY
Paul Eggert
2024-01-27
Add DOHASH_SAFE, make DOHASH faster (bug#68690)
Mattias Engdegård
2024-01-24
* src/lisp.h (DOHASH): Handle rehashing (bug#68690)
Stefan Monnier
2024-01-24
Fix build when CHECK_LISP_OBJECT_TYPE is set
Stefan Monnier
2024-01-24
(struct composition): Remove dependency on hash-table internals
Stefan Monnier
2024-01-24
(DOHASH): Change calling convention
Stefan Monnier
2024-01-23
Remove too-tricky make_lisp_symbol optimization
Stefan Monnier
2024-01-23
; Fix DOHASH
Gerd Möllmann
[next]