summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-05* thread.c (rb_threadptr_exec_event_hooks): new function tonobu
2008-09-30* test/ruby/test_settracefunc.rb (test_call, test_class): line numbermame
2008-08-15* test/ruby/test_settracefunc.rb (test_call, test_class):nobu
2008-07-01* test/ruby/test_settracefunc.rb: fix expected traces formame
2008-06-30* test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
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 toshugo
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 executedshugo
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 forshugo
2005-03-16* test/ruby/test_settracefunc.rb: added test for c-return.shugo
2004-11-17Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi