index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-238
/
+577
*
List lengths are always fixnums now
Paul Eggert
2019-01-10
1
-0
/
+13
*
Bignums from garbage-collect, memory-use-counts
Paul Eggert
2019-01-01
1
-72
/
+71
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-3
/
+11
*
|
* src/alloc.c (VECTOR_ELTS_MAX): Make sure it’s signed.
Paul Eggert
2018-12-08
1
-3
/
+4
*
|
Port VECTOR_ELTS_MAX to older GCC etc.
Paul Eggert
2018-12-08
1
-4
/
+7
*
|
Streamline and fix vector-size checks
Paul Eggert
2018-12-08
1
-40
/
+46
*
|
Fix integer overflow in oversize vectors
Paul Eggert
2018-12-08
1
-5
/
+4
*
|
* src/alloc.c (allocate_vectorlike): Simplify.
Paul Eggert
2018-12-08
1
-4
/
+2
*
|
Avoid assertion violation when comparing with main-thread
Eli Zaretskii
2018-10-17
1
-0
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-20
1
-4
/
+4
|
\
|
|
*
* src/alloc.c (Fbool_vector, Flist, Fvector): Doc tweak.
Glenn Morris
2018-09-15
1
-4
/
+4
|
*
* src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".
Alan Mackenzie
2018-09-15
1
-1
/
+1
*
|
Use overflow-error for bignum overflow
Paul Eggert
2018-09-11
1
-8
/
+0
*
|
Shrink pseudovectors a bit
Paul Eggert
2018-09-06
1
-3
/
+5
*
|
Fix bignum initialization
Paul Eggert
2018-09-04
1
-16
/
+0
*
|
* src/alloc.c (sweep_vectors): Simplify.
Paul Eggert
2018-08-31
1
-14
/
+8
*
|
Modularize bignums better
Paul Eggert
2018-08-27
1
-77
/
+1
*
|
Fix a typo in alloc.c
Eli Zaretskii
2018-08-26
1
-1
/
+1
*
|
Fix bugs when rounding to bignums
Paul Eggert
2018-08-22
1
-3
/
+3
*
|
Avoid libgmp aborts by imposing limits
Paul Eggert
2018-08-21
1
-22
/
+51
*
|
Minor fixups for intmax_t→mpz_t conversion
Paul Eggert
2018-08-18
1
-7
/
+10
*
|
Improve --with-wide-int mpz_t→fixnum conversion
Paul Eggert
2018-08-18
1
-12
/
+7
*
|
Fix problems with logxor etc. and fixnums
Paul Eggert
2018-08-17
1
-17
/
+6
*
|
Remove more traces of misc (Bug#32405)
Paul Eggert
2018-08-14
1
-9
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-14
1
-4
/
+0
|
\
|
|
*
* src/alloc.c: Remove obsolete comments.
Paul Eggert
2018-08-11
1
-4
/
+0
|
*
Fix bug#30846, along with misc cleanups found along the way
Stefan Monnier
2018-06-03
1
-6
/
+2
|
*
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-06-03
1
-9
/
+0
|
*
Port to 32-bit sparc64
Paul Eggert
2018-03-20
1
-1
/
+5
*
|
Simplify mark_object for pseudovectors
Paul Eggert
2018-08-11
1
-18
/
+2
*
|
Turn misc objects into pseudovectors
Paul Eggert
2018-08-11
1
-311
/
+82
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-28
/
+37
|
\
\
|
*
|
Minor pseudovector allocation cleanups
Paul Eggert
2018-08-08
1
-27
/
+36
|
*
|
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-1
/
+1
*
|
|
Do not use GMP_NUMB_BITS
Andy Moreton
2018-08-09
1
-1
/
+1
*
|
|
Use mpz_import in mpz_set_uintmax_slow
Tom Tromey
2018-08-08
1
-5
/
+5
*
|
|
Make purecopy work for bignums
Tom Tromey
2018-08-08
1
-0
/
+30
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-11
/
+11
*
|
|
Make bignums work better when EMACS_INT is larger than long
Andy Moreton
2018-08-04
1
-0
/
+28
*
|
|
Fix bignum creation when EMACS_INT is wider than long
Tom Tromey
2018-07-19
1
-0
/
+30
*
|
|
Provide new functions to create bignums
Tom Tromey
2018-07-12
1
-0
/
+45
*
|
|
Introduce the bignum type
Tom Tromey
2018-07-12
1
-0
/
+3
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-24
/
+24
|
/
/
*
|
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-2
/
+1
*
|
Rewrite memory-limit in Lisp
Paul Eggert
2018-06-16
1
-19
/
+0
*
|
Minor CANNOT_DUMP cleanups
Paul Eggert
2018-06-15
1
-1
/
+1
*
|
Remove Lisp_Misc_Save_Value
Paul Eggert
2018-06-14
1
-150
/
+3
[next]