aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdumper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/comp-static-dataVibhav Pant2023-06-061-18/+12
|\
| * Prefer _WIDTH macros to sizeof in pdumper.cPaul Eggert2023-05-141-16/+10
| * Fit symbol_redirect snugly in two bitsMattias Engdegård2023-04-161-2/+2
* | Merge branch 'master' into scratch/comp-static-dataVibhav Pant2023-03-081-1/+1
|\ \ | |/
| * Merge from origin/emacs-29Stefan Kangas2023-02-131-1/+1
| |\
| | * ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2023-02-121-1/+1
* | | pdumper.c (dump_object): Assert the object is not statically emittedVibhav Pant2023-01-181-0/+1
* | | Merge branch 'master' into scratch/comp-static-dataVibhav Pant2023-01-041-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | | Merge branch 'master' into scratch/comp-static-dataVibhav Pant2022-12-201-4/+3
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Po Lu2022-12-111-1/+0
| |\ \ | | |/
| | * Actually improve detection of long linesGregory Heytings2022-12-111-1/+0
| * | Add itree_empty_p for clarity and reduced couplingMatt Armstrong2022-11-301-1/+1
| |/
| * ; * src/pdumper.c (dump_buffer, dump_vectorlike): Update hashes.Eli Zaretskii2022-11-231-2/+2
* | Merge branch 'master' into scratch/comp-static-dataVibhav Pant2022-11-141-11/+57
|\ \ | |/
| * Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-031-4/+4
| * Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-11/+57
| |\
| | * Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-5/+5
| | * Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong2022-10-191-1/+1
| | * Remove the per-tree null nodeGerd Möllmann2022-09-301-2/+1
| | * itree: Remove the `visited` flag from the tree nodesStefan Monnier2022-09-291-1/+0
| | * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-281-1/+1
| | * Merge remote-tracking branch 'origin/scratch/noverlay-wip' into noverlayStefan Monnier2022-09-281-3/+0
| | |\
| | | * * src/buffer.c (overlays_in): Fix confusion Z-vs-ZVscratch/noverlay-wipStefan Monnier2022-09-251-3/+0
| | * | Fix macOS build (bug#58108)Gerd Möllmann2022-09-271-1/+1
| | |/
| | * Merge 'master' into noverlayStefan Monnier2022-09-251-10/+61
* | | comp: Add support for compiling elisp constants into static data.Vibhav Pant2022-11-141-1/+9
|/ /
* | Better Lisp_String commentsMattias Engdegård2022-10-081-1/+1
|/
* 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
|\ \ | |/