aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Suppress warning: Bignum out of Float rangenaruse2012-11-071-4/+6
* * numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse2012-11-071-0/+4
* * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo2012-11-071-0/+12
* Remove FIXME skip on Windows testluislavena2012-11-061-1/+0
* * enumerator.c: Support for lazy.cycle.sizemarcandre2012-11-061-0/+9
* * enumerator.c: Add support for lazy.drop.sizemarcandre2012-11-061-0/+5
* * enumerator.c: Support for lazy.take.sizemarcandre2012-11-061-0/+5
* * enumerator.c: Support for lazy.{map|flat_map|...}.sizemarcandre2012-11-061-0/+8
* * enumerator.c: Support for lazy.sizemarcandre2012-11-061-0/+6
* * string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre2012-11-061-0/+6
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-061-0/+1
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-061-0/+6
* * range.c: Support for range.step.sizemarcandre2012-11-061-0/+6
* * range.c: Support for Range#size and Range#each.sizemarcandre2012-11-061-0/+8
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-061-0/+15
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-061-0/+7
* * hash.c: Support for enumerators created by ENV:marcandre2012-11-061-0/+6