aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Prevent crashes due to redisplay while realizing the default faceEli Zaretskii2024-05-262-2/+18
* | Fix --enable-checking build with macOS clang 15.0.0Naofumi Yasufuku2024-05-261-0/+3
* | Clean up legacy bytecode loadingMattias EngdegÄrd2024-05-263-110/+18
* | Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu2024-05-263-18/+35
* | * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).Andrea Corallo2024-05-251-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2024-05-252-2/+2
|\ \ | |/
| * Avoid assertion violations in displaying under 'outline-minor-mode'Eli Zaretskii2024-05-251-1/+1
| * Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii2024-05-221-1/+1
* | * src/comp.c (check_comp_unit_relocs): Remove unneccesary double access.Andrea Corallo2024-05-241-1/+1
* | Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-237-41/+113
* | ; * src/unexelf.c (unexec): Fix compiler warning.Po Lu2024-05-231-0/+2
* | Adapt last change to AndroidPo Lu2024-05-201-2/+15
* | Circumvent bug#70989Po Lu2024-05-201-2/+14
* | ; Stylistic adjustments to sfnt.cPo Lu2024-05-201-2/+4
* | Tweak STORE_NUMBER arg typePaul Eggert2024-05-191-1/+1
* | Port knuth_hash to odd platformsPaul Eggert2024-05-191-5/+9
* | Pacify -Wanalyzer-null-dereference in sfnt.cPaul Eggert2024-05-191-21/+13
* | Fix Android 2.2 buildPo Lu2024-05-191-0/+2
* | Fix Android buildPo Lu2024-05-191-0/+1
* | Simplify 32-bit Android bit fiddlingPaul Eggert2024-05-181-40/+2
* | Prefer stdbit.h to count-one-bits.h etcPaul Eggert2024-05-182-93/+9
* | New functions '(set-)window-cursor-type'Eshel Yaron2024-05-183-11/+76
* | Housekeeping around androidselect.cPo Lu2024-05-181-29/+27
* | Merge from origin/emacs-29Eli Zaretskii2024-05-182-4/+22
|\ \ | |/
| * ; Improve documentation of 'set-fontset-font'Eli Zaretskii2024-05-171-1/+10
| * ; * src/window.c (Fwindow_scroll_bars): Doc fix.Eli Zaretskii2024-05-131-3/+12
* | * Work around GCC bug affecting Garbage Collection (bug#65727).Andrea Corallo2024-05-181-0/+6
* | Port to certain Android environments with no GUIPo Lu2024-05-171-4/+3
* | ; Avoid compiler warning in w32term.cEli Zaretskii2024-05-171-1/+1
* | Fix some compilation warningsEli Zaretskii2024-05-141-0/+3
* | ; * src/process.c (network_lookup_address_info_1): Quote functionRobert Pluim2024-05-141-1/+1
* | Document 'use-default-font-for-symbols' moreRobert Pluim2024-05-141-1/+2
* | ; Fix whitespaceMichael Albinus2024-05-141-4/+2
* | Fix failure of `restart-emacs' to restart Emacs on AndroidPo Lu2024-05-141-3/+7
* | Introduce 'compilation-safety' variableAndrea Corallo2024-05-131-2/+6
* | Communicate frame titles to the window manager on AndroidPo Lu2024-05-135-4/+123
* | ; * src/epaths.in: Declare and use android_game_path.Po Lu2024-05-131-1/+2
* | Complete pacification of build warnings on AndroidPo Lu2024-05-134-8/+7
* | Fix offset of reported conversion regionsPo Lu2024-05-121-4/+4
* | Silence some macOS build warningsMattias EngdegÄrd2024-05-125-3/+9
* | Properly deinitialize directory cursors on closedirPo Lu2024-05-121-0/+4
* | ; Fix a recent change in fns.cEli Zaretskii2024-05-121-2/+2
* | Pacify warnings in gmalloc.cPo Lu2024-05-121-3/+7
* | Fix the DJGPP buildPo Lu2024-05-121-0/+2
* | * src/keyboard.c (lispy_function_keys): Define as static on Android.Po Lu2024-05-121-1/+1
* | Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-1110-12/+15
* | ; More coding style fixesPo Lu2024-05-111-3/+3
* | ; Fix coding style in timsort.cPo Lu2024-05-111-9/+11
* | Delete unused functionsPo Lu2024-05-111-16/+0
* | Implement dots and dashes on MS-WindowsPo Lu2024-05-102-13/+91