aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-4/+6
|\
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| * Initial child frames based on masterGerd Möllmann2024-10-221-3/+5
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-14/+28
|\ \ | |/
| * Merge from origin/emacs-30Eli Zaretskii2024-09-211-3/+2
| |\
| | * Re-enable GC mark trace buffer by defaultMattias Engdegård2024-09-171-3/+2
| * | Remove low-level keyboard hook when attaching GDB to Emacs on WindowsEli Zaretskii2024-09-071-0/+10
| * | Prefer static_assert to verifyStefan Kangas2024-08-221-13/+13
* | | Fix gnutls crashes on MPS Windows buildsPip Cet2024-08-241-1/+7
* | | Better GDB support for MPS buildsPip Cet2024-08-221-0/+7
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-72/+39
|\ \ \ | |/ /
| * | Improve window/buffer handling codeMartin Rudalics2024-08-011-36/+0
| * | Fix bool vector length overflowPaul Eggert2024-07-201-6/+10
| * | Avoid accessing uninitialized bool_vector wordsPaul Eggert2024-07-201-18/+24
| * | alloc.c: ckd_add, not by-hand checksPaul Eggert2024-07-161-4/+4
| * | Pacify -Wmissing-variable-declarations for lisp_malloc_userPaul Eggert2024-07-161-0/+1
| |/
* | Correct for some incorrect pseudoheader sizes in igc.cPip Cet2024-07-221-1/+1
* | Fix dumping with --enable-checking=igc_check_fwdPip Cet2024-07-211-1/+1
* | Give pure string data a headerPip Cet2024-07-201-1/+14
* | Initialize GC headers of non-MPS-managed objectsPip Cet2024-07-201-0/+8
* | Give all GC-relevant objects a GC headerPip Cet2024-07-201-4/+4
* | Turn union vectorlike_header into struct vectorlike_headerPip Cet2024-07-201-7/+7
* | Fix init_strings for non-MPS build in my forkGerd Möllmann2024-07-111-0/+17
* | Don't make pure strings in my forkGerd Möllmann2024-07-111-0/+5
* | Ensure empty strings are unique and purePip Cet2024-07-101-10/+5
* | * src/alloc.c (SET_SYMBOL_MARKED): Remove unused define to silence warning.Andrea Corallo2024-07-101-2/+0
* | Die if pure space overflows and we're using MPSPip Cet2024-07-081-0/+3
* | Don't try to process messages in garbage_collectGerd Möllmann2024-07-061-3/+0
* | Trace global finalizer structures' linksPip Cet2024-07-061-0/+6
* | Put hash tables' key/value arrays into the Lisp part of pure spacePip Cet2024-07-051-0/+8
* | MPS weak-key hash table supportPip Cet2024-07-011-0/+12
* | Revert "build_marker histogram"Gerd Möllmann2024-06-301-16/+2
* | build_marker histogramGerd Möllmann2024-06-291-2/+16
* | Fix size of 'pure'Eli Zaretskii2024-06-281-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-8/+9
|\ \ | |/
| * Correctly cache images when frames vary in their font metricsPo Lu2024-06-201-6/+7
| * Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-281-2/+2
* | Fix build on savannahGerd Möllmann2024-06-141-1/+0
* | Fix igc_replace_char and its useGerd Möllmann2024-06-141-1/+3
* | Use weak vector for buffer markersGerd Möllmann2024-06-141-0/+6
* | IGC_OBJ_BYTESGerd Möllmann2024-06-141-1/+1
* | Use igc_make_byte_vec for hash tablesHelmut Eller2024-05-291-0/+8
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-25/+29
|\ \ | |/
| * Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-2/+3
| * Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-3/+5
| * Take fields into account during text conversionPo Lu2024-04-291-0/+1
| * (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-20/+20
* | Alloc hash table key/value from MPSGerd Möllmann2024-05-191-1/+7
* | Remove hack for dumped hash tablesGerd Möllmann2024-05-191-16/+0
* | Use PVEC_MODULE_GLOBAL_REFERENCE instead of PVEC_OTHERGerd Möllmann2024-04-261-1/+3