aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 12:20:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 12:20:06 +0000
commit4777bdce272e21f55df4dca7280c76ae706dac0c (patch)
tree17e2b8eee96f2d5c2ecb371253cd722dfdc1e5c5 /ChangeLog
parent7221252ab1ab473f82eb8c2def387a2719a7fa19 (diff)
downloadruby-4777bdce272e21f55df4dca7280c76ae706dac0c.tar.gz
* gc.c (gc_mark_children): remove a garbage character
introduced at the last commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50716 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 9adaf44592..e070790837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 1 21:18:24 2015 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_mark_children): remove a garbage character
+ introduced at the last commit.
+
Mon Jun 1 19:24:42 2015 Koichi Sasada <ko1@atdot.net>
* vm_method.c (rb_method_entry_make): do not show warning message