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
*
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
|
\
|
*
; * 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
|
*
* 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
|
*
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
|
*
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
|
*
Separate bytecode stack
Mattias Engdegård
2022-03-13
1
-1
/
+1
|
*
Fix build on glibc <2.10
Po Lu
2022-02-22
1
-2
/
+5
|
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-7
/
+7
|
*
; * src/alloc.c (mark_memory): Fix outdated comment.
Mattias Engdegård
2022-02-06
1
-2
/
+2
|
*
Pin bytecode strings to avoid copy at call time
Mattias Engdegård
2022-01-24
1
-4
/
+34
|
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-10
/
+24
|
|
\
|
|
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
|
\
|
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
*
|
(Fmake_finalizer): Check the arg is a function
Stefan Monnier
2021-12-31
1
-0
/
+1
|
|
*
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-11
1
-0
/
+1
|
|
|
\
\
|
|
|
*
|
Add sqlite3 support to Emacs
Lars Ingebrigtsen
2021-12-11
1
-0
/
+1
|
|
*
|
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-03
1
-9
/
+11
|
|
|
\
|
|
|
|
|
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-03
1
-9
/
+11
|
|
|
|
\
|
|
|
|
|
*
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-12-02
1
-9
/
+11
|
|
*
|
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-11-30
1
-0
/
+4
|
|
|
\
|
|
|
|
*
|
|
Fix coding style
Yuuki Harano
2021-11-14
1
-1
/
+1
|
|
*
|
|
Revert #if changes
Yuuki Harano
2021-11-13
1
-2
/
+2
|
|
*
|
|
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-11
1
-19
/
+27
|
|
|
\
\
\
[next]