summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* itree.c: Make the iterator reentrant (bug#59183)Stefan Monnier2022-11-171-5/+0
* Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-031-1/+1
* Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-191-1/+1
* Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-2/+2
* Revert "mark_overlays: Use the normal ITREE_FOREACH"Matt Armstrong2022-10-191-3/+19
* Tighten up handling of `otick`Stefan Monnier2022-10-091-5/+3
* mark_overlays: Use the normal ITREE_FOREACHStefan Monnier2022-10-021-17/+3
* Remove the per-tree null nodeGerd Möllmann2022-09-301-1/+1
* alloc.c: Avoid nested overlay iterations (bug#58158)Stefan Monnier2022-09-291-5/+17
* itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-281-0/+3
* Merge 'master' into noverlayStefan Monnier2022-09-251-2115/+2417
|\
| * ; * src/alloc.c (check_pure_size): Fix last change.Po Lu2022-09-101-1/+1
| * Fix several printfs for 32 bit systemsPo Lu2022-09-101-1/+1
| * * src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo2022-08-191-0/+7
| * * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-191-5/+0
| * Fix --without-x build after previous image cache changesLars Ingebrigtsen2022-07-141-0/+2
| * Prune the animation cache from gcLars Ingebrigtsen2022-07-141-0/+3
| * Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-06-221-0/+4
| * Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
| * Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-301-0/+1
| * Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
| * Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-1/+4
| * Improve documentation of 'malloc-trim'Eli Zaretskii2022-05-011-4/+4
| * Add new function `malloc-trim'Lars Ingebrigtsen2022-05-011-0/+34
| * Fix GCC warnings when CHECK_LISP_OBJECT_TYPEStefan Monnier2022-04-191-2/+2
| * Port struct Lisp_Subr to C99Paul Eggert2022-04-181-1/+1
| * Rename mark_stack to mark_c_stackMattias Engdegård2022-04-081-3/+3
| * Mark some data during drag-and-dropPo Lu2022-04-051-0/+4
| * ; * src/alloc.c (grow_mark_stack): Remove unused variable.Eli Zaretskii2022-04-041-1/+0
| * Reduce GC mark-phase recursion by using explicit stack (bug#54698)Mattias Engdegård2022-04-041-264/+354
| * Simplify alloc.c static function declsPaul Eggert2022-03-191-20/+5
| * Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-0/+1
| * Separate bytecode stackMattias Engdegård2022-03-131-1/+1
| * Fix build on glibc <2.10Po Lu2022-02-221-2/+5
| * Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-7/+7
| * ; * src/alloc.c (mark_memory): Fix outdated comment.Mattias Engdegård2022-02-061-2/+2
| * Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-241-4/+34
| * Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-10/+24
| |\
| | * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| | |\
| | | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| | * | (Fmake_finalizer): Check the arg is a functionStefan Monnier2021-12-311-0/+1
| | * | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-111-0/+1
| | |\ \
| | | * | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-111-0/+1
| | * | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-031-9/+11
| | |\| |
| | | * | Merge from origin/emacs-28Stefan Kangas2021-12-031-9/+11
| | | |\|
| | | | * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-021-9/+11
| | * | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-0/+4
| | |\| |
| | * | | Fix coding styleYuuki Harano2021-11-141-1/+1
| | * | | Revert #if changesYuuki Harano2021-11-131-2/+2
| | * | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-19/+27
| | |\ \ \