summaryrefslogtreecommitdiff
path: root/src/pdumper.c
AgeCommit message (Expand)Author
2024-05-28Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-05-01; Update pvec_type hash for CHECK_STRUCTSBasil L. Contovounesios
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård
2024-03-15Fix bug with CHECK_STRUCTS introduced by last buffer.h changeMartin Rudalics
2024-02-28; Update Lisp_Obarray hash for CHECK_STRUCTSBasil L. Contovounesios
2024-02-23Add a proper type for obarraysMattias Engdegård
2024-02-23* src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.Andrea Corallo
2024-02-18Remove no-longer-needed pdumper_load workaroundPaul Eggert
2024-02-12; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios
2024-02-06Change hash range reduction from remainder to multiplicationMattias Engdegård
2024-01-27; * src/pdumper.c: Fix comments.Eli Zaretskii
2024-01-27* src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524Stefan Monnier
2024-01-26pdumper.c: Minor improvements found while debuggingStefan Monnier
2024-01-26pdumder.c: Fix bug#68690Stefan Monnier
2024-01-25; Update 'struct charset' hash for CHECK_STRUCTSBasil L. Contovounesios
2024-01-24(struct composition): Remove dependency on hash-table internalsStefan Monnier
2024-01-24(DOHASH): Change calling conventionStefan Monnier
2024-01-23(struct charset): Remove dependency on hash-table internalsStefan Monnier
2024-01-22* src/pdumper.c (dump_object_needs_dumping_p): SimplifyStefan Monnier
2024-01-21Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård
2024-01-16Update pdumper hashes for buffer and Lisp_Hash_TableMattias Engdegård
2024-01-13Use key Qunbound instead of hash value hash_unused for free entriesMattias Engdegård
2024-01-13Don't dump QunboundMattias Engdegård
2024-01-13Share hash table test structsMattias Engdegård
2024-01-13Use hash_idx_t for storing hash indicesMattias Engdegård
2024-01-13Store hash values as integers instead of Lisp_ObjectMattias Engdegård
2024-01-13Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård
2024-01-13Leaner hash table dumping and thawingMattias Engdegård
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård
2024-01-12; * src/pdumper.c (dump_hash_table): Remove unused argument.Mattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo 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.cEli Zaretskii
2023-10-27* src/pdumper.c (dump_buffer): Print message when aborting (bug#66743)Ihor Radchenko
2023-10-24Make eln files re-dumpable (bug#45103)Andrea Corallo
2023-09-16Update pdumper hashesAndreas Schwab
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-07Unbreak builds with CHECK_STRUCTS.Philipp Stephani
2023-08-08; Update pdumper dump_buffer hash (bug#65146).Basil L. Contovounesios
2023-07-24Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-23; * src/pdumper.c (dump_overlay): Update hash.Basil L. Contovounesios
2023-07-21Unbreak build with CHECK_STRUCTS.Philipp Stephani
2023-05-15Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-14Prefer _WIDTH macros to sizeof in pdumper.cPaul Eggert
2023-04-17Merge remote-tracking branch 'origin/master' into feature/androidPo Lu