aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_trace.c: add TracePoint#inspect.ko12012-12-011-0/+25
* * test/ruby/test_backtrace.rb: add a test forko12012-12-011-0/+8
* io.c: recurse for the argumentnobu2012-12-011-0/+12
* object.c: make remove_instance_variable publicnobu2012-12-011-1/+2
* vm_method.c: make initialize methods privatenobu2012-12-011-0/+9
* * test/ruby/test_thread.rb: move ConditionVariable related testkosaki2012-12-011-168/+0
* * test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki2012-12-011-12/+18
* * iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko12012-11-301-0/+19
* * thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki2012-11-301-0/+12
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if a...kazu2012-11-301-0/+2
* [EXPERIMENTAL]ko12012-11-301-0/+24
* * thread.c: TracePoint#self returns invoking/exitting thread objectko12012-11-301-4/+13
* * test/ruby/memory_status.rb (Memory::Win32): sorry, ko1.usa2012-11-301-2/+5
* * test/ruby/memory_status.rb (Memory::Win32): rescue non libffi user, such as...usa2012-11-301-1/+6
* * test/ruby/memory_status.rb (Memory::Win32): use fiddle instead of dl,usa2012-11-301-4/+4
* * thread.c: rename Thread.control_interruptko12012-11-301-8/+8
* string.c: compare with to_strnobu2012-11-301-1/+2
* string.c: always fixed valuenobu2012-11-301-1/+1
* vm_dump.c: no methods in segv handlernobu2012-11-301-0/+7
* parse.y: false usage of local variablenobu2012-11-301-0/+2
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-27/+1
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-291-0/+6
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-1/+56
* * compile.c (compile_array_): refix r37991 remove assertion:naruse2012-11-291-0/+136
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-1/+27
* Revert r37991 "compile.c: hash must be paired"naruse2012-11-291-136/+0
* compile.c: hash must be pairednobu2012-11-291-0/+136
* variable.c: show namespacenobu2012-11-291-1/+2
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-291-4/+4
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-291-2/+2
* test/dl: no warningsnobu2012-11-291-0/+1
* remove trailing spaces.nobu2012-11-291-1/+1
* * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui2012-11-281-11/+11
* * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki2012-11-281-8/+43
* * thread.c (struct rb_mutex_struct): add allow_trap field.kosaki2012-11-281-0/+13
* * proc.c: remove Proc#== and Proc#eql?.ko12012-11-281-6/+0
* * thread.c (thread_join): A trap handler check was moved fromkosaki2012-11-281-0/+11
* * bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn2012-11-271-0/+30
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-271-0/+12
* * thread.c (thread_join): raises ThreadError if target theradkosaki2012-11-271-0/+8
* * thread.c (thread_join): raises ThreadError if target threadkosaki2012-11-271-2/+5
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-261-3/+3
* * array.c: Fix rdoc for Array#delete [#7437]marcandre2012-11-261-0/+8
* * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa2012-11-261-2/+2
* * vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki2012-11-261-0/+15
* * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse2012-11-261-0/+24
* * test/ruby/test_process.rb (test_setsid): added a few wait forkosaki2012-11-261-4/+6
* * test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika2012-11-251-2/+4
* Fix test to follow r37838naruse2012-11-251-2/+2
* String#{lines,chars,codepoints,bytes} now return an array.knu2012-11-241-6/+113