aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 18:19:30 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 18:19:30 +0000
commit1829147fb58982bf31549e4377f171fd18da8919 (patch)
tree130a9ff2542413af2b6b3e26e765880e764c769c /ChangeLog
parent9b6b3672cc1556791225aa9663ded2ac24e9cd1c (diff)
downloadruby-1829147fb58982bf31549e4377f171fd18da8919.tar.gz
* include/ruby/ruby.h: enable to generate write barrier protected
objects for numeric types (Float, Complex, Rational, Bignum). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40705 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 48aaff0786..d401b3c9ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 14 03:17:15 2013 Koichi Sasada <ko1@atdot.net>
+
+ * include/ruby/ruby.h: enable to generate write barrier protected
+ objects for numeric types (Float, Complex, Rational, Bignum).
+
Tue May 14 03:10:59 2013 Koichi Sasada <ko1@atdot.net>
* include/ruby/ruby.h: enable RGENGC (USE_RGENGC)