diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2012-05-25 08:46:56 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2012-05-25 12:47:16 +0400 |
commit | 75281019c6e3eb0e9e28cc2e37ab307272f43508 (patch) | |
tree | a870aa473c4c841bf3a59b9b586e5c599a7d8bf6 /ChangeLog | |
parent | 5b25be3c7ac53699ca4fddf48c9d724b9575d7f8 (diff) | |
download | bdwgc-75281019c6e3eb0e9e28cc2e37ab307272f43508.tar.gz |
Update ChangeLog file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -91,6 +91,11 @@ * Use union of AO_t and word to favor strict-aliasing compiler optimization. +== [7.2b] 2012-05-23 == + +* Fix assertion in GC_malloc_[atomic_]uncollectable (THREADS case only). + + == [7.2] 2012-05-11 == * Abort in GC_thr_init on pthread_atfork failure (POSIX threads). |