summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAge
* Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Be more aggressive in marking objects during GCPaul Eggert2020-05-31
* Update copyright year to 2020Paul Eggert2020-01-01
* Update documentation of pure-space overflowEli Zaretskii2019-12-14
* Fix gc-elapsed rounding bugPaul Eggert2019-09-14
* Improve gc-cons-percentage calculationPaul Eggert2019-09-14
* Simplify GC statistics-gatheringPaul Eggert2019-09-13
* Improve checking of pdump load failuresPaul Eggert2019-09-11
* Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert2019-09-07
* Fix bugs when recalculating consing_until_gcPaul Eggert2019-09-05
* Avoid casting -1 to possibly-unsigned enumPaul Eggert2019-09-03
* Sync consing_until_gc with gc-cons-thresholdPaul Eggert2019-09-03
* Don’t debug fset by defaultPaul Eggert2019-08-21
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-14
* Don’t increase consing_until_gc when out of memoryPaul Eggert2019-08-13
* Let consing_until_gc exceed EMACS_INT_MAXPaul Eggert2019-08-13
* Let consing_until_gc exceed INTPTR_MAXPaul Eggert2019-08-13
* Fix GC threshold typoPaul Eggert2019-08-13
* ; Add commentary to recent changesEli Zaretskii2019-08-12
* Prefer signed when testing for signed overflowPaul Eggert2019-08-11
* Fix garbage collectionEli Zaretskii2019-08-11
* Fix arithmetic overflow in GC consing countPaul Eggert2019-07-27
* Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-23
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-23
* Keep track of consing while GC’s inhibitedPaul Eggert2019-07-22
* Fix lifetime error in previous patchPaul Eggert2019-07-21
* Speed up maybe_gc when GC is inhibitedPaul Eggert2019-07-21
* pure_alloc returns cleared memoryPaul Eggert2019-07-21
* Fix crash if user test munges hash tablePaul Eggert2019-07-20
* Inhibit GC after inhibit_garbage_collectionPaul Eggert2019-07-20
* Simplify maybe_gc implementationPaul Eggert2019-07-20
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-20
* Replace Vdead with tagged pointerPaul Eggert2019-07-12
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-09
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* Always allow at least double-precision bignumsPaul Eggert2019-06-04
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-22
* Fix broken build on m68kPaul Eggert2019-05-13
* Rename generic x_* identifiersAlexander Gramiak2019-04-26
* Minor tweaks to recent UBSan-related fixPaul Eggert2019-04-25
* Make sure that ‘sdata’ objects in ‘sblock’ objects are aligned.Philipp Stephani2019-04-25
* Remove --enable-checking=xmallocoverrunPaul Eggert2019-04-21
* Remove --enablechecking=conslist configure optionPaul Eggert2019-04-21
* Simplify XPNTRPaul Eggert2019-04-21
* Port to recent gcc -fsanitize=undefinedPaul Eggert2019-04-21
* Fix GC_CHECK_STRING_BYTES false alarm with pdumperPaul Eggert2019-04-19