aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix tests of rb_warning().knu2012-11-245-27/+27
* * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf2012-11-241-6/+3
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-241-0/+43
* Fix TestProcess#test_setsidshirosaki2012-11-241-1/+1
* * process.c (proc_getsid): adds new method for getting session id.kosaki2012-11-241-0/+15
* ruby.c: wrap descriptionsnobu2012-11-231-0/+5
* * ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu2012-11-231-5/+3
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2):tadf2012-11-231-3/+5
* test_rubyoptions.rb: refine assertionnobu2012-11-231-1/+2
* test_rubyoptions.rb: --helpnobu2012-11-231-4/+1
* Fix cache validity check of requireshirosaki2012-11-221-0/+31
* * test/ruby/test_rubyoptions.rb: added a test.tadf2012-11-221-0/+11
* Apply performance improvement to short byte array search.knu2012-11-221-0/+7
* Add some corner cases to tests for String#index.knu2012-11-221-0/+7
* * test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari2012-11-211-2/+2
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-211-0/+16
* revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei2012-11-211-1/+1
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to getnaruse2012-11-201-1/+1
* fix guards for glibc crypt(3) see #7312naruse2012-11-201-2/+2
* remove trailing spaces.nobu2012-11-202-3/+3
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-201-4/+50
* * vm_trace.c: add two methods:ko12012-11-201-42/+73
* * test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki2012-11-201-3/+3
* Don't send INT signal itself.naruse2012-11-201-11/+13
* * signal.c (sig_signame): implements Signal.signame methodkosaki2012-11-191-0/+18
* struct.c: yield assoc in each_pairnobu2012-11-191-0/+5
* * thread.c: add `Thread#backtrace_locations' method.ko12012-11-191-1/+36
* * bignum.c (rb_cstr_to_inum): should accept underscores oftadf2012-11-181-1/+1