diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 00:42:44 -0500 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 00:42:44 -0500 |
commit | 2f8a289f854cb8c9f8640b67f5071024a7f6333b (patch) | |
tree | 8e19f4d222ce347daec5d7c3c12f6445f9e6c756 /ChangeLog | |
parent | 863a20f1045b761ac65d7051bcca47e4eb01c81d (diff) | |
download | txr-2f8a289f854cb8c9f8640b67f5071024a7f6333b.tar.gz txr-2f8a289f854cb8c9f8640b67f5071024a7f6333b.tar.bz2 txr-2f8a289f854cb8c9f8640b67f5071024a7f6333b.zip |
* gc.c (mark_mem_region): Bugfix: do not mess with the valgrind
accessibility of the heap object if valgrind debugging is not enabled.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |