Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates-src > by-pkgid > 6ac31260239247cf21f422777d104b69 > files > 3

gc-7.2b-2.fc17.src.rpm

From 2e3970b8e5064881bc94fbebad57868347777782 Mon Sep 17 00:00:00 2001
From: Ivan Maidanski <ivmai@mail.ru>
Date: Sat, 2 Jun 2012 12:48:43 +0400
Subject: [PATCH 3/9] Update ChangeLog

---
 ChangeLog |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 0e6c8db..c2340e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2012-06-02  Ivan Maidanski <ivmai@mail.ru>
+
+	* include/private/gc_priv.h (GC_push_all, GC_push_other_roots):
+	Declare as GC_API_PRIV (instead of GC_INNER) to make the symbol
+	externally visible to some well-known 3rd-party software (e.g., ECL).
+	* include/private/gc_priv.h (GC_push_conditional): Declare as
+	GC_API_PRIV (only if GC_DISABLE_INCREMENTAL is undefined).
+	* mark.c (GC_push_all, GC_push_conditional): Remove GC_INNER (to match
+	the declaration).
+	* os_dep.c (GC_push_other_roots): Likewise.
+
+2012-06-02  Ivan Maidanski <ivmai@mail.ru>
+
+	* include/private/gc_priv.h (GC_clear_mark_bit, GC_set_mark_bit):
+	Declare as GC_API_PRIV (instead of GC_INNER) to make the symbol
+	externally visible to 3rd-party software (e.g., ECL).
+	* mark.c (GC_set_mark_bit, GC_clear_mark_bit): Remove GC_INNER (to
+	match the declaration).
+
 [7.2b]
 
 2012-05-23  Ivan Maidanski <ivmai@mail.ru>
-- 
1.7.10.2