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 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
with-display-message: Workaround for bug#63253
Stefan Monnier
2023-05-09
1
-1
/
+1
*
Replace C++ comments with C style equivalents
Po Lu
2023-03-01
1
-2
/
+3
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; * src/alloc.c (Fmemory_info): Doc fix.
Eli Zaretskii
2022-12-22
1
-1
/
+1
*
; Fix printing Lisp types in .gdbinit
Eli Zaretskii
2022-12-16
1
-1
/
+2
*
Extend memory-info for remote systems
Michael Albinus
2022-11-27
1
-1
/
+11
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
1
-21
/
+46
|
\
|
*
Advise against using too-high GC thresholds
Eli Zaretskii
2022-11-20
1
-1
/
+11
|
*
itree.c: Make the iterator reentrant (bug#59183)
Stefan Monnier
2022-11-17
1
-5
/
+0
|
*
Port interval trees to --enable-checking=structs
Basil L. Contovounesios
2022-11-03
1
-1
/
+1
|
*
Rename all exported itree.h functions with the itree_ prefix
Matt Armstrong
2022-10-19
1
-1
/
+1
|
*
Prefix all itree.h type names with itree_
Matt Armstrong
2022-10-19
1
-2
/
+2
|
*
Revert "mark_overlays: Use the normal ITREE_FOREACH"
Matt Armstrong
2022-10-19
1
-3
/
+19
|
*
Tighten up handling of `otick`
Stefan Monnier
2022-10-09
1
-5
/
+3
|
*
mark_overlays: Use the normal ITREE_FOREACH
Stefan Monnier
2022-10-02
1
-17
/
+3
|
*
Remove the per-tree null node
Gerd Möllmann
2022-09-30
1
-1
/
+1
|
*
alloc.c: Avoid nested overlay iterations (bug#58158)
Stefan Monnier
2022-09-29
1
-5
/
+17
|
*
itree.[ch]: Add sanity checks, comments, and minor tweaks
Stefan Monnier
2022-09-28
1
-0
/
+3
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-2115
/
+2417
|
|
\
|
*
|
Remove redundant checks for the empty overlay tree
Andreas Politz
2017-10-09
1
-9
/
+5
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-19
/
+30
*
|
|
; Rename ts_* symbols in treesit.c
Eli Zaretskii
2022-10-17
1
-2
/
+2
*
|
|
Support MinGW build on MS-Windows
Eli Zaretskii
2022-10-16
1
-12
/
+2
*
|
|
Merge branch 'master' into feature/tree-sitter
Yuan Fu
2022-10-05
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
; * src/alloc.c (check_pure_size): Fix last change.
Po Lu
2022-09-10
1
-1
/
+1
|
*
|
Fix several printfs for 32 bit systems
Po Lu
2022-09-10
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-08-29
1
-6
/
+17
|
\
|
|
|
*
|
* src/alloc.c (pure_alloc): Warn for pure space overflow
Andrea Corallo
2022-08-19
1
-0
/
+7
|
*
|
* src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflow
Andrea Corallo
2022-08-19
1
-5
/
+0
|
*
|
Fix --without-x build after previous image cache changes
Lars Ingebrigtsen
2022-07-14
1
-0
/
+2
|
*
|
Prune the animation cache from gc
Lars Ingebrigtsen
2022-07-14
1
-0
/
+3
|
*
|
Prevent GC of window referenced from EmacsScroller
Gerd Moellmann
2022-06-22
1
-0
/
+4
|
*
|
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-06-14
1
-2
/
+6
|
\
|
|
|
*
|
Nonrecursive Lisp reader (bug#55676)
Mattias Engdegård
2022-05-30
1
-0
/
+1
|
*
|
Audit quoting symbols in C doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
|
*
|
Pacify GCC 12 in default developer build
Paul Eggert
2022-05-12
1
-1
/
+4
*
|
|
Add new type treesit-compiled-query
Yuan Fu
2022-06-14
1
-0
/
+7
*
|
|
; Merge from master.
Yuan Fu
2022-05-07
1
-289
/
+402
|
\
|
|
|
*
|
Improve documentation of 'malloc-trim'
Eli Zaretskii
2022-05-01
1
-4
/
+4
|
*
|
Add new function `malloc-trim'
Lars Ingebrigtsen
2022-05-01
1
-0
/
+34
|
*
|
Fix GCC warnings when CHECK_LISP_OBJECT_TYPE
Stefan Monnier
2022-04-19
1
-2
/
+2
|
*
|
Port struct Lisp_Subr to C99
Paul Eggert
2022-04-18
1
-1
/
+1
|
*
|
Rename mark_stack to mark_c_stack
Mattias Engdegård
2022-04-08
1
-3
/
+3
|
*
|
Mark some data during drag-and-drop
Po Lu
2022-04-05
1
-0
/
+4
|
*
|
; * src/alloc.c (grow_mark_stack): Remove unused variable.
Eli Zaretskii
2022-04-04
1
-1
/
+0
|
*
|
Reduce GC mark-phase recursion by using explicit stack (bug#54698)
Mattias Engdegård
2022-04-04
1
-264
/
+354
|
*
|
Simplify alloc.c static function decls
Paul Eggert
2022-03-19
1
-20
/
+5
|
*
|
Make `command-modes' work for (native-compiled) subrs, too
Lars Ingebrigtsen
2022-03-19
1
-0
/
+1
[next]