summaryrefslogtreecommitdiff
path: root/src/pdumper.c
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Stefan Kangas2023-02-13
|\
| * ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2023-02-12
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Merge from origin/emacs-29Po Lu2022-12-11
|\|
| * Actually improve detection of long linesGregory Heytings2022-12-11
* | Add itree_empty_p for clarity and reduced couplingMatt Armstrong2022-11-30
|/
* ; * src/pdumper.c (dump_buffer, dump_vectorlike): Update hashes.Eli Zaretskii2022-11-23
* Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-03
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-28
|\
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-19
| * Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong2022-10-19
| * Remove the per-tree null nodeGerd Möllmann2022-09-30
| * itree: Remove the `visited` flag from the tree nodesStefan Monnier2022-09-29
| * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-28
| * Merge remote-tracking branch 'origin/scratch/noverlay-wip' into noverlayStefan Monnier2022-09-28
| |\
| | * * src/buffer.c (overlays_in): Fix confusion Z-vs-ZVStefan Monnier2022-09-25
| * | Fix macOS build (bug#58108)Gerd Möllmann2022-09-27
| |/
| * Merge 'master' into noverlayStefan Monnier2022-09-25
* | Better Lisp_String commentsMattias Engdegård2022-10-08
|/
* Improve detection of long lines.Gregory Heytings2022-08-23
* Remove a newline from the end of an error messageLars Ingebrigtsen2022-08-21
* * src/pdumper.c (dump_native_comp_unit): Error if CU is not fixed-upAndrea Corallo2022-08-19
* * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-19
* Update pdumper.c after recent long lines changesBasil L. Contovounesios2022-07-23
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* Pacify GCC 12.1.1 in default developer buildPaul Eggert2022-06-13
* Pacify GCC 12 in dump_queue_enqueuePaul Eggert2022-05-31
* Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-15
* Fix build for --enable-checking=structsBasil L. Contovounesios2022-04-20
* Port struct Lisp_Subr to C99Paul Eggert2022-04-18
* * src/pdumper.c (dump_get_max_page_size): Rename from 'dump_get_page_size'.Andrea Corallo2022-03-30
* * src/pdumper.c: Remove getpagesize.h dependecy.Andrea Corallo2022-03-30
* Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-19
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* * src/pdumper.c (dump_vectorlike): Handle PVEC_SYMBOL_WITH_POS.Andreas Schwab2022-01-27
* Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-24
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'Andrea Corallo2021-12-15
* | Merge from origin/emacs-28Stefan Kangas2021-12-15
|\|
| * Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-15
* | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-11
* | Merge from origin/emacs-28Stefan Kangas2021-12-04
|\|
| * Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.Philipp Stephani2021-12-03
* | Merge from origin/emacs-28Stefan Kangas2021-12-03
|\|
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-02
* | Merge from origin/emacs-28Eli Zaretskii2021-11-03
|\|
| * * src/pdumper.c (dump_do_dump_relocation): Add sanity check.Andrea Corallo2021-11-02
* | Add a new after-pdump-load-hook variableLars Ingebrigtsen2021-10-12