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-03-19
Use ‘const’ to clarify GC marking
Paul Eggert
2019-03-04
* src/alloc.c (gcstat): Now static.
Paul Eggert
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-03-02
Fix typo in previous change
Paul Eggert
2019-03-02
memory_full_cons_threshold is a constant
Paul Eggert
2019-03-02
Avoid staticvec duplicates
Paul Eggert
2019-03-01
Suppress GC stats when obviously not needed
Paul Eggert
2019-02-01
Rename CANNOT_DUMP to HAVE_UNEXEC
Paul Eggert
2019-01-16
Port pdumper to older GNU/Linux
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2019-01-10
List lengths are always fixnums now
Paul Eggert
2019-01-01
Bignums from garbage-collect, memory-use-counts
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-12-08
* src/alloc.c (VECTOR_ELTS_MAX): Make sure it’s signed.
Paul Eggert
2018-12-08
Port VECTOR_ELTS_MAX to older GCC etc.
Paul Eggert
2018-12-08
Streamline and fix vector-size checks
Paul Eggert
2018-12-08
Fix integer overflow in oversize vectors
Paul Eggert
2018-12-08
* src/alloc.c (allocate_vectorlike): Simplify.
Paul Eggert
2018-10-17
Avoid assertion violation when comparing with main-thread
Eli Zaretskii
2018-09-20
Merge from origin/emacs-26
Glenn Morris
2018-09-15
* src/alloc.c (Fbool_vector, Flist, Fvector): Doc tweak.
Glenn Morris
2018-09-15
* src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".
Alan Mackenzie
2018-09-11
Use overflow-error for bignum overflow
Paul Eggert
2018-09-06
Shrink pseudovectors a bit
Paul Eggert
2018-09-04
Fix bignum initialization
Paul Eggert
2018-08-31
* src/alloc.c (sweep_vectors): Simplify.
Paul Eggert
2018-08-27
Modularize bignums better
Paul Eggert
2018-08-26
Fix a typo in alloc.c
Eli Zaretskii
2018-08-22
Fix bugs when rounding to bignums
Paul Eggert
2018-08-21
Avoid libgmp aborts by imposing limits
Paul Eggert
2018-08-18
Minor fixups for intmax_t→mpz_t conversion
Paul Eggert
2018-08-18
Improve --with-wide-int mpz_t→fixnum conversion
Paul Eggert
2018-08-17
Fix problems with logxor etc. and fixnums
Paul Eggert
2018-08-14
Remove more traces of misc (Bug#32405)
Paul Eggert
2018-08-14
Merge from origin/emacs-26
Glenn Morris
2018-08-11
Simplify mark_object for pseudovectors
Paul Eggert
2018-08-11
Turn misc objects into pseudovectors
Paul Eggert
2018-08-11
* src/alloc.c: Remove obsolete comments.
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
Do not use GMP_NUMB_BITS
Andy Moreton
2018-08-08
Minor pseudovector allocation cleanups
Paul Eggert
2018-08-08
Use mpz_import in mpz_set_uintmax_slow
Tom Tromey
2018-08-08
Make purecopy work for bignums
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-08-04
Make bignums work better when EMACS_INT is larger than long
Andy Moreton
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
Fix bignum creation when EMACS_INT is wider than long
Tom Tromey
2018-07-12
Provide new functions to create bignums
Tom Tromey
[prev]
[next]