aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorodaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-22 13:41:08 +0000
committerodaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-22 13:41:08 +0000
commitea1eebf87459e1767f4bd84dc741d529cb8db9d2 (patch)
treeeaf2fc367546769efc71039b2b5a97e6feb8edcd /ChangeLog
parentbfe814b74bd6bfe55e80b7a5de5a43cd9affab18 (diff)
downloadruby-ea1eebf87459e1767f4bd84dc741d529cb8db9d2.tar.gz
* gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGC
is 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52716 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 103eb803b4..8541113c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 22 22:23:37 2015 Rei Odaira <Rei.Odaira@gmail.com>
+
+ * gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGC
+ is 0.
+
Sun Nov 22 21:58:09 2015 Naohisa Goto <ngotogenome@gmail.com>
* lib/cmath.rb: methods which has suffix '!' are now deprecated.