summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-08 08:02:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-08 08:02:46 +0000
commit520c6b736df9baf60a22f6eb315638e448447be5 (patch)
tree02863a30361939fccbb3940aa09806e6f71ae030 /ChangeLog
parent35f33d70f8d5c69293c2b721a548db768a9f61a0 (diff)
* ruby.h (RB_GC_GUARD_PTR): workaround for gcc optimization.
[ruby-core:27402] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26251 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 6b6d1ee6d0..34ded06958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 8 17:02:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ruby.h (RB_GC_GUARD_PTR): workaround for gcc optimization.
+ [ruby-core:27402]
+
Fri Jan 1 15:42:46 2010 Akinori MUSHA <knu@iDaemons.org>
* lib/mkmf.rb: Fix build. COUTFLAG is not yet landed on this