summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAge
* Extend memory-info for remote systemsMichael Albinus2022-11-27
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * Advise against using too-high GC thresholdsEli Zaretskii2022-11-20
| * itree.c: Make the iterator reentrant (bug#59183)Stefan Monnier2022-11-17
| * Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-03
| * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-19
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-19
| * Revert "mark_overlays: Use the normal ITREE_FOREACH"Matt Armstrong2022-10-19
| * Tighten up handling of `otick`Stefan Monnier2022-10-09
| * mark_overlays: Use the normal ITREE_FOREACHStefan Monnier2022-10-02
| * Remove the per-tree null nodeGerd Möllmann2022-09-30
| * alloc.c: Avoid nested overlay iterations (bug#58158)Stefan Monnier2022-09-29
| * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-28
| * Merge 'master' into noverlayStefan Monnier2022-09-25
| |\
| * | Remove redundant checks for the empty overlay treeAndreas Politz2017-10-09
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-17
* | | Support MinGW build on MS-WindowsEli Zaretskii2022-10-16
* | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-05
|\ \ \ | | |/ | |/|
| * | ; * src/alloc.c (check_pure_size): Fix last change.Po Lu2022-09-10
| * | Fix several printfs for 32 bit systemsPo Lu2022-09-10
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\| |
| * | * src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo2022-08-19
| * | * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-19
| * | Fix --without-x build after previous image cache changesLars Ingebrigtsen2022-07-14
| * | Prune the animation cache from gcLars Ingebrigtsen2022-07-14
| * | Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-06-22
| * | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-14
|\| |
| * | Nonrecursive Lisp reader (bug#55676)Mattias Engdegård2022-05-30
| * | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-24
| * | Pacify GCC 12 in default developer buildPaul Eggert2022-05-12
* | | Add new type treesit-compiled-queryYuan Fu2022-06-14
* | | ; Merge from master.Yuan Fu2022-05-07
|\| |
| * | Improve documentation of 'malloc-trim'Eli Zaretskii2022-05-01
| * | Add new function `malloc-trim'Lars Ingebrigtsen2022-05-01
| * | Fix GCC warnings when CHECK_LISP_OBJECT_TYPEStefan Monnier2022-04-19
| * | Port struct Lisp_Subr to C99Paul Eggert2022-04-18
| * | Rename mark_stack to mark_c_stackMattias Engdegård2022-04-08
| * | Mark some data during drag-and-dropPo Lu2022-04-05
| * | ; * src/alloc.c (grow_mark_stack): Remove unused variable.Eli Zaretskii2022-04-04
| * | Reduce GC mark-phase recursion by using explicit stack (bug#54698)Mattias Engdegård2022-04-04
| * | Simplify alloc.c static function declsPaul Eggert2022-03-19
| * | Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-19
| * | Separate bytecode stackMattias Engdegård2022-03-13
* | | Add tree-sitter intergrationYuan Fu2022-05-07
|/ /
* | Fix build on glibc <2.10Po Lu2022-02-22
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* | ; * src/alloc.c (mark_memory): Fix outdated comment.Mattias Engdegård2022-02-06
* | Pin bytecode strings to avoid copy at call timeMattias Engdegård2022-01-24