]> granicus.if.org Git - gc/commitdiff
Update ChangeLog file
authorIvan Maidanski <ivmai@mail.ru>
Mon, 27 Aug 2012 04:41:13 +0000 (08:41 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 27 Aug 2012 12:05:03 +0000 (16:05 +0400)
ChangeLog

index 658e0492e50d0ffa5df7dc73b293ccf077445283..c43e3832513c38f088f6dc475b5ba545ab7cc121 100644 (file)
--- 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.
 * 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.