index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pdumper.c
Age
Commit message (
Expand
)
Author
2024-05-28
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-05-01
; Update pvec_type hash for CHECK_STRUCTS
Basil L. Contovounesios
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-03-29
New `sort` keyword arguments (bug#69709)
Mattias Engdegård
2024-03-15
Fix bug with CHECK_STRUCTS introduced by last buffer.h change
Martin Rudalics
2024-02-28
; Update Lisp_Obarray hash for CHECK_STRUCTS
Basil L. Contovounesios
2024-02-23
Add a proper type for obarrays
Mattias Engdegård
2024-02-23
* src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.
Andrea Corallo
2024-02-18
Remove no-longer-needed pdumper_load workaround
Paul Eggert
2024-02-12
; Update Lisp_Hash_Table hash for CHECK_STRUCTS
Basil L. Contovounesios
2024-02-06
Change hash range reduction from remainder to multiplication
Mattias Engdegård
2024-01-27
; * src/pdumper.c: Fix comments.
Eli Zaretskii
2024-01-27
* src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524
Stefan Monnier
2024-01-26
pdumper.c: Minor improvements found while debugging
Stefan Monnier
2024-01-26
pdumder.c: Fix bug#68690
Stefan Monnier
2024-01-25
; Update 'struct charset' hash for CHECK_STRUCTS
Basil L. Contovounesios
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
(struct charset): Remove dependency on hash-table internals
Stefan Monnier
2024-01-22
* src/pdumper.c (dump_object_needs_dumping_p): Simplify
Stefan Monnier
2024-01-21
Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL float
Mattias Engdegård
2024-01-16
Update pdumper hashes for buffer and Lisp_Hash_Table
Mattias Engdegård
2024-01-13
Use key Qunbound instead of hash value hash_unused for free entries
Mattias Engdegård
2024-01-13
Don't dump Qunbound
Mattias Engdegård
2024-01-13
Share hash table test structs
Mattias Engdegård
2024-01-13
Use hash_idx_t for storing hash indices
Mattias Engdegård
2024-01-13
Store hash values as integers instead of Lisp_Object
Mattias Engdegård
2024-01-13
Use non-Lisp allocation for internal hash-table vectors
Mattias Engdegård
2024-01-13
Leaner hash table dumping and thawing
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-12
; * src/pdumper.c (dump_hash_table): Remove unused argument.
Mattias Engdegård
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-11-26
* src/pdumper.c (dump_vectorlike): Avert compiler warning.
Po Lu
2023-11-25
; * src/pdumper.c (dump_vectorlike): Populate switch fully.
Mattias Engdegård
2023-10-27
; Fix style of error messages in pdumper.c
Eli Zaretskii
2023-10-27
* src/pdumper.c (dump_buffer): Print message when aborting (bug#66743)
Ihor Radchenko
2023-10-24
Make eln files re-dumpable (bug#45103)
Andrea Corallo
2023-09-16
Update pdumper hashes
Andreas Schwab
2023-09-09
Merge from origin/emacs-29
Eli Zaretskii
2023-09-07
Unbreak builds with CHECK_STRUCTS.
Philipp Stephani
2023-08-08
; Update pdumper dump_buffer hash (bug#65146).
Basil L. Contovounesios
2023-07-24
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-07-23
; * src/pdumper.c (dump_overlay): Update hash.
Basil L. Contovounesios
2023-07-21
Unbreak build with CHECK_STRUCTS.
Philipp Stephani
2023-05-15
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-14
Prefer _WIDTH macros to sizeof in pdumper.c
Paul Eggert
2023-04-17
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
[next]