aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Avoid compilation warnings about uninitialized variablesscratch/igcEli Zaretskii2025-01-161-4/+4
* Remove DEFVAR_LISP_NOPRO when HAVE_MPSStefan Kangas2025-01-151-6/+1
* ; * src/igc.c (gc_init_header): Make switch exhaustive.Gerd Möllmann2025-01-151-1/+25
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-1527-329/+596
|\
| * Use calln instead of calling Ffuncall directlyStefan Kangas2025-01-145-5/+5
| * ; Fix wording and coding style of a recent commitEli Zaretskii2025-01-141-6/+2
| * Handle removal of selected tty child frameMartin Rudalics2025-01-146-75/+141
| * src/comp.c: New macro CALLNIStefan Kangas2025-01-141-67/+55
| * Prefer calln to CALLN where applicableStefan Kangas2025-01-149-39/+26
| * Add 'and', 'named', and 'anonymous' predicate for tree-sitterYuan Fu2025-01-121-5/+32
| * Use eabs in Fcurrent_time_zoneStefan Kangas2025-01-131-1/+1
| * ; Add some niceties to .lldbinitGerd Möllmann2025-01-121-0/+15
| * ; * src/keymap.c: Fix last change (bug#75219).Eli Zaretskii2025-01-121-1/+1
| * Fix mouse-2 clicks on mode line and header lineEli Zaretskii2025-01-121-4/+14
| * ; * src/term.c (term_mouse_position): Fix 'fp' pointer.Juri Linkov2025-01-111-1/+1
| * Fix handling of 'minibuffer' frame parameter for tty framesMartin Rudalics2025-01-111-4/+49
| * ; * src/term.c (tty_frame_at, term_mouse_position): Fix last change.Eli Zaretskii2025-01-111-2/+6
| * Merge from origin/emacs-30Eli Zaretskii2025-01-111-5/+5
| |\
| | * ; Fix documentation of completion commandsEli Zaretskii2025-01-111-5/+5
| * | Support TTY child frames with GPM mouseJared Finder2025-01-112-13/+59
| * | Protect Vframe_list updating from interruptionsRobert Pluim2025-01-101-0/+2
| * | Have 'split-window' optionally resurrect deleted windowsMartin Rudalics2025-01-101-95/+166
| * | Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov2025-01-101-2/+6
| * | In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)Martin Rudalics2025-01-092-2/+2
| * | ; Fix indentation in itree.cStefan Kangas2025-01-091-10/+10
| * | Improve 'gethash' docstringStefan Kangas2025-01-091-1/+4
| * | ; * src/lisp.h (struct Lisp_Subr): Fix comment (again).Eli Zaretskii2025-01-081-2/+2
| * | ; * src/lisp.h (struct Lisp_Subr): Fix comment.Eli Zaretskii2025-01-081-2/+2
| * | Fix store_function_docstring for native subrs (Bug#74966)Pip Cet2025-01-083-3/+13
| * | ; Fix indentation in src/nsterm.hStefan Kangas2025-01-081-16/+16
| * | Move define_error declaration and docstringStefan Kangas2025-01-082-5/+4
| * | ; Fix indentationStefan Kangas2025-01-081-2/+2
* | | ; * src/igc.c (scan_ambig): Make switch exhaustive.Gerd Möllmann2025-01-131-2/+6
* | | Use exhaustive switches for hash_table_weakness_tStefan Kangas2025-01-131-4/+4
* | | Delete unused macro DEFVAR_LISP_NOPROXStefan Kangas2025-01-121-12/+0
* | | ; Fix indentation in lisp.hStefan Kangas2025-01-121-6/+6
* | | Remove inhibit_garbage_collection when HAVE_MPSStefan Kangas2025-01-129-2/+37
* | | Fix building IGC with ASanStefan Kangas2025-01-121-1/+1
* | | * src/igc.c: Add introductory comment pointing to igc.org.Stefan Kangas2025-01-121-0/+2
* | | ; * src/callproc.c (call_process): Fix a typo.Eli Zaretskii2025-01-111-2/+2
* | | ; * src/keyboard.c (init_keyboard): Fix typo.Pip Cet2025-01-101-1/+1
* | | Restore old make_environment_block code for !HAVE_MPS buildsPip Cet2025-01-101-3/+17
* | | Always staticpro Lisp_Object in search.cStefan Kangas2025-01-101-4/+0
* | | Improve igc-step-interval docstringStefan Kangas2025-01-101-5/+5
* | | Attempt to catch mismatched igc_xzalloc/xfree callsPip Cet2025-01-103-0/+20
* | | Reduce the number of leaked roots (Bug#75477)Pip Cet2025-01-101-1/+1
* | | Remove redundant declarations to pacify GCCPip Cet2025-01-102-2/+1
* | | Destroy IGC roots rather than leaking them (Bug#75477)Pip Cet2025-01-101-1/+7
* | | Add a staticpro in search.c (bug#75459)Gerd Möllmann2025-01-091-0/+5
* | | Add many missing CHECK_STRUCTS checks to igcStefan Kangas2025-01-093-4/+82