aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | initial compilation unit as object addAndrea Corallo2020-01-011-0/+19
* | | native compile interactive functions supportAndrea Corallo2020-01-011-2/+2
* | | add native compiled function docstring supportAndrea Corallo2020-01-011-2/+2
|/ /
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Update documentation of pure-space overflowEli Zaretskii2019-12-141-2/+3
* | Fix gc-elapsed rounding bugPaul Eggert2019-09-141-3/+4
* | Improve gc-cons-percentage calculationPaul Eggert2019-09-141-53/+74
* | Simplify GC statistics-gatheringPaul Eggert2019-09-131-51/+15
* | Improve checking of pdump load failuresPaul Eggert2019-09-111-0/+3
* | Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert2019-09-071-17/+28
* | Fix bugs when recalculating consing_until_gcPaul Eggert2019-09-051-11/+13
* | Avoid casting -1 to possibly-unsigned enumPaul Eggert2019-09-031-5/+5
* | Sync consing_until_gc with gc-cons-thresholdPaul Eggert2019-09-031-19/+81
* | Don’t debug fset by defaultPaul Eggert2019-08-211-8/+4
* | Be more careful about pointers to bignum valsPaul Eggert2019-08-211-5/+6
* | Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-141-4/+1
* | Don’t increase consing_until_gc when out of memoryPaul Eggert2019-08-131-1/+1
* | Let consing_until_gc exceed EMACS_INT_MAXPaul Eggert2019-08-131-8/+8
* | Let consing_until_gc exceed INTPTR_MAXPaul Eggert2019-08-131-11/+10
* | Fix GC threshold typoPaul Eggert2019-08-131-2/+2
* | ; Add commentary to recent changesEli Zaretskii2019-08-121-0/+2
* | Prefer signed when testing for signed overflowPaul Eggert2019-08-111-3/+2
* | Fix garbage collectionEli Zaretskii2019-08-111-1/+3
* | Fix arithmetic overflow in GC consing countPaul Eggert2019-07-271-1/+1
* | Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-231-9/+0
* | Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-231-2/+2
* | Keep track of consing while GC’s inhibitedPaul Eggert2019-07-221-1/+1
* | Fix lifetime error in previous patchPaul Eggert2019-07-211-5/+3
* | Speed up maybe_gc when GC is inhibitedPaul Eggert2019-07-211-4/+8
* | pure_alloc returns cleared memoryPaul Eggert2019-07-211-3/+11
* | Fix crash if user test munges hash tablePaul Eggert2019-07-201-0/+1
* | Inhibit GC after inhibit_garbage_collectionPaul Eggert2019-07-201-4/+17
* | Simplify maybe_gc implementationPaul Eggert2019-07-201-34/+34
* | Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-201-3/+3
* | Replace Vdead with tagged pointerPaul Eggert2019-07-121-19/+11
* | Rename font_driver member close -> close_fontMattias Engdegård2019-07-091-1/+1
* | Use fewer locks when accessing stdioPaul Eggert2019-07-081-3/+3
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-23/+0
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-0/+23
* | Always allow at least double-precision bignumsPaul Eggert2019-06-041-3/+3
* | Avoid backslash-newline-newline in source codePaul Eggert2019-05-221-2/+2
* | Fix broken build on m68kPaul Eggert2019-05-131-52/+25
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-1/+1
* | Minor tweaks to recent UBSan-related fixPaul Eggert2019-04-251-14/+6
* | Make sure that ‘sdata’ objects in ‘sblock’ objects are aligned.Philipp Stephani2019-04-251-2/+10
* | Remove --enable-checking=xmallocoverrunPaul Eggert2019-04-211-168/+1
* | Remove --enablechecking=conslist configure optionPaul Eggert2019-04-211-16/+0
* | Simplify XPNTRPaul Eggert2019-04-211-29/+3
* | Port to recent gcc -fsanitize=undefinedPaul Eggert2019-04-211-5/+1
* | Fix GC_CHECK_STRING_BYTES false alarm with pdumperPaul Eggert2019-04-191-1/+1