aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdumper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add functions to open a file without quitting.Philipp Stephani2021-01-101-1/+1
* Fix build for --enable-checking=structsBasil L. Contovounesios2021-01-041-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6.Philipp Stephani2020-12-211-1/+1
* Unbreak compilation with CHECK_STRUCTS.Philipp Stephani2020-11-221-1/+1
* Capitalize portable dump messages.Philipp Stephani2020-11-141-1/+1
* ; Fix typosStefan Kangas2020-09-211-2/+2
* Fix assertion violation in pdumper.cEli Zaretskii2020-08-171-1/+1
* Fix bus error on Debian bullseyePaul Eggert2020-08-141-9/+23
* Don’t warn about integer conversion in pdumper.cPaul Eggert2020-08-111-36/+3
* Unbreak build with --enable-checking=allPhilipp Stephani2020-08-111-1/+1
* Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-111-1/+3
* Fix MinGW build broken by recent pdumper changes.Eli Zaretskii2020-08-111-2/+2
* pdumper avoid listing hash table contentsPaul Eggert2020-08-111-11/+14
* pdumper speed tweeks for hash tablesPaul Eggert2020-08-111-12/+10
* In pdumper, simplify INT_MAX computationPaul Eggert2020-08-111-5/+4
* Don’t needlessly convert to ‘unsigned’ in pdumperPaul Eggert2020-08-111-27/+31
* * src/pdumper.c (pdumper_load): XSETVECTOR -> make_lisp_ptr.Paul Eggert2020-08-111-3/+5
* Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-113/+88
* Ignore another memory leakPaul Eggert2020-08-031-3/+3
* Port to Oracle Studio 12.6 (sparc)Paul Eggert2020-07-301-1/+2
* Unbreak compilation with CHECK_STRUCTS defined.Philipp Stephani2020-05-311-1/+1
* --with-wide-int is a no-op on 64-bit hostsPaul Eggert2020-05-271-1/+1
* 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