summaryrefslogtreecommitdiff
path: root/src/pdumper.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* ; Update pvec_type hash for CHECK_STRUCTSBasil L. Contovounesios2024-05-01
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-28
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-29
* Fix bug with CHECK_STRUCTS introduced by last buffer.h changeMartin Rudalics2024-03-15
* ; Update Lisp_Obarray hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-28
* Add a proper type for obarraysMattias Engdegård2024-02-23
* * src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.Andrea Corallo2024-02-23
* Remove no-longer-needed pdumper_load workaroundPaul Eggert2024-02-18
* ; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-12
* Change hash range reduction from remainder to multiplicationMattias Engdegård2024-02-06
* ; * src/pdumper.c: Fix comments.Eli Zaretskii2024-01-27
* * src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524Stefan Monnier2024-01-27
* pdumper.c: Minor improvements found while debuggingStefan Monnier2024-01-26
* pdumder.c: Fix bug#68690Stefan Monnier2024-01-26
* ; Update 'struct charset' hash for CHECK_STRUCTSBasil L. Contovounesios2024-01-25
* (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-24
* (DOHASH): Change calling conventionStefan Monnier2024-01-24
* (struct charset): Remove dependency on hash-table internalsStefan Monnier2024-01-23
* * src/pdumper.c (dump_object_needs_dumping_p): SimplifyStefan Monnier2024-01-22
* Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-21
* Update pdumper hashes for buffer and Lisp_Hash_TableMattias Engdegård2024-01-16
* Use key Qunbound instead of hash value hash_unused for free entriesMattias Engdegård2024-01-13
* Don't dump QunboundMattias Engdegård2024-01-13
* Share hash table test structsMattias Engdegård2024-01-13
* Use hash_idx_t for storing hash indicesMattias Engdegård2024-01-13
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-13
* Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård2024-01-13
* Leaner hash table dumping and thawingMattias Engdegård2024-01-13
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-13
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-13
* ; * src/pdumper.c (dump_hash_table): Remove unused argument.Mattias Engdegård2024-01-12
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | * src/pdumper.c (dump_vectorlike): Avert compiler warning.Po Lu2023-11-26
* | ; * src/pdumper.c (dump_vectorlike): Populate switch fully.Mattias Engdegård2023-11-25
* | ; Fix style of error messages in pdumper.cEli Zaretskii2023-10-27
* | * src/pdumper.c (dump_buffer): Print message when aborting (bug#66743)Ihor Radchenko2023-10-27
* | Make eln files re-dumpable (bug#45103)Andrea Corallo2023-10-24
* | Update pdumper hashesAndreas Schwab2023-09-16
* | Merge from origin/emacs-29Eli Zaretskii2023-09-09
|\|
| * Unbreak builds with CHECK_STRUCTS.Philipp Stephani2023-09-07
| * Unbreak build with CHECK_STRUCTS.Philipp Stephani2023-07-21
* | ; Update pdumper dump_buffer hash (bug#65146).Basil L. Contovounesios2023-08-08
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-24
|\ \
| * | ; * src/pdumper.c (dump_overlay): Update hash.Basil L. Contovounesios2023-07-23
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-15
|\| |
| * | Prefer _WIDTH macros to sizeof in pdumper.cPaul Eggert2023-05-14
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-17
|\| |
| * | Fit symbol_redirect snugly in two bitsMattias Engdegård2023-04-16