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
2018-07-12
Introduce the bignum type
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-29
unbind_to performance tuning
Paul Eggert
2018-06-16
Rewrite memory-limit in Lisp
Paul Eggert
2018-06-15
Minor CANNOT_DUMP cleanups
Paul Eggert
2018-06-14
Remove Lisp_Misc_Save_Value
Paul Eggert
2018-06-14
New type Lisp_Misc_Ptr
Paul Eggert
2018-06-14
Avoid allocating Lisp_Save_Value for arrays
Paul Eggert
2018-06-13
Remove some wrong 8-byte alignment assumptions
Paul Eggert
2018-06-10
Use native alignment to access Lisp object data
Paul Eggert
2018-06-08
Remove AddressSanitizer bug workaround
Paul Eggert
2018-06-03
Fix bug#30846, along with misc cleanups found along the way
Stefan Monnier
2018-06-03
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-05-22
Work around GCC bug with function attributes
Paul Eggert
2018-05-18
* src/alloc.c: Fix comment.
Paul Eggert
2018-05-18
Port to GCC 8 -fsanitize=undefined
Paul Eggert
2018-04-18
Tweak mark_object to avoid a conditional branch
Paul Eggert
2018-03-30
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-03-23
Fix bug#30846, along with misc cleanups found along the way
Stefan Monnier
2018-03-23
* src/alloc.c: Avoid O(N²) complexity when unchaining markers (bug#24548).
Stefan Monnier
2018-03-20
Port to 32-bit sparc64
Paul Eggert
2018-03-20
Port to 32-bit sparc64
Paul Eggert
2018-03-04
Rename marker_free_list to misc_free_list
Daniel Colascione
2018-01-20
Merge from origin/emacs-26
Glenn Morris
2018-01-19
Don't unnecessarily use non-ASCII characters in C sources
Eli Zaretskii
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-12
Fix recently-introduced cast typo
Paul Eggert
2017-12-12
Narrow pointer bounds when appropriate
Paul Eggert
2017-12-12
Port to gcc -fcheck-pointer-bounds
Paul Eggert
2017-12-12
Reimplement Lisp_Object as pointer-to-incomplete
Paul Eggert
2017-12-03
allocate_vectorlike minor cleanup
Paul Eggert
2017-11-25
Merge from origin/emacs-26
Paul Eggert
2017-11-25
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-13
Merge from origin/emacs-26
Paul Eggert
2017-11-13
Port to IBM xlc 12.01
Paul Eggert
2017-11-13
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-11
; Merge from emacs-26
Noam Postavsky
2017-11-10
Fix off-by-1 bug in --enable-checking=stringbytes
Paul Eggert
2017-11-04
Allow 'make-string' callers force creation of multibyte strings
Eli Zaretskii
2017-11-02
Fix alignment portability problems
Paul Eggert
2017-11-02
; * src/alloc.c (sweep_symbols): Fix last change.
Eli Zaretskii
2017-11-02
* src/alloc.c (sweep_symbols): Tweak last change
Stefan Monnier
2017-10-31
Avoid duplicate calls to xfree for the same pointer
Eli Zaretskii
2017-10-28
Avoid segfaults in 64-bit Windows builds
Eli Zaretskii
2017-10-14
Do not under-align pseudovectors
Paul Eggert
2017-10-09
Remove redundant checks for the empty overlay tree
Andreas Politz
2017-10-04
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-01
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
[prev]
[next]