aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d0dfa1375f6..9861fe76ca3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12012-07-03 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * alloc.c (allocate_vector_block): Remove redundant
4 calls to mallopt if DOUG_LEA_MALLOC is defined.
5 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
6 avoid calls to mallopt if zero_vector is returned.
7
82012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9
3 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES 10 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
4 is enabled, avoid dereferencing NULL current_sblock if 11 is enabled, avoid dereferencing NULL current_sblock if
5 running undumped. 12 running undumped.