summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2008-04-14 * complex.c (nucomp_div): [ruby-dev:34357]tadf
2008-04-14* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz
2008-04-14* test/ruby/test_objectspace.rb: add a test formame
2008-04-13* test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-04-11Update to RubyGems 1.1.1 r1701.drbrain
2008-04-11* enum.c (enum_find_index): Add support for find_index(obj);knu
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2008-04-10* test/test_generator.rb: removed as well. [ruby-dev:34306]matz
2008-04-10* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr
2008-04-10* lib/pstore.rb: replaced by Hongli Lai's faster version.matz
2008-04-09* test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu
2008-04-07 * numeric.c: cancelled recent changes (except to remove rdiv).tadf
2008-04-06* bignum.c (rb_cmpint): moved from compar.c, to check bignummatz
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-03-31Remove test file that was removed in RubyGems 1.1.0drbrain
2008-03-31Import RubyGems 1.1.0drbrain
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-03-26anyway renamed.tadf
2008-03-25* test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame
2008-03-25* test/ruby/test_rational.rb: add tests to achieve over 90% testmame
2008-03-25* array.c (ary_new): fix size check. [ruby-dev:34123]mame
2008-03-22fixed. [ruby-dev:34109]tadf
2008-03-20improvements.tadf
2008-03-19added an assertion.tadf
2008-03-19* bignum.c (rb_cstr_to_inum): treat successive underscores asnobu
2008-03-17* array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame
2008-03-16Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-03-16both complex and rational are now builtin classes.tadf
2008-03-13* bootstraptest/test_struct.rb: some test moved from test to shutmatz
2008-03-13* test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz
2008-03-09add a test for [ruby-dev:34008].akr
2008-03-08* string.c (search_nonascii): Use VALUE instead of unsigned longnaruse
2008-03-08add a test for [ruby-dev:34006].akr
2008-03-08code duplication removed.akr
2008-03-07update sprintf rdoc.akr
2008-03-06add a test.akr
2008-03-06* test_sprintf.rb (test_integer): add some cases.usa
2008-03-06add a test for [ruby-dev:34002].akr
2008-03-06* sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu
2008-03-06* missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr
2008-03-05* string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse
2008-03-05add tests for float format.akr
2008-03-05Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-03-03* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-03-03test updated.akr
2008-03-03* re.c (rb_reg_regsub): remove too strict encoding check.matz