aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Unexec removal: Remove HYBRID_MALLOC supportPip Cet2024-12-1210-220/+32
| * | Unexec removal: Main partPip Cet2024-12-1214-435/+46
| * | Unexec removal: Remove obsolete filesPip Cet2024-12-1211-4666/+0
* | | Don’t use garbage after tty_frame_at returns nilPaul Eggert2025-01-311-2/+2
* | | Revert "Prefer static switch-case checking in pdumper"Pip Cet2025-01-311-0/+19
* | | Revert "Pacify -Wanalyzer-use-of-uninitialized-value"Pip Cet2025-01-311-29/+62
* | | Revert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.Pip Cet2025-01-311-1/+1
* | | Avoid stack overflow on MS-Windows due to 'make-temp-name'Eli Zaretskii2025-01-311-6/+6
* | | ; * src/pdumper.c (dump_do_fixup): Pacify GCC.Eli Zaretskii2025-01-301-1/+1
* | | Fix tree-sitter language remappingYuan Fu2025-01-291-18/+26
* | | Further fixes for cursor positioning (bug#75056)Gerd Möllmann2025-01-301-16/+20
* | | Replace two macros with functions in dispnew.c (bug#75056)Gerd Möllmann2025-01-301-19/+4
* | | Don't use selected frame in tty_set_cursor (bug#75056)Gerd Möllmann2025-01-301-5/+3
* | | ; Fix Cygw32 buildEli Zaretskii2025-01-291-1/+1
* | | ; Fix last changeEli Zaretskii2025-01-281-2/+2
* | | New variable 'expose-hidden-buffer' (Bug#75828)Martin Rudalics2025-01-282-3/+19
* | | Fix frame-visible-p for tty root framesGerd Möllmann2025-01-281-2/+0
* | | Avoid some make_formatted_string mallocsPaul Eggert2025-01-271-1/+1
* | | Make vmessage a bit saferPaul Eggert2025-01-271-4/+5
* | | Avoid printing NUL characters in 'message' (bug#75900)Pip Cet2025-01-271-3/+12
* | | Fix buffer overflows in doprnt (bug#75900)Pip Cet2025-01-271-2/+7
* | | doprnt %X supportPaul Eggert2025-01-271-2/+3
* | | Fix clicking in child frames with GPMjared2025-01-271-2/+4
* | | Pacify -Wanalyzer-use-of-uninitialized-valuePaul Eggert2025-01-261-62/+29
* | | Fix unlikely eassert failure in invalid_radix_integerPaul Eggert2025-01-261-3/+3
* | | Fix unlikely eassert failure in xg_set_widget_bgPaul Eggert2025-01-261-7/+3
* | | Fix unlikely eassert failure in pgtk_enumerate_devicesPaul Eggert2025-01-261-9/+4
* | | Minor format_string tuneupPaul Eggert2025-01-261-5/+1
* | | Ignore -fanalyzer-null-argument in pgtkterm.cPaul Eggert2025-01-261-0/+5
* | | Pacify -fanalyzer-null-argument on pgtk_term_initPaul Eggert2025-01-261-1/+1
* | | Protect against GCing of last_mouse_windowPaul Eggert2025-01-269-10/+10
* | | Pacify GCC in pgtkselect malloc alignmentPaul Eggert2025-01-261-92/+39
* | | Avoid undefined behavior with botched pgtk menuPaul Eggert2025-01-261-1/+1
* | | Use gtk_disable_setlocalePaul Eggert2025-01-262-8/+3
* | | Avoid unlikely int overflow.Paul Eggert2025-01-262-7/+8
* | | Beware large stack growth in pgtk_menu_showPaul Eggert2025-01-262-11/+10
* | | Fix x-show-tip bignum crashPaul Eggert2025-01-261-6/+6
* | | Prefer make_formatted_string in svg_load_imagePaul Eggert2025-01-261-54/+18
* | | Simplify building of color names in image.cPaul Eggert2025-01-261-23/+18
* | | Simplify make_formatted_string APIPaul Eggert2025-01-268-58/+44
* | | Fix unlikely time zone abbreviation bugPaul Eggert2025-01-261-9/+18
* | | Fix the Android portPo Lu2025-01-272-0/+10
* | | Fix compilation warnings in pdumper with !HAVE_NATIVECOMPStefan Kangas2025-01-261-3/+7
* | | Prefer static switch-case checking in pdumperStefan Kangas2025-01-261-19/+0
* | | Avoid crashes in Fdocumentation caused by incorrect data typesPip Cet2025-01-261-1/+1
* | | Display separators on tty menus with display table entriesGerd Möllmann2025-01-263-17/+39
* | | Change doc string of frame-visible-pGerd Möllmann2025-01-251-5/+1
* | | Replace is_frame_ancestor with frame_ancestor_pGerd Möllmann2025-01-253-16/+4
* | | Add 'treesit-forward-comment' with 'forward-comment-function'Juri Linkov2025-01-251-0/+8
* | | Merge from origin/emacs-30Eli Zaretskii2025-01-255-11/+16
|\ \ \ | | |/ | |/|