aboutsummaryrefslogtreecommitdiffstats
path: root/src/igc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make SAFE_NALLOCA allocate an ambiguous rootGerd Möllmann2025-01-081-0/+6
* [MPS] Fix marking of xwidgetsPip Cet2024-12-301-4/+4
* ; igc: Fix typos and punctuationStefan Kangas2024-12-281-41/+41
* ; * src/igc.c (weak_hash_table_entry): Avoid compiler warning.Eli Zaretskii2024-12-261-2/+2
* Avoid MPS being interrupted by signalsPip Cet2024-12-221-0/+49
* [MPS] Another hypothetical 32-bit big-endian WIDE_EMACS_INT fixPip Cet2024-12-111-1/+5
* [MPS] Fix assertion violation crash in weak hash table codePip Cet2024-12-111-1/+1
* Fix an eassert againPip Cet2024-12-111-1/+1
* Fix an eassertGerd Möllmann2024-12-111-1/+1
* Fix hypothetical big-endian 32-bit WIDE_EMACS_INT + MPS buildPip Cet2024-12-111-4/+10
* Enable WIDE_EMACS_INT + MPS buildsPip Cet2024-12-111-4/+1
* ; Fix last changeGerd Möllmann2024-10-281-1/+0
* Fix glyph pools instead of matrices on ttysGerd Möllmann2024-10-281-7/+19
* Fix glyph matrices a bit differently for ttysGerd Möllmann2024-10-281-2/+10
* * src/igc.c (fix_frame): Fix last change.Eli Zaretskii2024-09-051-5/+1
* * src/igc.c (fix_frame): Check for null FRAME_OUTPUT_DATA.Gerd Möllmann2024-09-051-1/+5
* ; * src/igc.c (fix_frame): Fix comments.Eli Zaretskii2024-09-041-3/+3
* * src/igc.c (fix_frame): Trace Mouse_HLInfo.Gerd Möllmann2024-09-041-0/+13
* Remove redundant calls to gc_init_headerHelmut Eller2024-08-091-4/+0
* Shring regexp cache on idleGerd Möllmann2024-08-011-0/+2
* Fix compilation when modules are disabledPip Cet2024-07-311-0/+2
* Make some functions externally visible for LLDBGerd Möllmann2024-07-291-3/+7
* Simplify face_cache and image_cache handlingGerd Möllmann2024-07-291-75/+16
* Revert "Make glyphs ambiguous roots"Gerd Möllmann2024-07-291-0/+31
* Make glyphs ambiguous rootsGerd Möllmann2024-07-281-31/+0
* Roots for malloc'd emacs_value_framesGerd Möllmann2024-07-271-8/+8
* Fix 32-bit MPS buildsPip Cet2024-07-241-4/+2
* Correct for some incorrect pseudoheader sizes in igc.cPip Cet2024-07-221-3/+19
* ; * src/igc.c: Fix style and punctuation of comments.Eli Zaretskii2024-07-211-82/+82
* Fix dumping with --enable-checking=igc_check_fwdPip Cet2024-07-211-1/+1
* Adjust igc.c code to header changesPip Cet2024-07-211-143/+61
* Make client_to_base, base_to_client identity functionsPip Cet2024-07-211-2/+2
* Split up MPS fix functions by typePip Cet2024-07-211-67/+170
* Adjust dumping code to assume a headerPip Cet2024-07-211-8/+8
* Allocate hash table vectors and object vectors as Lisp_VectorsPip Cet2024-07-211-2/+3
* Give byte allocations a headerPip Cet2024-07-211-1/+3
* Give string data objects a headerPip Cet2024-07-201-4/+8
* Add function to init an MPS header for string dataPip Cet2024-07-201-0/+16
* Initialize GC headers of non-MPS-managed objectsPip Cet2024-07-201-0/+42
* * src/igc.c (set_header): Fix typoPip Cet2024-07-201-2/+2
* Revert "scan_stack with __builtin_unwind_init"Gerd Möllmann2024-07-201-19/+1
* Revert "Remove asm statement from scan_stack"Gerd Möllmann2024-07-201-0/+1
* Remove asm statement from scan_stackGerd Möllmann2024-07-201-1/+0
* igc_check_fwd with is_vector argumentGerd Möllmann2024-07-201-2/+2
* scan_stack with __builtin_unwind_initGerd Möllmann2024-07-201-1/+19
* Convert SPLAT_PVEC to a function, restore an exhaustive switchGerd Möllmann2024-07-201-4/+44
* Remove scan_exact_raw, use scan_ptr_exactGerd Möllmann2024-07-181-13/+1
* Remove special code to handle NS EmacsScrollerGerd Möllmann2024-07-181-7/+0
* New function igc_xalloc_raw_exactGerd Möllmann2024-07-181-0/+22
* Fix igc_check_fwdGerd Möllmann2024-07-181-1/+3