From: Ivan Maidanski Date: Wed, 27 Jun 2012 19:44:45 +0000 (+0400) Subject: Update ChangeLog file X-Git-Tag: gc7_4_0~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a3109a25428a34d739618c105c722a99376cd3b;p=gc Update ChangeLog file --- diff --git a/ChangeLog b/ChangeLog index 3ac3da74..ad5dea8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,11 @@ * Add GC_push_all/conditional() to GC public API. * Add public setter and getter for GC_push_other_roots. +* Call GC_on_abort (with NULL argument) on exit(1). +* Include proper header file in 'tools' for configuration macros. * Recognize GC_DONT_GC macro in gc.h (causes GC_INIT to turn off GC). +* Suppress GCC warnings in test_cpp and cord 'de' app. +* Turn off GC_LOOP_ON_ABORT functionality if GC compiled with NO_DEBUGGING. == [7.3alpha2] 2012-05-11 == @@ -98,6 +102,13 @@ * Use union of AO_t and word to favor strict-aliasing compiler optimization. +== [7.2d] (to be released) == + +* Fix test_cpp (ensure the collector recognizes pointers to interiors). +* Fix thread-related tests for pthreads-w32. +* test_cpp: Fix WinMain to prevent SEGV if zero arguments passed (MinGW). + + == [7.2c] 2012-06-11 == * Fix CORD_cat_char_star to prevent SEGV in case of out-of-memory.