summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
2019-09-11Improve checking of pdump load failuresPaul Eggert
2019-09-07Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert
2019-09-05Fix bugs when recalculating consing_until_gcPaul Eggert
2019-09-03Avoid casting -1 to possibly-unsigned enumPaul Eggert
2019-09-03Sync consing_until_gc with gc-cons-thresholdPaul Eggert
2019-08-21Don’t debug fset by defaultPaul Eggert
2019-08-21Be more careful about pointers to bignum valsPaul Eggert
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert
2019-08-13Don’t increase consing_until_gc when out of memoryPaul Eggert
2019-08-13Let consing_until_gc exceed EMACS_INT_MAXPaul Eggert
2019-08-13Let consing_until_gc exceed INTPTR_MAXPaul Eggert
2019-08-13Fix GC threshold typoPaul Eggert
2019-08-12; Add commentary to recent changesEli Zaretskii
2019-08-11Prefer signed when testing for signed overflowPaul Eggert
2019-08-11Fix garbage collectionEli Zaretskii
2019-07-27Fix arithmetic overflow in GC consing countPaul Eggert
2019-07-23Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert
2019-07-23Improve pdumper doc; say unexec is deprecatedPaul Eggert
2019-07-22Keep track of consing while GC’s inhibitedPaul Eggert
2019-07-21Fix lifetime error in previous patchPaul Eggert
2019-07-21Speed up maybe_gc when GC is inhibitedPaul Eggert
2019-07-21pure_alloc returns cleared memoryPaul Eggert
2019-07-20Fix crash if user test munges hash tablePaul Eggert
2019-07-20Inhibit GC after inhibit_garbage_collectionPaul Eggert
2019-07-20Simplify maybe_gc implementationPaul Eggert
2019-07-20Rename ‘pure’ to ‘purecopy’Paul Eggert
2019-07-12Replace Vdead with tagged pointerPaul Eggert
2019-07-09Rename font_driver member close -> close_fontMattias Engdegård
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-06-04Always allow at least double-precision bignumsPaul Eggert
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert
2019-05-13Fix broken build on m68kPaul Eggert
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-04-25Minor tweaks to recent UBSan-related fixPaul Eggert
2019-04-25Make sure that ‘sdata’ objects in ‘sblock’ objects are aligned.Philipp Stephani
2019-04-21Remove --enable-checking=xmallocoverrunPaul Eggert
2019-04-21Remove --enablechecking=conslist configure optionPaul Eggert
2019-04-21Simplify XPNTRPaul Eggert
2019-04-21Port to recent gcc -fsanitize=undefinedPaul Eggert
2019-04-19Fix GC_CHECK_STRING_BYTES false alarm with pdumperPaul Eggert
2019-04-20; * src/alloc.c (xrealloc): Fix typo.Philipp Stephani
2019-04-19; * src/alloc.c (HAVE_MODULES): remove unused constantPhilipp Stephani
2019-04-19Remove some #ifdefs for user pointers.Philipp Stephani
2019-04-19Remove special-casing of tagged pointers.Philipp Stephani
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-03-27Simpler way to export HAVE_X_WINDOWS to GDBPaul Eggert
2019-03-25Fix alignment bug with pure bignumsPaul Eggert
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier