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
*
Re-port to 32-bit systems without alignment primitives
Po Lu
2025-03-09
1
-7
/
+15
*
Improve malloc Lisp alignment commentary
Paul Eggert
2025-02-01
1
-14
/
+20
*
Fix compilation warnings on Android
Po Lu
2025-02-01
1
-8
/
+10
*
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-02-01
1
-644
/
+90
|
\
|
*
Improve purify-flag docstring
Stefan Kangas
2024-12-15
1
-7
/
+5
|
*
Make 'purecopy' an obsolete function alias for 'identity'
Stefan Kangas
2024-12-12
1
-37
/
+0
|
*
Delete obsolete comment about using purespace
Stefan Kangas
2024-12-12
1
-7
/
+0
|
*
Remove unused function my_heap_start
Stefan Kangas
2024-12-12
1
-19
/
+0
|
*
Remove check for working malloc_set_state
Stefan Kangas
2024-12-12
1
-29
/
+0
|
*
Avoid compiler warning in process_mark_stack
Pip Cet
2024-12-12
1
-3
/
+5
|
*
Pure storage removal: Remove documentation
Pip Cet
2024-12-12
1
-4
/
+0
|
*
Pure storage removal: Remove support for pinned objects
Pip Cet
2024-12-12
1
-47
/
+0
|
*
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-12-12
1
-13
/
+8
|
*
Pure storage removal: Main part
Pip Cet
2024-12-12
1
-454
/
+66
|
*
Unexec removal: Remove HYBRID_MALLOC support
Pip Cet
2024-12-12
1
-18
/
+12
|
*
Unexec removal: Main part
Pip Cet
2024-12-12
1
-17
/
+5
*
|
Avoid some make_formatted_string mallocs
Paul Eggert
2025-01-27
1
-1
/
+1
*
|
Simplify make_formatted_string API
Paul Eggert
2025-01-26
1
-6
/
+10
*
|
Remove redundant case_Lisp_Int macro
Stefan Kangas
2025-01-20
1
-2
/
+4
*
|
Replace call[1-8] with calln
Stefan Kangas
2025-01-19
1
-2
/
+2
*
|
Simplify alloc by assuming MALLOC_IS_LISP_ALIGNED
Paul Eggert
2025-01-17
1
-102
/
+26
*
|
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
|
Initial child frames based on master
Gerd Möllmann
2024-10-22
1
-3
/
+5
|
/
*
Merge from origin/emacs-30
Eli Zaretskii
2024-09-21
1
-3
/
+2
|
\
|
*
Re-enable GC mark trace buffer by default
Mattias Engdegård
2024-09-17
1
-3
/
+2
*
|
Remove low-level keyboard hook when attaching GDB to Emacs on Windows
Eli Zaretskii
2024-09-07
1
-0
/
+10
*
|
Prefer static_assert to verify
Stefan Kangas
2024-08-22
1
-13
/
+13
*
|
Improve window/buffer handling code
Martin Rudalics
2024-08-01
1
-36
/
+0
*
|
Fix bool vector length overflow
Paul Eggert
2024-07-20
1
-6
/
+10
*
|
Avoid accessing uninitialized bool_vector words
Paul Eggert
2024-07-20
1
-18
/
+24
*
|
alloc.c: ckd_add, not by-hand checks
Paul Eggert
2024-07-16
1
-4
/
+4
*
|
Pacify -Wmissing-variable-declarations for lisp_malloc_user
Paul Eggert
2024-07-16
1
-0
/
+1
|
/
*
Correctly cache images when frames vary in their font metrics
Po Lu
2024-06-20
1
-6
/
+7
*
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-28
1
-2
/
+2
*
Pacify gcc -Wmissing-variable-declarations
Paul Eggert
2024-05-11
1
-2
/
+3
*
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-05-09
1
-3
/
+5
*
Take fields into account during text conversion
Po Lu
2024-04-29
1
-0
/
+1
*
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-04-28
1
-20
/
+20
*
; * src/alloc.c (process_mark_stack): Fix commentary.
Eli Zaretskii
2024-04-13
1
-1
/
+3
*
Revert "Replace XSETSYMBOL with make_lisp_symbol"
Mattias Engdegård
2024-03-04
1
-4
/
+8
*
Replace XSETSYMBOL with make_lisp_symbol
Mattias Engdegård
2024-02-24
1
-8
/
+4
*
Add a proper type for obarrays
Mattias Engdegård
2024-02-23
1
-4
/
+22
*
Replace XSET_HASH_TABLE with make_lisp_hash_table
Mattias Engdegård
2024-02-19
1
-2
/
+1
*
Change hash range reduction from remainder to multiplication
Mattias Engdegård
2024-02-06
1
-3
/
+4
*
Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macros
Paul Eggert
2024-01-28
1
-2
/
+1
*
Rename TAG_PTR to TAG_PTR_INITIALLY
Paul Eggert
2024-01-28
1
-1
/
+1
*
(struct composition): Remove dependency on hash-table internals
Stefan Monnier
2024-01-24
1
-0
/
+2
*
Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL float
Mattias Engdegård
2024-01-21
1
-8
/
+16
*
Be more systematic about parens in C source code
Paul Eggert
2024-01-20
1
-25
/
+25
*
Share hash table test structs
Mattias Engdegård
2024-01-13
1
-7
/
+1
[next]