aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-08 05:34:30 -0700
committerDaniel Colascione2014-04-08 05:34:30 -0700
commita237d879b98cc655382e2dbd83c1a05208c19db8 (patch)
tree733b726240e75abe9e8a0a38238b25e3c4bd4853 /src/ChangeLog
parentfd9c746d747bf9f18919d88d25a8d95a878f82b5 (diff)
parente3f04a4a8f439dee381d8e6d0c55c684107c1a55 (diff)
downloademacs-a237d879b98cc655382e2dbd83c1a05208c19db8.tar.gz
emacs-a237d879b98cc655382e2dbd83c1a05208c19db8.zip
More GC assertions
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b03069c8d7..ea32a480a6c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-04-08 Daniel Colascione <dancol@dancol.org> 12014-04-08 Daniel Colascione <dancol@dancol.org>
2 2
3 * alloc.c (sweep_symbols, mark_object): Assert that symbol
4 function cells contain valid lisp objects. (Modified version of
5 patch from Dmitry).
6
3 * alloc.c (detect_suspicious_free): Split actual stack capturing 7 * alloc.c (detect_suspicious_free): Split actual stack capturing
4 out into new function for easier breakpoint setting. 8 out into new function for easier breakpoint setting.
5 (note_suspicious_free): New function. 9 (note_suspicious_free): New function.