summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2022-04-19Fix GCC warnings when CHECK_LISP_OBJECT_TYPEStefan Monnier
2022-04-18Port struct Lisp_Subr to C99Paul Eggert
2022-04-08Rename mark_stack to mark_c_stackMattias Engdegård
2022-04-05Mark some data during drag-and-dropPo Lu
2022-04-04; * src/alloc.c (grow_mark_stack): Remove unused variable.Eli Zaretskii
2022-04-04Reduce GC mark-phase recursion by using explicit stack (bug#54698)Mattias Engdegård
2022-03-19Simplify alloc.c static function declsPaul Eggert
2022-03-19Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen
2022-03-13Separate bytecode stackMattias Engdegård
2022-02-22Fix build on glibc <2.10Po Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-06; * src/alloc.c (mark_memory): Fix outdated comment.Mattias Engdegård
2022-01-24Pin bytecode strings to avoid copy at call timeMattias Engdegård
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31(Fmake_finalizer): Check the arg is a functionStefan Monnier
2021-12-11Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen
2021-12-03Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-03Merge from origin/emacs-28Stefan Kangas
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-29First commit of scratch/correct-warning-pos.Alan Mackenzie
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-14Fix coding styleYuuki Harano
2021-11-13Revert #if changesYuuki Harano
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-10-13Pacify GCC -Wanalyzer-possible-null-dereferencePaul Eggert
2021-10-03Pacify -Wanalyzer-null-argument in lisp_mallocPaul Eggert
2021-09-25; Remove various duplicated wordsMattias Engdegård
2021-08-16Make PGTK's additions conditioinalYuuki Harano
2021-08-15Make Emacs compile with musl instead of glibcLars Ingebrigtsen
2021-07-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-14Pacify gcc -Woverflow more clearlyPaul Eggert
2021-07-12Pacify gcc -Woverflow more nicelyPaul Eggert
2021-07-11Fix compilation of the --with-wide-int configurationEli Zaretskii
2021-07-11Make pdumper-marking pickierPaul Eggert
2021-07-11Fix pdumper-related GC bugPaul Eggert
2021-04-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-19Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-04-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-15Fix 'garbage-collect-maybe'Eli Zaretskii
2021-03-09Zero stale pointer when unloading comp units (bug#46256)Pip Cet
2021-03-08Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-02-21Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-02-21Faster, more compact, and readable closure creationMattias Engdegård
2021-01-30Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-24Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-01-20Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier