summaryrefslogtreecommitdiff
path: root/src/pdumper.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-19Fix unlikely dump_off overflow in pdumperPaul Eggert
2026-03-21Introduce a struct charset_tableHelmut Eller
2026-03-21Remove the charset_table_init arrayHelmut Eller
2026-03-21Move the attribute field of charsets to a separate vectorHelmut Eller
2026-02-12Remove struct Lisp_ObjfwdHelmut Eller
2026-02-12Remove struct Lisp_BoolfwdHelmut Eller
2026-02-12Remove struct Lisp_IntfwdHelmut Eller
2026-02-12Introduce a struct Lisp_FwdHelmut Eller
2026-02-12Make Lisp_Buffer_Objfwd objects constHelmut Eller
2026-02-12Don't dump lispfwd objectsHelmut Eller
2026-01-24; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios
2026-01-19Don’t use C basename functionPaul Eggert
2026-01-17NS: Fix startup with HAVE_NATIVE_COMP && !NS_SELF_CONTAINEDYavor Doganov
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-23New commands to split and merge framesPranshu Sharma
2025-10-11* src/pdumper.c (dump_queue_dequeue): Avoid -Wgnu-folding-constant.Sahil Kang
2025-08-02Port better to Linux with 1 MiB pagesPaul Eggert
2025-07-28; * src/pdumper.c (dump_buffer): Update HASH_buffer.Eli Zaretskii
2025-07-21Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert
2025-05-07; * src/pdumper.c (dump_buffer): Update hash.Yuan Fu
2025-04-17Prevent unrelocated symbols with position from being dumpedPo Lu
2025-03-29Do not redundantly dump constant forwarding objectsPo Lu
2025-03-10Reenable mmap-based dump allocation on wide int configurationsPo Lu
2025-03-10; Correct typos in commentary and error messagesPo Lu
2025-03-09Re-port to 32-bit systems without alignment primitivesPo Lu
2025-03-08; Enable pdumper on some buggy versions of Sun CPo Lu
2025-02-28; Grammar fixes for "native-compiled"Stefan Kangas
2025-02-22; Fix typosStefan Kangas
2025-02-20; * src/pdumper.c (Fdump_emacs_portable): Fix typo in comment.Po Lu
2025-02-20Port to modern GCC and pdumper on MS-DOSPo Lu
2025-02-01; src/pdumper.c (dump_hash_table): Bump CHECK_STRUCTS hash.Pip Cet
2025-02-01Use #$ for lambda fixups in native compilation data vectorsPip Cet
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-31Revert "Prefer static switch-case checking in pdumper"Pip Cet
2025-01-31Revert "Pacify -Wanalyzer-use-of-uninitialized-value"Pip Cet
2025-01-31Revert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.Pip Cet
2025-01-30; * src/pdumper.c (dump_do_fixup): Pacify GCC.Eli Zaretskii
2025-01-26Pacify -Wanalyzer-use-of-uninitialized-valuePaul Eggert
2025-01-26Fix compilation warnings in pdumper with !HAVE_NATIVECOMPStefan Kangas
2025-01-26Prefer static switch-case checking in pdumperStefan Kangas
2025-01-22; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.Pip Cet
2025-01-21Port pdumper to unlikely long sprintf outputPaul Eggert
2025-01-20pdumper: Add static_assert for EMACS_RELOC_TYPE_BITSStefan Kangas
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-09In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)Martin Rudalics
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-18Use '--lambda-fixup' as native compiler fixup symbol for lambdasAndrea Corallo