aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdumper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Lisp_Symbol::externalGerd Möllmann2022-10-201-1/+0
* Remove Lisp_Symbol::next pointerGerd Möllmann2022-10-151-2/+0
* Remove Lisp_Symbol::internedGerd Möllmann2022-10-141-1/+0
* Basic functionality for packagesGerd Möllmann2022-10-081-0/+3
* Improve detection of long lines.Gregory Heytings2022-08-231-0/+1
* Remove a newline from the end of an error messageLars Ingebrigtsen2022-08-211-1/+1
* * src/pdumper.c (dump_native_comp_unit): Error if CU is not fixed-upAndrea Corallo2022-08-191-0/+3
* * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-191-0/+2
* Update pdumper.c after recent long lines changesBasil L. Contovounesios2022-07-231-1/+2
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-2/+2
* Pacify GCC 12.1.1 in default developer buildPaul Eggert2022-06-131-1/+4
* Pacify GCC 12 in dump_queue_enqueuePaul Eggert2022-05-311-1/+1
* Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-2/+2
* Fix build for --enable-checking=structsBasil L. Contovounesios2022-04-201-1/+1
* Port struct Lisp_Subr to C99Paul Eggert2022-04-181-2/+2
* * src/pdumper.c (dump_get_max_page_size): Rename from 'dump_get_page_size'.Andrea Corallo2022-03-301-4/+4
* * src/pdumper.c: Remove getpagesize.h dependecy.Andrea Corallo2022-03-301-1/+0
* Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-1/+3
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* * src/pdumper.c (dump_vectorlike): Handle PVEC_SYMBOL_WITH_POS.Andreas Schwab2022-01-271-1/+3
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-241-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'Andrea Corallo2021-12-151-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-151-2/+2
|\ \ | |/
| * Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-151-2/+2
* | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-111-1/+3
* | Merge from origin/emacs-28Stefan Kangas2021-12-041-1/+1
|\ \ | |/
| * Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.Philipp Stephani2021-12-031-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-031-21/+19
|\ \ | |/
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-021-21/+19
* | Merge from origin/emacs-28Eli Zaretskii2021-11-031-0/+3
|\ \ | |/
| * * src/pdumper.c (dump_do_dump_relocation): Add sanity check.Andrea Corallo2021-11-021-0/+3
* | Add a new after-pdump-load-hook variableLars Ingebrigtsen2021-10-121-0/+2
* | Change --fingerprint to output to stdoutAndreas Schwab2021-10-121-5/+6
* | Make the installed pmdp file use a fingerprintGlenn Morris2021-10-111-1/+1
|/
* Port pdumper.c maybe_unused to C2xPaul Eggert2021-10-031-19/+1
* Fix restoring from pdumper file on MS-Windows 9XEli Zaretskii2021-09-111-1/+14
* Prepare pdumper dump file in memory, write it in one go (Bug#46881)Pip Cet2021-06-161-5/+22
* Improve diagnostics of loading *.eln filesEli Zaretskii2021-04-241-1/+5
* ; * src/pdumper.c (dump_do_dump_relocation): Add a FIXME comment.Eli Zaretskii2021-04-171-0/+7
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-171-21/+72
* Fix crash on MS-Windows caused by recent changesEli Zaretskii2021-04-071-8/+9
* * src/pdumper.c (dump_do_dump_relocation): Use `expand-file-name'.Andrea Corallo2021-04-061-4/+4
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-051-3/+5
|\
| * Fix unexec compilationEli Zaretskii2021-04-041-3/+5
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-311-5/+1
|\ \ | |/
| * Use a 64KB page size for pdumpLars Ingebrigtsen2021-03-281-5/+1
* | * src/pdumper.c (dump_do_dump_relocation): Use emacs_fopen + ENCODE_FILE.Andrea Corallo2021-02-181-3/+3
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-171-1/+2
|\ \ | |/