aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* * marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika2012-11-161-0/+7
* remove trailing spacesnobu2012-11-162-3/+3
* * test/rake/helper.rb (Rake::TestCase#setup): revert r37669.naruse2012-11-166-9/+9
* * test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't benaruse2012-11-161-1/+1
* * lib/rake*: Updated to rake 0.9.4drbrain2012-11-152-1/+45
* * lib/rake*: Updated to rake 0.9.3drbrain2012-11-1515-30/+687
* * 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
* Define dtrace test classes only when dtrace existsnaruse2012-11-1310-10/+10
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-1212-0/+437
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo2012-11-121-0/+1
* * test/date/test_date_{parse,strptime}.rb: changed the format oftadf2012-11-112-454/+453
* 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
* * eval.c (top_using): remove Kernel#using, and add main.using instead.shugo2012-11-111-4/+26
* * eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo2012-11-111-0/+69
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo2012-11-111-0/+24
* Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre2012-11-101-3/+0
* erb.rb: safe concurrent usenobu2012-11-091-1/+11
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-091-0/+12
* * bignum.c (bigmul0): enable big_mul_toom3.mrkn2012-11-081-2/+1
* * bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn2012-11-081-0/+111
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-081-1/+9
* * test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar2012-11-081-1/+7
* * test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin2012-11-071-0/+3