summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2008-03-01add tests.akr
2008-03-01add a test.akr
2008-03-01add a test.akr
2008-03-01* object.c (rb_cstr_to_dbl): check for successive underscores.nobu
2008-03-01* test/ruby/allpairs.rb: new file for all pairs method.akr
2008-03-01test/test_{string,sprintf}.rb: updated.matz
2008-03-01* sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz
2008-02-29* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-29* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz
2008-02-29add a test.akr
2008-02-29* test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz
2008-02-29* string.c (rb_str_chomp_bang): now works on UTF-16.matz
2008-02-29* time.c (time_strftime): format should be ascii compatible.matz
2008-02-29* string.c (rb_str_rpartition): calculation was done in byte indexing.matz
2008-02-29* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):nobu
2008-02-28* test/ruby/test_time.rb (test_readers): fix typo.naruse
2008-02-28* encoding.c (enc_find): check type of argument and convert to Stringnaruse
2008-02-22* process.c (rlimit_resource_type): new function.akr
2008-02-22* encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr
2008-02-22commit miss. orzusa
2008-02-22sorry, typo.usa
2008-02-22* test/ruby/test_m17n.rb: add tests.usa
2008-02-21Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-20 * io.c (open_key_args): set arg->io even if no options passed.usa
2008-02-19* test/erb (TestERBCore): reverted.nobu
2008-02-18use require_relative to require ut_eof and envutil.akr
2008-02-18use require_relative to require marshaltestlib and sentence.akr
2008-02-18* string.c (rb_str_each_line): fix newline size.akr