summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
| |\ \ \
| * | | | Make PGTK's additions conditioinalYuuki Harano2021-08-161-0/+7
| * | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-8/+36
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-3/+34
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-181-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-081-0/+33
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-301-2/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-2/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-051-1/+33
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/pgtkYuuki Harano2020-11-291-4/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Introduce Pure GTK3 portYuuki Harano2020-11-221-2/+5