summaryrefslogtreecommitdiff
path: root/src/emacs.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23Coalesce load_seccomp comparisonsPaul Eggert
2026-05-23Plug default_PATH memory leakPaul Eggert
2026-05-07Move ns_init_colors() after init_callproc() (bug#80752)Zeke Dou
2026-04-30Always compile w32image.c on MinGW (Bug#80924)Randy Taylor
2026-03-07; Move ns_init_colors from Fns_list_colors to emacs.c (bug#80377)Stéphane Marks
2026-02-28Don’t stuff keyboard input uselesslyPaul Eggert
2026-02-28Document that string ARG of 'kill-emacs' might not workEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-02Port better to Linux with 1 MiB pagesPaul Eggert
2025-07-27; * src/emacs.c (default_PATH) [DOS_NT]: Add commentary.Eli Zaretskii
2025-07-27Better default PATH on MS-WindowsPaul Eggert
2025-07-26Add readlink, realpath startup commentsPaul Eggert
2025-07-24PATH defaults now act more like GNU and POSIXPaul Eggert
2025-07-24Treat ‘.../emacs’ like ‘emacs’ in realpath startupPaul Eggert
2025-07-24Prefer readlink to lstat in find_emacs_executablePaul Eggert
2025-07-24Fix minor memory leak in find_emacs_executablePaul Eggert
2025-07-21Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert
2025-04-19Pacify GCC 15 -Wanalyzer-null-dereferencePaul Eggert
2025-04-13Use a pristine copy of argv to restart EmacsJens Schmidt
2025-03-09Re-port to 32-bit systems without alignment primitivesPo Lu
2025-02-22; Fix typosStefan Kangas
2025-02-20Port to modern GCC and pdumper on MS-DOSPo Lu
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-19Remove workaround for AIX 3.2 crashesStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-05Fix setup of coding-systems on MS-WindowsEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-16Invert preprocessor condition to fix 'C-x 4 a'Stefan Kangas
2024-12-12Don't recognize "bootstrap" option for --temacsPip Cet
2024-12-12Pure storage removal: Main partPip Cet
2024-12-12Unexec removal: Adjust and simplify W32-specific codePip Cet
2024-12-12Unexec removal: Remove HYBRID_MALLOC supportPip Cet
2024-12-12Unexec removal: Main partPip Cet
2024-10-26Fix bootstrap on MS-WindowsEli Zaretskii
2024-08-17Merge from savannah/emacs-30Po Lu
2024-08-17Apply --display kluge for PGTK tooPeter Oliver
2024-07-18Merge from savannah/emacs-30Po Lu
2024-07-18; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.Po Lu
2024-07-05Merge from savannah/emacs-30Po Lu
2024-07-03Fix MS-Windows build with native-compilationEli Zaretskii
2024-06-30Merge from savannah/emacs-30Po Lu
2024-06-30Assume setlocale existsPaul Eggert
2024-06-30Do not worry about whether locale.h is includablePaul Eggert
2024-06-23Restore functionality on Windows 98Po Lu
2024-06-11; * src/emacs.c (Fkill_emacs): Doc fix.Eli Zaretskii
2024-06-07Unbreak the Cygw32 buildEli Zaretskii
2024-05-30Support built-in thumbnail creation on MS-WindowsEli Zaretskii