summaryrefslogtreecommitdiff
path: root/src/pdumper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-011-14/+12
* Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-1/+2
* Attempt to fix crashes under GDB on Windows 10Eli Zaretskii2019-03-271-1/+2
* Avoid duplicate entries in process-environment after re-dumpingEli Zaretskii2019-03-211-0/+6
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-4/+5
* Fix 'define-charset' after dumping with pdumperEli Zaretskii2019-03-171-1/+5
* Reindent pdumper per usual Emacs stylePaul Eggert2019-03-111-407/+326
* Fix a small pdumper memory leakPaul Eggert2019-03-111-12/+8
* Simplify list creation in C codePaul Eggert2019-03-041-2/+1
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-011-1/+1