summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2009-04-15* array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame
2009-04-08* string.c (rb_str_dump): buffer length plus one byte for nullmame
2009-04-08* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu
2009-04-08* test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu
2009-04-06* test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu
2009-03-30* test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg2
2009-03-29* test/csv/test_interface.rb: Trying a fix for some failing testsjeg2
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2009-03-26* time.c (time_cmp): negate the result of reverse comparison.akr
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-21* ext/openssl/ossl_ssl.c (write_would_block): defined.akr