aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * complex.c (make_patterns): should not accept extra sign.tadf2012-11-171-0/+1
* Skip path expansion for all wildcard charactersluislavena2012-11-171-1/+3
* skip long name conversion if last character is a wildcard oneluislavena2012-11-161-0/+5
* * marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika2012-11-161-0/+7
* * range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame2012-11-151-0/+3
* * array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame2012-11-142-0/+105
* * eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo2012-11-131-0/+21
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo2012-11-121-0/+1
* glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse2012-11-111-0/+10
* hash.c: warn for wrong elementsnobu2012-11-111-1/+3