summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-24Move tests embedded in lib/set.rb to test/test_set.rb.knu
2012-11-24String#{lines,chars,codepoints,bytes} now return an array.knu
2012-11-24Fix tests of rb_warning().knu
2012-11-24Fix WeakRef finalizeshirosaki
2012-11-24 * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf
2012-11-24Rvert r37827 and r37828naruse
2012-11-24* vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko1
2012-11-24Fix TestProcess#test_setsidshirosaki
2012-11-24Fix finalize of WeakRefshirosaki
2012-11-24* process.c (proc_getsid): adds new method for getting session id.kosaki
2012-11-23ruby.c: wrap descriptionsnobu
2012-11-23* ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu
2012-11-23 * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2):tadf
2012-11-23test_rubyoptions.rb: refine assertionnobu
2012-11-23test_rubyoptions.rb: --helpnobu
2012-11-22Fix cache validity check of requireshirosaki
2012-11-22 * test/ruby/test_rubyoptions.rb: added a test.tadf
2012-11-22Apply performance improvement to short byte array search.knu
2012-11-22Add some corner cases to tests for String#index.knu
2012-11-21* test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari
2012-11-21io/wait: add IO#wait_writable methodnobu
2012-11-21* gc.c (gc_profile_clear): realloc profile records if its size isnari
2012-11-21revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei
2012-11-20* test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to getnaruse
2012-11-20fix guards for glibc crypt(3) see #7312naruse
2012-11-20remove trailing spaces.nobu
2012-11-20* test/win32ole/test_win32ole_type.rb (test_implemented_ole_types): suke
2012-11-20* vm_trace.c: rename and add TracePoint APIs.ko1
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-20* test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki
2012-11-20Don't send INT signal itself.naruse
2012-11-19* signal.c (sig_signame): implements Signal.signame methodkosaki
2012-11-19struct.c: yield assoc in each_pairnobu
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-18 * bignum.c (rb_cstr_to_inum): should accept underscores oftadf
2012-11-17 * complex.c (make_patterns): should not accept extra sign.tadf
2012-11-17Skip path expansion for all wildcard charactersluislavena
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17st_update passes the key in st_tableshirosaki
2012-11-16skip long name conversion if last character is a wildcard oneluislavena
2012-11-16* marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika
2012-11-16remove trailing spacesnobu
2012-11-16* test/rake/helper.rb (Rake::TestCase#setup): revert r37669.naruse
2012-11-16* test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't benaruse
2012-11-15* lib/rake*: Updated to rake 0.9.4drbrain
2012-11-15* lib/rake*: Updated to rake 0.9.3drbrain
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-13* eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo