From 3f606b7063fc7a8b191556365ad343a314719a8d Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 29 Nov 2012 06:43:31 +0000 Subject: * include/ruby/debug.h: provide rb_tracearg_*() APIs, instead of rb_tracepoint_attr_*(). These APIs are for debuggers/profilers. They will be explained in another docs somtime. * vm_trace.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 052453942d..bd753b27f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Nov 29 15:38:14 2012 Koichi Sasada + + * include/ruby/debug.h: provide rb_tracearg_*() APIs, + instead of rb_tracepoint_attr_*(). + These APIs are for debuggers/profilers. + They will be explained in another docs somtime. + + * vm_trace.c: ditto. + Thu Nov 29 15:10:45 2012 NARUSE, Yui * test/minitest/test_minitest_unit.rb: restore orig_verbose only -- cgit v1.2.3