From: Ivan Maidanski Date: Mon, 27 Aug 2012 04:41:13 +0000 (+0400) Subject: Update ChangeLog file X-Git-Tag: gc7_4_0~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93394c42b1f3b26790f02ea1bda5166603cd9df7;p=gc Update ChangeLog file --- diff --git a/ChangeLog b/ChangeLog index 658e0492..c43e3832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * Call GC_on_abort (with NULL argument) on exit(1). * Code refactoring of GC_x_printf (move shared code to macro). * Disable find-leak GC_gcollect on GC abnormal EXIT. +* Elaborate comment on dependencies in autogen.sh. * Eliminate GCC warning in GC_get_main_stack_base (OpenBSD). * Eliminate GCC warnings in setjmp_t.c, test_cpp and cord 'de' app. * Include proper header file in 'tools' for configuration macros. @@ -115,6 +116,11 @@ * Use union of AO_t and word to favor strict-aliasing compiler optimization. +== [7.2e] (candidate) == + +* Fix unportable '==' test operators in configure. + + == [7.2d] 2012-08-09 == * Fix GC_call_with_stack_base to prevent its tail-call optimization.