index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Age
Commit message (
Expand
)
Author
2019-09-11
Improve checking of pdump load failures
Paul Eggert
2019-09-07
Fix bug when gc-cons-percentage is bumped to 0.8
Paul Eggert
2019-09-05
Fix bugs when recalculating consing_until_gc
Paul Eggert
2019-09-03
Avoid casting -1 to possibly-unsigned enum
Paul Eggert
2019-09-03
Sync consing_until_gc with gc-cons-threshold
Paul Eggert
2019-08-21
Don’t debug fset by default
Paul Eggert
2019-08-21
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-14
Remove INT_ADD_WRAPV bug workarounds
Paul Eggert
2019-08-13
Don’t increase consing_until_gc when out of memory
Paul Eggert
2019-08-13
Let consing_until_gc exceed EMACS_INT_MAX
Paul Eggert
2019-08-13
Let consing_until_gc exceed INTPTR_MAX
Paul Eggert
2019-08-13
Fix GC threshold typo
Paul Eggert
2019-08-12
; Add commentary to recent changes
Eli Zaretskii
2019-08-11
Prefer signed when testing for signed overflow
Paul Eggert
2019-08-11
Fix garbage collection
Eli Zaretskii
2019-07-27
Fix arithmetic overflow in GC consing count
Paul Eggert
2019-07-23
Merge pdumper.c and alloc.c builtin symbol tests
Paul Eggert
2019-07-23
Improve pdumper doc; say unexec is deprecated
Paul Eggert
2019-07-22
Keep track of consing while GC’s inhibited
Paul Eggert
2019-07-21
Fix lifetime error in previous patch
Paul Eggert
2019-07-21
Speed up maybe_gc when GC is inhibited
Paul Eggert
2019-07-21
pure_alloc returns cleared memory
Paul Eggert
2019-07-20
Fix crash if user test munges hash table
Paul Eggert
2019-07-20
Inhibit GC after inhibit_garbage_collection
Paul Eggert
2019-07-20
Simplify maybe_gc implementation
Paul Eggert
2019-07-20
Rename ‘pure’ to ‘purecopy’
Paul Eggert
2019-07-12
Replace Vdead with tagged pointer
Paul Eggert
2019-07-09
Rename font_driver member close -> close_font
Mattias Engdegård
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-06-26
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-04
Always allow at least double-precision bignums
Paul Eggert
2019-05-22
Avoid backslash-newline-newline in source code
Paul Eggert
2019-05-13
Fix broken build on m68k
Paul Eggert
2019-04-26
Rename generic x_* identifiers
Alexander Gramiak
2019-04-25
Minor tweaks to recent UBSan-related fix
Paul Eggert
2019-04-25
Make sure that ‘sdata’ objects in ‘sblock’ objects are aligned.
Philipp Stephani
2019-04-21
Remove --enable-checking=xmallocoverrun
Paul Eggert
2019-04-21
Remove --enablechecking=conslist configure option
Paul Eggert
2019-04-21
Simplify XPNTR
Paul Eggert
2019-04-21
Port to recent gcc -fsanitize=undefined
Paul Eggert
2019-04-19
Fix GC_CHECK_STRING_BYTES false alarm with pdumper
Paul Eggert
2019-04-20
; * src/alloc.c (xrealloc): Fix typo.
Philipp Stephani
2019-04-19
; * src/alloc.c (HAVE_MODULES): remove unused constant
Philipp Stephani
2019-04-19
Remove some #ifdefs for user pointers.
Philipp Stephani
2019-04-19
Remove special-casing of tagged pointers.
Philipp Stephani
2019-04-08
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-03-27
Simpler way to export HAVE_X_WINDOWS to GDB
Paul Eggert
2019-03-25
Fix alignment bug with pure bignums
Paul Eggert
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
[prev]
[next]