summaryrefslogtreecommitdiff
path: root/src/pdumper.c
Commit message (Expand)AuthorAge
* Add functions to open a file without quitting.Philipp Stephani2021-01-10
* Fix build for --enable-checking=structsBasil L. Contovounesios2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6.Philipp Stephani2020-12-21
* Unbreak compilation with CHECK_STRUCTS.Philipp Stephani2020-11-22
* Capitalize portable dump messages.Philipp Stephani2020-11-14
* ; Fix typosStefan Kangas2020-09-21
* Fix assertion violation in pdumper.cEli Zaretskii2020-08-17
* Fix bus error on Debian bullseyePaul Eggert2020-08-14
* Don’t warn about integer conversion in pdumper.cPaul Eggert2020-08-11
* Unbreak build with --enable-checking=allPhilipp Stephani2020-08-11
* Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-11
* Fix MinGW build broken by recent pdumper changes.Eli Zaretskii2020-08-11
* pdumper avoid listing hash table contentsPaul Eggert2020-08-11
* pdumper speed tweeks for hash tablesPaul Eggert2020-08-11
* In pdumper, simplify INT_MAX computationPaul Eggert2020-08-11
* Don’t needlessly convert to ‘unsigned’ in pdumperPaul Eggert2020-08-11
* * src/pdumper.c (pdumper_load): XSETVECTOR -> make_lisp_ptr.Paul Eggert2020-08-11
* Rehash hash tables eagerly after loading a dumpPip Cet2020-08-11
* Ignore another memory leakPaul Eggert2020-08-03
* Port to Oracle Studio 12.6 (sparc)Paul Eggert2020-07-30
* Unbreak compilation with CHECK_STRUCTS defined.Philipp Stephani2020-05-31
* --with-wide-int is a no-op on 64-bit hostsPaul Eggert2020-05-27
* Fix compilation with CHECK_STRUCTSAndreas Schwab2020-04-01
* Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-31
* Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-04
* Unbreak build with CHECK_STRUCTSPhilipp Stephani2020-02-29
* * src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590cPhilipp Stephani2020-01-13
* Update copyright year to 2020Paul Eggert2020-01-01
* * src/pdumper.c (Fdump_emacs_portable): Reword error message.Philipp Stephani2019-12-24
* Don’t allow portable dumping in interactive mode (Bug#38453).Philipp Stephani2019-12-24
* Fix duplicated words in commentsRobert Pluim2019-10-15
* * src/pdumper.c (dump_buffer): Update structure hash.Philipp Stephani2019-10-05
* Fix compilation with CHECK_STRUCTSAndreas Schwab2019-09-22
* Improve checking of pdump load failuresPaul Eggert2019-09-11
* Port pdumper mmap to AIXPaul Eggert2019-09-04
* Avoid macros in pdumper.c when it’s easyPaul Eggert2019-09-03
* Avoid casting -1 to possibly-unsigned enumPaul Eggert2019-09-03
* Fix compilation with CHECK_STRUCTSAndreas Schwab2019-08-31
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Re-port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-08-06
* Fix compilation with CHECK_STRUCTSEli Zaretskii2019-08-05
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-26
* Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-26
* * src/fns.c (hash_index_size): New function, extracted from make_hash_tableStefan Monnier2019-07-26
* Minor pdumper tweaksPaul Eggert2019-07-25
* Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-23
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-23
* Do not pdump user-defined hashtabsPaul Eggert2019-07-22
* Fix crash if user test munges hash tablePaul Eggert2019-07-20