summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-12-05* test/ruby/test_settracefunc.rb: disable trace.ko1
2012-12-04 * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfixtarui
2012-12-04 * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui
2012-12-04* test/ruby/memory_status.rb: fixed small typos introduced at r38182.usa
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-04* test/ruby/memory_status.rb (Memory): use fiddle/types if available.ngoto
2012-12-03* test/ruby/test_objectspace.rb: skip RuntimeErrorko1
2012-12-03random.c, rational.c: make marshal methods privatenobu
2012-12-03* iseq.h: iseq_catch_table_entry::catch_type should beko1
2012-12-01* iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko1
2012-12-01* vm_trace.c: add TracePoint#inspect.ko1
2012-12-01* test/ruby/test_backtrace.rb: add a test forko1
2012-12-01io.c: recurse for the argumentnobu
2012-12-01object.c: make remove_instance_variable publicnobu
2012-12-01vm_method.c: make initialize methods privatenobu
2012-12-01* test/ruby/test_thread.rb: move ConditionVariable related testkosaki
2012-12-01* test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki
2012-11-30* iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko1
2012-11-30* thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki
2012-11-30* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if a...kazu
2012-11-30 [EXPERIMENTAL]ko1
2012-11-30* thread.c: TracePoint#self returns invoking/exitting thread objectko1
2012-11-30* test/ruby/memory_status.rb (Memory::Win32): sorry, ko1.usa
2012-11-30* test/ruby/memory_status.rb (Memory::Win32): rescue non libffi user, such as...usa
2012-11-30* test/ruby/memory_status.rb (Memory::Win32): use fiddle instead of dl,usa
2012-11-30* thread.c: rename Thread.control_interruptko1
2012-11-30string.c: compare with to_strnobu
2012-11-30string.c: always fixed valuenobu
2012-11-30vm_dump.c: no methods in segv handlernobu
2012-11-30parse.y: false usage of local variablenobu
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-29Revert r37991 "compile.c: hash must be paired"naruse
2012-11-29compile.c: hash must be pairednobu
2012-11-29variable.c: show namespacenobu
2012-11-29* vm_trace.c (rb_tracepoint_attr_method_id):ko1
2012-11-29* vm_trace.c (rb_tracepoint_attr_defined_class):ko1
2012-11-29test/dl: no warningsnobu
2012-11-29remove trailing spaces.nobu
2012-11-28 * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui
2012-11-28* vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki
2012-11-28* thread.c (struct rb_mutex_struct): add allow_trap field.kosaki
2012-11-28* proc.c: remove Proc#== and Proc#eql?.ko1
2012-11-28* thread.c (thread_join): A trap handler check was moved fromkosaki
2012-11-27* bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn
2012-11-27* eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target theradkosaki