aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-25 16:38:49 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-25 16:38:49 +0000
commit14dfb46b5f3b8f6c076701303400003baf7ed394 (patch)
treef0cd357eb1ca8f7100dbd5de041da3a74f9128b3 /ChangeLog
parent59d945ef21304918b85942713a59c1d3ffccbd16 (diff)
downloadruby-14dfb46b5f3b8f6c076701303400003baf7ed394.tar.gz
* include/ruby/ruby.h: check defined(USE_RGENGC_LOGGING_WB_UNPROTECT)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e61df241e2..6422417fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 26 01:37:45 2013 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * include/ruby/ruby.h: check defined(USE_RGENGC_LOGGING_WB_UNPROTECT)
+
Fri Jul 26 01:21:41 2013 NARUSE, Yui <naruse@ruby-lang.org>
* file.c (rb_file_expand_path_internal): fix r42160; skip '~'.