summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-06-22$: doesn't contains "." now.akr
2009-06-22* ext/stringio/stringio.c (strio_each_codepoint): new method.matz
2009-06-20 * numeric.c (num_div): don't use num_floor which is actuallytadf
2009-06-18don't use /tmp as example socket path.akr
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-18Imported minitest 1.4.0 r5083.ryan
2009-06-17* numeric.c (flo_cmp): Infinity is greater than any bignummatz
2009-06-17 * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf
2009-06-17* sample/test.rb (valid_syntax?): should not capture BOM.nobu
2009-06-17* sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-16* test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz
2009-06-14* thread.c, vm_eval.c: add Thread.backtrace.ko1
2009-06-13* marshal.c (r_ivar): should not set internal encoding ivar as annobu
2009-06-09Update to RubyGems 1.3.4 r2223drbrain
2009-06-07removed extra spaces.tadf
2009-06-02* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu
2009-06-01* cont.c (cont_capture, fiber_store): reraise transferred error.nobu
2009-05-25* time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu
2009-05-24* string.c (rb_str_rpartition): ditto.nobu
2009-05-24* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz
2009-05-24* string.c (rb_str_partition): should use the converted result. anobu
2009-05-18* test/test_time.rb: make tests timezone independent.akr
2009-05-16* test/rss/test_maker_atom_feed.rb: suppress warnings.kou
2009-05-16* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou
2009-05-16* lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou
2009-05-16* lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou
2009-05-16* lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou
2009-05-16* lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou
2009-05-16* lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou
2009-05-16* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou
2009-05-14* ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu
2009-05-12add test.akr
2009-05-09* test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu
2009-05-09 * lib/date.rb: use subsec instead of nsec.tadf
2009-05-07* test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame
2009-05-07* array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu
2009-05-07* array.c (rb_ary_sample): negative sample number is invalid.nobu
2009-04-30* ext/extmk.rb: use RbConfig instead of Config.akr
2009-04-30* runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr
2009-04-28test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu
2009-04-26* enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse
2009-04-26* lib/optparse.rb (OptionParser#parse_in_order): do not make annobu
2009-04-22* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu
2009-04-21* lib/time.rb (Time#rfc2822): pad leading zeros for year.akr
2009-04-21* lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr
2009-04-21* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr