summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-28dbus-call-method-asynchronously supports also an ERROR-HANDLERmasterMichael Albinus
2026-05-28Fix the MSDOS buildPo Lu
2026-05-28Fix the Android build againPo Lu
2026-05-27Use compound literal in lisp_h_make_fixnum_wrapPaul Eggert
2026-05-27Port MinGW GCC 9.2 image.c fix to non MS-WindowsPaul Eggert
2026-05-27pgtk: Fix -Wint-conversion compilation error.Collin Funk
2026-05-27Unbreak MS-Windows build broken by Gnulib syncEli Zaretskii
2026-05-26Also copy lib/mini-gmp-gnulib.c from GnulibPaul Eggert
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Update from Gnulib by running admin/merge-gnulibPaul Eggert
2026-05-26Pacify GCC better when building the test modulePaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-26Pixel-direct alignment in visual-wrap-prefix-mode (bug#81039)Andrea Alberti
2026-05-26Gnus: Prefer passing functions to message-add-actionStefan Monnier
2026-05-26Fix self-insert-command in multibyte buffers (bug#81129)Pip Cet
2026-05-25lisp/emacs-lisp/package.el (package-quickstart-refresh): Delete stale elcStefan Monnier
2026-05-25; * src/sfntfont-android.c (GET_SCANLINE_BUFFER): Fix a typo.Eli Zaretskii
2026-05-25;cperl-mode.el: Fix fontification edge casesHarald Jörg
2026-05-25; * src/sfntfont-android.c (GET_SCANLINE_BUFFER): Correct commentary.Po Lu
2026-05-25Fix parsing of font metadata tables on AndroidPo Lu
2026-05-25Fix the Android buildPo Lu
2026-05-25Revert "Don’t silently truncate file names in exec.c"Po Lu
2026-05-24Avoid crash in self-insert-command with non-ASCII auto-fillPip Cet
2026-05-24Avoid crash in self-insert-command for peculiar argumentsPip Cet
2026-05-24Fix 'do_casify_natnum' for events with all flags setPip Cet
2026-05-24Fix off-by-one error in 'styled_format'Pip Cet
2026-05-23Fold calls to fix_position into treesit_check_position (bug#80830)Yuan Fu
2026-05-23EVENT_INIT via a compound literalPaul Eggert
2026-05-23sfnt.c eassert vs assertPaul Eggert
2026-05-23Better size overflow checking for sfnt.cPaul Eggert
2026-05-23Simplify sfnt.c by using long longPaul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23Fix format typos in never-executed textconv.cPaul Eggert
2026-05-23Be more careful about X selection sizesPaul Eggert
2026-05-23sfnt_parse_languages does not need USE_SAFE_ALLOCAPaul Eggert
2026-05-23Omit useless android_get_image castsPaul Eggert
2026-05-23Document PTRDIFF_MAX <= SIZE_MAX assumptionPaul Eggert
2026-05-23Update src/alloc.c commentsPaul Eggert
2026-05-23adjust_glyph_matrix reallocation improvementPaul Eggert
2026-05-23Be more careful about size multiplicationPaul Eggert
2026-05-23Avoid memsets in coding.cPaul Eggert
2026-05-23Avoid memsets in charset.cPaul Eggert
2026-05-23Avoid memsets in atimer.cPaul Eggert
2026-05-23Avoid memsets in pop.cPaul Eggert
2026-05-23Avoid a memset in emacsclient get_server_configPaul Eggert
2026-05-23Avoid a memset in alloc-colors.cPaul Eggert
2026-05-23Fix emit_static_object comment (no bzero call)Paul Eggert
2026-05-23Avoid a memset in allocate_widget_instancePaul Eggert
2026-05-23Don’t silently truncate file names in exec.cPaul Eggert
2026-05-23Don’t use VLA in etags.c mercury_declPaul Eggert