aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; * src/alloc.c (xrealloc): Fix typo.Philipp Stephani2019-04-201-1/+1
* ; * src/alloc.c (HAVE_MODULES): remove unused constantPhilipp Stephani2019-04-191-4/+0
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-191-2/+0
* Remove special-casing of tagged pointers.Philipp Stephani2019-04-191-11/+2
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-10/+10
* Simpler way to export HAVE_X_WINDOWS to GDBPaul Eggert2019-03-271-0/+7
* Fix alignment bug with pure bignumsPaul Eggert2019-03-251-4/+9
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-16/+14
* * src/alloc.c (gcstat): Now static.Paul Eggert2019-03-041-1/+1
* Simplify list creation in C codePaul Eggert2019-03-041-24/+32
* Fix typo in previous changePaul Eggert2019-03-021-5/+5
* memory_full_cons_threshold is a constantPaul Eggert2019-03-021-8/+4
* Avoid staticvec duplicatesPaul Eggert2019-03-021-0/+2
* Suppress GC stats when obviously not neededPaul Eggert2019-03-011-124/+113
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-6/+6
* Port pdumper to older GNU/LinuxPaul Eggert2019-01-161-15/+17
* Add portable dumperDaniel Colascione2019-01-151-238/+577
* List lengths are always fixnums nowPaul Eggert2019-01-101-0/+13
* Bignums from garbage-collect, memory-use-countsPaul Eggert2019-01-011-72/+71
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-3/+11