aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdumper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer static_assert to verifyscratch/static_assertStefan Kangas2024-07-241-13/+13
* ; Fix recent changes in pdumper.cEli Zaretskii2024-07-211-4/+2
* Support compiled queries in pdump by dumping source (bug#69952)Sergey Vinokurov2024-07-201-1/+22
* Fix dumping finalizers with pdumperPip Cet2024-07-041-3/+3
* (dump_interval_node): Remove unused arg `offset`Stefan Monnier2024-07-021-6/+5
* Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-281-2/+2
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-1/+1
* ; Update pvec_type hash for CHECK_STRUCTSBasil L. Contovounesios2024-05-011-1/+1
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-1/+1
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-291-3/+3
* Fix bug with CHECK_STRUCTS introduced by last buffer.h changeMartin Rudalics2024-03-151-1/+2
* ; Update Lisp_Obarray hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-281-3/+3
* Add a proper type for obarraysMattias Engdegård2024-02-231-0/+47
* * src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.Andrea Corallo2024-02-231-5/+5
* Remove no-longer-needed pdumper_load workaroundPaul Eggert2024-02-181-4/+1
* ; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-121-1/+1
* Change hash range reduction from remainder to multiplicationMattias Engdegård2024-02-061-1/+1
* ; * src/pdumper.c: Fix comments.Eli Zaretskii2024-01-271-11/+9
* * src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524Stefan Monnier2024-01-271-12/+9
* pdumper.c: Minor improvements found while debuggingStefan Monnier2024-01-261-28/+29
* pdumder.c: Fix bug#68690Stefan Monnier2024-01-261-2/+4
* ; Update 'struct charset' hash for CHECK_STRUCTSBasil L. Contovounesios2024-01-251-1/+1
* (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-241-5/+0
* (DOHASH): Change calling conventionStefan Monnier2024-01-241-3/+3
* (struct charset): Remove dependency on hash-table internalsStefan Monnier2024-01-231-4/+9
* * src/pdumper.c (dump_object_needs_dumping_p): SimplifyStefan Monnier2024-01-221-15/+4
* Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-211-18/+1
* Update pdumper hashes for buffer and Lisp_Hash_TableMattias Engdegård2024-01-161-2/+2
* Use key Qunbound instead of hash value hash_unused for free entriesMattias Engdegård2024-01-131-5/+8
* Don't dump QunboundMattias Engdegård2024-01-131-1/+18
* Share hash table test structsMattias Engdegård2024-01-131-1/+2
* Use hash_idx_t for storing hash indicesMattias Engdegård2024-01-131-1/+1
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-131-1/+1
* Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård2024-01-131-13/+43
* Leaner hash table dumping and thawingMattias Engdegård2024-01-131-36/+27
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-2/+0
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-0/+1
* ; * src/pdumper.c (dump_hash_table): Remove unused argument.Mattias Engdegård2024-01-121-4/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | * src/pdumper.c (dump_vectorlike): Avert compiler warning.Po Lu2023-11-261-1/+1
* | ; * src/pdumper.c (dump_vectorlike): Populate switch fully.Mattias Engdegård2023-11-251-45/+30
* | ; Fix style of error messages in pdumper.cEli Zaretskii2023-10-271-4/+4
* | * src/pdumper.c (dump_buffer): Print message when aborting (bug#66743)Ihor Radchenko2023-10-271-2/+4
* | Make eln files re-dumpable (bug#45103)Andrea Corallo2023-10-241-0/+4
* | Update pdumper hashesAndreas Schwab2023-09-161-3/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-1/+1
|\ \ | |/
| * Unbreak builds with CHECK_STRUCTS.Philipp Stephani2023-09-071-1/+1
| * Unbreak build with CHECK_STRUCTS.Philipp Stephani2023-07-211-1/+1
* | ; Update pdumper dump_buffer hash (bug#65146).Basil L. Contovounesios2023-08-081-1/+1