summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c39081c9..bc0fc835 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-11-25 Kaz Kylheku <kkylheku@gmail.com>
+ * gc.c (mark_mem_region): Bugfix: do not mess with the valgrind
+ accessibility of the heap object if valgrind debugging is not enabled.
+
+2009-11-25 Kaz Kylheku <kkylheku@gmail.com>
+
* parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous action
in chrlit. Include <stdlib.h> for abort.