index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_settracefunc.rb
Age
Commit message (
Expand
)
Author
2008-07-01
* test/ruby/test_settracefunc.rb: fix expected traces for
mame
2008-06-30
* test/ruby/test_settracefunc.rb (test_raise): reveal an exception
mame
2008-06-29
* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name
ko1
2008-04-23
* test/ruby/test_settracefunc.rb: add a test for set_trace_func.
mame
2008-02-29
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
nobu
2007-11-12
* test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.
shugo
2007-11-11
* insnhelper.ci (vm_call_method): pass mn->nd_clss to
shugo
2007-04-19
* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:
ko1
2005-04-07
* eval.c (rb_call0): "return" event hook should be always executed
shugo
2005-03-23
* parse.y (primary): fix lineno of rescue and ensure.
shugo
2005-03-22
* test/ruby/test_settracefunc.rb (test_event): added tests for
shugo
2005-03-16
* test/ruby/test_settracefunc.rb: added test for c-return.
shugo
2004-11-17
Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
nahi