aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * prelude.rb (require_relative): move require_relative frommatz2008-04-129-9/+0
* Update to RubyGems 1.1.1 r1701.drbrain2008-04-1112-44/+131
* * enum.c (enum_find_index): Add support for find_index(obj);knu2008-04-111-0/+2
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-111-0/+74
* * test/test_generator.rb: removed as well. [ruby-dev:34306]matz2008-04-101-4/+0
* * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr2008-04-101-0/+5
* * lib/pstore.rb: replaced by Hongli Lai's faster version.matz2008-04-101-0/+74
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-092-0/+125
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-071-1/+10
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-061-6/+0
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-032-43/+4
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-023-12/+3
* Remove test file that was removed in RubyGems 1.1.0drbrain2008-03-311-610/+0
* Import RubyGems 1.1.0drbrain2008-03-3133-530/+2555
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-311-5/+2
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+336
* anyway renamed.tadf2008-03-262-3/+3
* * test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame2008-03-251-0/+36
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-252-1/+230
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-251-0/+4
* fixed. [ruby-dev:34109]tadf2008-03-222-5/+4
* improvements.tadf2008-03-201-0/+1360
* added an assertion.tadf2008-03-191-0/+4
* * bignum.c (rb_cstr_to_inum): treat successive underscores asnobu2008-03-191-1/+1
* * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame2008-03-171-0/+16
* Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-161-1/+5
* both complex and rational are now builtin classes.tadf2008-03-162-0/+1988
* * bootstraptest/test_struct.rb: some test moved from test to shutmatz2008-03-131-1/+0
* * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz2008-03-131-4/+2
* add a test for [ruby-dev:34008].akr2008-03-091-0/+5
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-081-0/+2
* add a test for [ruby-dev:34006].akr2008-03-081-0/+2
* code duplication removed.akr2008-03-081-223/+0
* update sprintf rdoc.akr2008-03-071-0/+1
* add a test.akr2008-03-061-0/+5
* * test_sprintf.rb (test_integer): add some cases.usa2008-03-061-0/+3
* add a test for [ruby-dev:34002].akr2008-03-061-0/+1
* * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu2008-03-061-12/+12
* * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr2008-03-061-1/+2
* * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse2008-03-052-5/+13
* add tests for float format.akr2008-03-051-8/+263
* Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-051-1/+6
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-0/+59
* test updated.akr2008-03-031-0/+4
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-031-2/+0
* add tests.akr2008-03-011-0/+54
* add a test.akr2008-03-011-0/+1
* add a test.akr2008-03-011-0/+3
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-0/+1
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-013-28/+111