aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 23:15:18 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 23:15:18 +0000
commit4b18db6a2fc374b6ca17b6632b1340b382cce982 (patch)
treedbe6767e315cd2829dc68d8552c17d3086c3ad04 /ChangeLog
parent8b80ce3a53c5695f13b76c146d8bde1a2bc332cb (diff)
downloadruby-4b18db6a2fc374b6ca17b6632b1340b382cce982.tar.gz
* gc.c: refactoring bitmaps. introduce bits_t type and some Consts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41512 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 cccd85ff3e..d9e82581c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 21 08:14:00 2013 Masaya Tarui <tarui@ruby-lang.org>
+
+ * gc.c: refactoring bitmaps. introduce bits_t type and some Consts.
+
Fri Jun 21 08:04:32 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).