aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port better to Linux with 1 MiB pagesPaul Eggert2025-08-021-1/+1
* ; * src/emacs.c (default_PATH) [DOS_NT]: Add commentary.Eli Zaretskii2025-07-271-0/+3
* Better default PATH on MS-WindowsPaul Eggert2025-07-271-0/+3
* Add readlink, realpath startup commentsPaul Eggert2025-07-261-13/+26
* PATH defaults now act more like GNU and POSIXPaul Eggert2025-07-241-11/+50
* Treat ‘.../emacs’ like ‘emacs’ in realpath startupPaul Eggert2025-07-241-9/+5
* Prefer readlink to lstat in find_emacs_executablePaul Eggert2025-07-241-1/+2
* Fix minor memory leak in find_emacs_executablePaul Eggert2025-07-241-0/+1
* Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert2025-07-211-10/+1
* Pacify GCC 15 -Wanalyzer-null-dereferencePaul Eggert2025-04-191-0/+2
* Use a pristine copy of argv to restart EmacsJens Schmidt2025-04-131-5/+45
* Re-port to 32-bit systems without alignment primitivesPo Lu2025-03-091-7/+5
* ; Fix typosStefan Kangas2025-02-221-2/+2
* Port to modern GCC and pdumper on MS-DOSPo Lu2025-02-201-0/+4
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-195/+10
|\
| * Don't recognize "bootstrap" option for --temacsPip Cet2024-12-121-2/+1
| * Pure storage removal: Main partPip Cet2024-12-121-1/+0
| * Unexec removal: Adjust and simplify W32-specific codePip Cet2024-12-121-22/+3
| * Unexec removal: Remove HYBRID_MALLOC supportPip Cet2024-12-121-4/+3
| * Unexec removal: Main partPip Cet2024-12-121-166/+3
* | Remove workaround for AIX 3.2 crashesStefan Kangas2025-01-191-8/+0
* | Replace call[1-8] with callnStefan Kangas2025-01-191-2/+2
* | Fix setup of coding-systems on MS-WindowsEli Zaretskii2025-01-051-1/+12
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Invert preprocessor condition to fix 'C-x 4 a'Stefan Kangas2024-12-161-3/+3
|/
* Fix bootstrap on MS-WindowsEli Zaretskii2024-10-261-0/+1
* Merge from savannah/emacs-30Po Lu2024-08-171-2/+2
|\
| * Apply --display kluge for PGTK tooPeter Oliver2024-08-171-2/+2
* | Merge from savannah/emacs-30Po Lu2024-07-181-1/+1
|\ \ | |/
| * ; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.Po Lu2024-07-181-1/+1
* | Merge from savannah/emacs-30Po Lu2024-07-051-0/+4
|\ \ | |/
| * Fix MS-Windows build with native-compilationEli Zaretskii2024-07-031-0/+4
* | Merge from savannah/emacs-30Po Lu2024-06-301-3/+5
|\ \ | |/
| * Restore functionality on Windows 98Po Lu2024-06-231-3/+5
* | Assume setlocale existsPaul Eggert2024-06-301-17/+7
* | Do not worry about whether locale.h is includablePaul Eggert2024-06-301-4/+1
|/
* ; * src/emacs.c (Fkill_emacs): Doc fix.Eli Zaretskii2024-06-111-1/+2
* Unbreak the Cygw32 buildEli Zaretskii2024-06-071-0/+4
* Support built-in thumbnail creation on MS-WindowsEli Zaretskii2024-05-301-0/+4
* Fix failure of `restart-emacs' to restart Emacs on AndroidPo Lu2024-05-141-3/+7
* Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-0/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-5/+7
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-0/+3
* Prevent reporting of crashes when Emacs is restarted on AndroidPo Lu2024-05-031-0/+15
* Always enable native JSON support and remove Jansson referencesMattias Engdegård2024-03-301-3/+0
* New JSON encoder (bug#70007)Mattias Engdegård2024-03-301-4/+0
* Correctly handle non-BMP characters in Android content file namesPo Lu2024-03-231-0/+1
* Remove redundant call to 'eln_load_path_final_clean_up'Eli Zaretskii2024-02-211-4/+0
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-091-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\