aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-277-27/+501
* * 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
* Move tests embedded in lib/set.rb to test/test_set.rb.knu2012-11-241-3/+638
* String#{lines,chars,codepoints,bytes} now return an array.knu2012-11-241-6/+113
* Fix tests of rb_warning().knu2012-11-245-27/+27
* Fix WeakRef finalizeshirosaki2012-11-241-0/+32
* * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf2012-11-241-6/+3
* Rvert r37827 and r37828naruse2012-11-241-19/+0
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-241-0/+43
* Fix TestProcess#test_setsidshirosaki2012-11-241-1/+1
* Fix finalize of WeakRefshirosaki2012-11-241-0/+19
* * 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
* io/wait: add IO#wait_writable methodnobu2012-11-211-0/+36
* * 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
* * test/win32ole/test_win32ole_type.rb (test_implemented_ole_types): suke2012-11-201-1/+1
* * 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
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove2012-11-171-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove2012-11-171-0/+16
* st_update passes the key in st_tableshirosaki2012-11-171-0/+12
* skip long name conversion if last character is a wildcard oneluislavena2012-11-161-0/+5