aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 05:18:40 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 05:18:40 +0000
commitfbece268c7c58c32970b581712c8c3d662b20ed1 (patch)
tree7f100d792173c97164c592c14ad82feda6631dcf /ChangeLog
parent15d26c3fd9a95f6fa14bc4faae7e1b8e9a07e2b3 (diff)
downloadruby-fbece268c7c58c32970b581712c8c3d662b20ed1.tar.gz
* ext/objspace/object_tracing.c: rename allocation_info to
lookup_allocation_info. At times I confused "struct allocation_info" with "function allocation_info". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cca7038542..37f2d530c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 6 14:16:37 2013 Narihiro Nakamura <authornari@gmail.com>
+
+ * ext/objspace/object_tracing.c: rename allocation_info to
+ lookup_allocation_info. At times I confused "struct
+ allocation_info" with "function allocation_info".
+
Thu Jun 6 13:57:06 2013 Narihiro Nakamura <authornari@gmail.com>
* ext/objspace/object_tracing.c: allocation_info function isn't