summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-28 16:42:34 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-28 16:42:34 +0000
commit7e80dc06b715d3cf722263b323e6edfd011fbed0 (patch)
tree357836f58a6d95bc7a2aaf7a67bab993505406c7 /ChangeLog
parent4d97228014e0d78a3b271d3b4f7a070b6826dc49 (diff)
merge from trunk (r28423)
* include/ruby/ruby.h (static inline rb_gc_guarded_ptr): prevent RB_GC_GUARD_PTR being removed by optimization. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16fc0050a8..31e7dbad6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 29 01:41:42 2010 Masaya Tarui <tarui@ruby-lnag.org>
+
+ * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): prevent
+ RB_GC_GUARD_PTR being removed by optimization.
+
Tue Jun 29 01:22:08 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffi