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
*
Make Emacs compile with musl instead of glibc
Lars Ingebrigtsen
2021-08-15
1
-2
/
+2
*
Pacify gcc -Woverflow more clearly
Paul Eggert
2021-07-14
1
-1
/
+3
*
Pacify gcc -Woverflow more nicely
Paul Eggert
2021-07-12
1
-6
/
+1
*
Fix compilation of the --with-wide-int configuration
Eli Zaretskii
2021-07-11
1
-0
/
+4
*
Make pdumper-marking pickier
Paul Eggert
2021-07-11
1
-9
/
+25
*
Fix pdumper-related GC bug
Paul Eggert
2021-07-11
1
-0
/
+11
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-19
1
-1
/
+1
|
\
|
*
Fix 'garbage-collect-maybe'
Eli Zaretskii
2021-04-15
1
-1
/
+1
*
|
Zero stale pointer when unloading comp units (bug#46256)
Pip Cet
2021-03-09
1
-2
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-02-21
1
-0
/
+33
|
\
|
|
*
Faster, more compact, and readable closure creation
Mattias EngdegÄrd
2021-02-21
1
-0
/
+33
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-01-24
1
-2
/
+4
|
\
|
|
*
Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)
Stefan Monnier
2021-01-20
1
-2
/
+4
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Store function type and expose it with `subr-type'
Andrea Corallo
2020-12-28
1
-0
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-27
1
-1
/
+5
|
\
|
|
*
Adjust to recent Gnulib changes
Paul Eggert
2020-12-25
1
-1
/
+5
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-23
1
-1
/
+1
|
\
|
|
*
Fix use of obsolete 'emergency' warning level
Stefan Kangas
2020-12-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-06
1
-0
/
+25
|
\
|
|
*
* src/alloc.c (Fgarbage_collect_maybe): New function
Spencer Baugh
2020-12-04
1
-0
/
+25
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-11-29
1
-5
/
+8
|
\
|
|
*
garbage-collect doc string clarification
Lars Ingebrigtsen
2020-11-29
1
-1
/
+8
|
*
Fix incorrect handling of module runtime and environment pointers.
Philipp Stephani
2020-11-27
1
-4
/
+0
*
|
Merge remote-tracking branch 'savannah/master' into dev
Andrea Corallo
2020-11-14
1
-0
/
+17
|
\
|
|
*
New debugging command 'malloc-info'
Eli Zaretskii
2020-11-10
1
-0
/
+17
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-10
1
-1
/
+1
|
\
|
|
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
*
|
Rework eln deletion strategy for new eln-cache folder structure
Andrea Corallo
2020-09-06
1
-1
/
+2
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-09-06
1
-129
/
+118
|
\
|
|
*
Reinstall recent GC-related changes
Paul Eggert
2020-09-05
1
-129
/
+118
|
*
Revert recent GC-related changes (Bug#43152)
Paul Eggert
2020-09-03
1
-118
/
+129
|
*
* src/alloc.c (live_symbol_holding): Pacify gcc -Wlogical-op.
Paul Eggert
2020-08-31
1
-2
/
+2
|
*
Use mark_objects elsewhere too
Paul Eggert
2020-08-31
1
-7
/
+3
|
*
Remove mark_maybe_object
Paul Eggert
2020-08-31
1
-91
/
+14
|
*
Avoid some false matches in mark_maybe_pointer
Paul Eggert
2020-08-31
1
-14
/
+70
|
*
Omit no-longer-needed stack mark_maybe_object
Paul Eggert
2020-08-31
1
-5
/
+0
|
*
Fix GC bug with Lisp floats and --with-wide-int
Paul Eggert
2020-08-31
1
-12
/
+31
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-08-09
1
-34
/
+18
|
\
|
|
*
Drop support for -fcheck-pointer-bounds
Paul Eggert
2020-08-04
1
-20
/
+11
|
*
Simplify pointer computation in mark_maybe_object
Paul Eggert
2020-08-03
1
-17
/
+7
|
*
* src/alloc.c (mark_maybe_object): Avoid signed integer overflow
Philipp Stephani
2020-08-02
1
-1
/
+2
|
*
Fix last change in alloc.c.
Eli Zaretskii
2020-08-02
1
-0
/
+2
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-08-02
1
-29
/
+18
|
\
|
|
*
* src/alloc.c (mark_memory): Avoid signed integer overflow
Philipp Stephani
2020-08-02
1
-1
/
+1
|
*
* src/alloc.c (mark_maybe_object): Make overflow check conditional.
Philipp Stephani
2020-08-01
1
-0
/
+6
|
*
Improve offset calculation in wide int builds
Philipp Stephani
2020-08-01
1
-2
/
+4
|
*
* src/alloc.c (resize_string_data): Adjust string bytes (Bug#42540)
Philipp Stephani
2020-08-01
1
-0
/
+3
|
*
Suppress sanitizer errors about pointer arithmetic in a few places
Philipp Stephani
2020-08-01
1
-2
/
+3
[next]