1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/tracer.rb (Tracer.trace_func): printf to stdout

Patch by Michal Fojtik [ruby-core:45219] [Bug #6490]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2012-11-20 02:05:21 +00:00
parent b74e1b21db
commit b65dda51bd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Nov 20 11:05:00 2012 Zachary Scott <zachary@zacharyscott.net>
* lib/tracer.rb (Tracer.trace_func): printf to stdout
Patch by Michal Fojtik [ruby-core:45219] [Bug #6490]
Mon Nov 19 21:24:18 2012 Naohisa Goto <ngotogenome@gmail.com>
* vm_dump.c: not to include probes.h because the code does not depend

View file

@ -205,7 +205,7 @@ class Tracer
else
source = get_line(file, line)
end
printf("%s:%d:%s:%s: %s",
stdout.printf("%s:%d:%s:%s: %s",
file,
line,
klass || '',