summaryrefslogtreecommitdiff
path: root/src/pdumper.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with CHECK_STRUCTSAndreas Schwab2020-04-011-1/+1
* Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-311-2/+0
* Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-041-5/+4
* Unbreak build with CHECK_STRUCTSPhilipp Stephani2020-02-291-1/+1
* * src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590cPhilipp Stephani2020-01-131-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * src/pdumper.c (Fdump_emacs_portable): Reword error message.Philipp Stephani2019-12-241-1/+3
* Don’t allow portable dumping in interactive mode (Bug#38453).Philipp Stephani2019-12-241-0/+3
* Fix duplicated words in commentsRobert Pluim2019-10-151-2/+2
* * src/pdumper.c (dump_buffer): Update structure hash.Philipp Stephani2019-10-051-1/+1
* Fix compilation with CHECK_STRUCTSAndreas Schwab2019-09-221-1/+1
* Improve checking of pdump load failuresPaul Eggert2019-09-111-3/+8
* Port pdumper mmap to AIXPaul Eggert2019-09-041-1/+1
* Avoid macros in pdumper.c when it’s easyPaul Eggert2019-09-031-98/+98
* Avoid casting -1 to possibly-unsigned enumPaul Eggert2019-09-031-2/+2
* Fix compilation with CHECK_STRUCTSAndreas Schwab2019-08-311-1/+1
* Be more careful about pointers to bignum valsPaul Eggert2019-08-211-8/+7
* Re-port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-08-061-1/+4
* Fix compilation with CHECK_STRUCTSEli Zaretskii2019-08-051-1/+1
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-261-14/+19
* Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-261-2/+8
* * src/fns.c (hash_index_size): New function, extracted from make_hash_tableStefan Monnier2019-07-261-3/+4
* Minor pdumper tweaksPaul Eggert2019-07-251-15/+12
* Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-231-6/+1
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-231-5/+5
* Do not pdump user-defined hashtabsPaul Eggert2019-07-221-0/+2
* Fix crash if user test munges hash tablePaul Eggert2019-07-201-0/+1
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-201-1/+1
* Avoid interleaving stderr in dump_fingerprintPaul Eggert2019-07-131-6/+7
* Replace Vdead with tagged pointerPaul Eggert2019-07-121-4/+1
* Defend fingerprint against even-smarter LTOPaul Eggert2019-07-091-5/+7
* Make fingerprint handling compatible with LTOAndreas Schwab2019-07-091-3/+5
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-8/+8
* Fix arbitrary INT_MAX limit on referrer reprPaul Eggert2019-06-201-1/+2
* Update hash value in pdumper.cEli Zaretskii2019-06-151-1/+1
* Improve error message when dmpstruct.h needs to be updatedEli Zaretskii2019-06-151-25/+25
* Port to Oracle Developer Studio 12.6Paul Eggert2019-04-251-34/+33
* Fix drain_reloc_list alignment bugPaul Eggert2019-04-211-2/+3
* Port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-04-211-1/+2
* Fix double-free in pdumperPaul Eggert2019-04-211-3/+9
* Fix another hash false alarmPaul Eggert2019-04-191-1/+1
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-191-2/+0
* Fix dump_map_file on unusual platformsPaul Eggert2019-04-191-1/+1
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-2/+1
* Bring back dmpstruct.hPaul Eggert2019-04-101-0/+81
* Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-091-59/+34
* Remove dmpstruct.hPaul Eggert2019-04-091-89/+0
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-2/+2
* Improve commentary in 'field_relpos'Eli Zaretskii2019-04-031-1/+11
* Restore process-environment after portable dumpingEli Zaretskii2019-04-031-6/+9