From: Ivan Maidanski Date: Tue, 6 Mar 2012 17:02:58 +0000 (+0400) Subject: Update ChangeLog X-Git-Tag: gc7_2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a52167341678e24cb1fecd94f719b78e0311fc8;p=gc Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index df488966..61370c6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2012-03-06 Ivan Maidanski + + * include/private/gc_priv.h (GC_print_stats): Update the comment. + * tests/test.c (GC_print_stats, run_one_test, check_heap_stats): + Rename GC_print_stats to print_stats (since the former is used + internally by GC and not exported). + * tests/test.c (print_stats): Always define (either as a macro or + a static int variable) regardless of GC_DLL and SMALL_CONFIG. + * tests/test.c (INIT_PRINT_STATS): New macro (used to initialize + print_stats if needed); GETENV is used if needed and available. + * tests/test.c (GC_COND_INIT): Invoke INIT_PRINT_STATS. + +2012-03-06 Ivan Maidanski + + * misc.c: Include windows.h for Cygwin if GC_READ_ENV_FILE (required + for GC_envfile_init). + * misc.c (_MAX_PATH): Move definition to the place before the first + use (only Win32). + 2012-03-04 Ivan Maidanski * misc.c (GC_init): Add a workaround for clang/x64 (coming with