index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Age
Commit message (
Expand
)
Author
2024-05-28
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-11
Pacify gcc -Wmissing-variable-declarations
Paul Eggert
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-04-29
Take fields into account during text conversion
Po Lu
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-04-13
; * src/alloc.c (process_mark_stack): Fix commentary.
Eli Zaretskii
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-23
Add a proper type for obarrays
Mattias Engdegård
2024-02-19
Replace XSET_HASH_TABLE with make_lisp_hash_table
Mattias Engdegård
2024-02-06
Change hash range reduction from remainder to multiplication
Mattias Engdegård
2024-01-28
Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macros
Paul Eggert
2024-01-28
Rename TAG_PTR to TAG_PTR_INITIALLY
Paul Eggert
2024-01-24
(struct composition): Remove dependency on hash-table internals
Stefan Monnier
2024-01-21
Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL float
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
Use non-Lisp allocation for internal hash-table vectors
Mattias Engdegård
2024-01-13
Allow zero hash table size
Mattias Engdegård
2024-01-13
Represent hash table weakness as an enum internally
Mattias Engdegård
2024-01-12
; * src/alloc.c (purecopy_hash_table): Simplify
Mattias Engdegård
2024-01-12
Decouple profiler from Lisp hash table internals
Mattias Engdegård
2024-01-03
Delete obsolete GC debugging code
Stefan Kangas
2024-01-02
Don't include sheap.h from alloc.c
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-30
; * src/alloc.c (garbage_collect): Fix typo.
Stefan Kangas
2023-11-01
Non-recursive marking of buffer-local variables
Mattias Engdegård
2023-09-25
Use heuristic to speed up allocation of small vectors (bug#65491)
Mattias Engdegård
2023-09-25
Remove useless half of vector_free_lists array (bug#65491)
Mattias Engdegård
2023-09-24
; Fix typos
Stefan Kangas
2023-09-20
* src/alloc.c: (cleanup_vector) Dispatch on pseudovector type
Mattias Engdegård
2023-09-16
More accurate static vector block size assertion
Mattias Engdegård
2023-09-12
* src/alloc.c (garbage_collect): Run `post-gc-hook` later (bug#65700)
Stefan Monnier
2023-09-10
Replace PVEC_FONT as pseudo-vector subtype upper bound
Mattias Engdegård
2023-05-31
Fix build with Lisp_Object type checking
Po Lu
2023-05-18
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-17
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-05-15
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-14
Pacify GCC 13 -Wanalyzer-out-of-bounds
Paul Eggert
2023-05-11
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-10
Merge branch 'emacs-29'
Stefan Monnier
2023-05-09
with-display-message: Workaround for bug#63253
Stefan Monnier
2023-03-05
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-03-04
Unbreak the unexec build
Eli Zaretskii
2023-03-04
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-03-04
bug#61489: Increase BLOCK_ALIGN from 1024 to 32768
Konstantin Kharlamov
2023-03-02
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-03-02
Merge from origin/emacs-29
Stefan Kangas
2023-03-01
Replace C++ comments with C style equivalents
Po Lu
[prev]
[next]