summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-01 03:58:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-01 03:58:39 +0000
commitf593911dbe7dc70d53c7626db75cb63ee7421803 (patch)
tree79239e0d04a282cc993837c1a75c7a0f568e37c6 /ChangeLog
parent946ab45d6531a5427c8c62ba74c0b25d3cc62f3d (diff)
* properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b45dab4fc5..4fd5c76d6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,10 +18,10 @@ Sat Dec 1 11:09:12 2012 Aaron Patterson <aaron@tenderlovemaking.com>
* variable.c (rb_class_path_no_cache): add a function to get the class
path without caching the computed path. Some classes are frozen, and
will raise an exception without this.
-
+
* probes.d (cmethod-entry, cmethod-return): separate cmethods from
regular methods to match set trace func.
-
+
* probes_helper.h: refactor macros. Fix probes to avoid calling
#inspect when profiling.
@@ -691,7 +691,7 @@ Thu Nov 29 15:10:45 2012 NARUSE, Yui <naruse@ruby-lang.org>
Thu Nov 29 14:56:30 2012 Koichi Sasada <ko1@atdot.net>
- * vm_trace.c (rb_tracepoint_attr_method_id):
+ * vm_trace.c (rb_tracepoint_attr_method_id):
rename TracePoint#id to TracePoint#method_id.
* include/ruby/debug.h: ditto.
@@ -700,7 +700,7 @@ Thu Nov 29 14:56:30 2012 Koichi Sasada <ko1@atdot.net>
Thu Nov 29 14:49:10 2012 Koichi Sasada <ko1@atdot.net>
- * vm_trace.c (rb_tracepoint_attr_defined_class):
+ * vm_trace.c (rb_tracepoint_attr_defined_class):
rename TracePoint#klass to TracePoint#defined_class.
[ruby-core:50187] Re: [ruby-trunk - Feature #6895]