aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdumper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove struct Lisp_ObjfwdHelmut Eller2026-02-121-3/+3
* Remove struct Lisp_BoolfwdHelmut Eller2026-02-121-2/+2
* Remove struct Lisp_IntfwdHelmut Eller2026-02-121-2/+2
* Introduce a struct Lisp_FwdHelmut Eller2026-02-121-87/+4
* Make Lisp_Buffer_Objfwd objects constHelmut Eller2026-02-121-16/+5
* Don't dump lispfwd objectsHelmut Eller2026-02-121-22/+47
* ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2026-01-241-1/+1
* Don’t use C basename functionPaul Eggert2026-01-191-1/+1
* NS: Fix startup with HAVE_NATIVE_COMP && !NS_SELF_CONTAINEDYavor Doganov2026-01-171-5/+19
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* New commands to split and merge framesPranshu Sharma2025-10-231-1/+1
* * src/pdumper.c (dump_queue_dequeue): Avoid -Wgnu-folding-constant.Sahil Kang2025-10-111-1/+2
* Port better to Linux with 1 MiB pagesPaul Eggert2025-08-021-1/+1
* ; * src/pdumper.c (dump_buffer): Update HASH_buffer.Eli Zaretskii2025-07-281-1/+1
* Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert2025-07-211-4/+1
* ; * src/pdumper.c (dump_buffer): Update hash.Yuan Fu2025-05-071-1/+1
* Prevent unrelocated symbols with position from being dumpedPo Lu2025-04-171-3/+9
* Do not redundantly dump constant forwarding objectsPo Lu2025-03-291-66/+52
* Reenable mmap-based dump allocation on wide int configurationsPo Lu2025-03-101-1/+1
* ; Correct typos in commentary and error messagesPo Lu2025-03-101-1/+1
* Re-port to 32-bit systems without alignment primitivesPo Lu2025-03-091-58/+83
* ; Enable pdumper on some buggy versions of Sun CPo Lu2025-03-081-9/+15
* ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-1/+1
* ; Fix typosStefan Kangas2025-02-221-1/+1
* ; * src/pdumper.c (Fdump_emacs_portable): Fix typo in comment.Po Lu2025-02-201-1/+1
* Port to modern GCC and pdumper on MS-DOSPo Lu2025-02-201-2/+18
* ; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash.Pip Cet2025-02-011-1/+1
* Use #$ for lambda fixups in native compilation data vectorsPip Cet2025-02-011-1/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-14/+4
|\
| * Use '--lambda-fixup' as native compiler fixup symbol for lambdasAndrea Corallo2024-12-181-1/+1
| * Update pdumper hashesPip Cet2024-12-121-2/+2
| * Pure storage removal: Adjust nativecomp codePip Cet2024-12-121-2/+2
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+0
| * Pure storage removal: Remove support for pinned objectsPip Cet2024-12-121-1/+0
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-2/+0
| * Unexec removal: Main partPip Cet2024-12-121-6/+0
* | Revert "Prefer static switch-case checking in pdumper"Pip Cet2025-01-311-0/+19
* | Revert "Pacify -Wanalyzer-use-of-uninitialized-value"Pip Cet2025-01-311-29/+62
* | Revert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.Pip Cet2025-01-311-1/+1
* | ; * src/pdumper.c (dump_do_fixup): Pacify GCC.Eli Zaretskii2025-01-301-1/+1
* | Pacify -Wanalyzer-use-of-uninitialized-valuePaul Eggert2025-01-261-62/+29
* | Fix compilation warnings in pdumper with !HAVE_NATIVECOMPStefan Kangas2025-01-261-3/+7
* | Prefer static switch-case checking in pdumperStefan Kangas2025-01-261-19/+0
* | ; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.Pip Cet2025-01-221-1/+1
* | Port pdumper to unlikely long sprintf outputPaul Eggert2025-01-211-4/+6
* | pdumper: Add static_assert for EMACS_RELOC_TYPE_BITSStefan Kangas2025-01-201-0/+2
* | Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-1/+2
* | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-1/+1
* | In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)Martin Rudalics2025-01-091-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/