Age | Commit message (Expand) | Author |
2009-06-18 | don't use /tmp as example socket path. | akr |
2009-06-18 | * rational.c (nurat_s_convert): calls to_r when the given argument | tadf |
2009-06-18 | Imported minitest 1.4.0 r5083. | ryan |
2009-06-17 | * numeric.c (flo_cmp): Infinity is greater than any bignum | matz |
2009-06-17 | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf |
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 obsolete | matz |
2009-06-16 | * complex.c (nucomp_coerce): accepts Complex instances. | tadf |
2009-06-16 | * test/ruby/test_argf.rb (TestArgf#test_skip): updated test | matz |
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 an | nobu |
2009-06-09 | Update to RubyGems 1.3.4 r2223 | drbrain |
2009-06-07 | removed 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 return | nobu |
2009-05-24 | * string.c (rb_str_rpartition): ditto. | nobu |
2009-05-24 | * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashes | matz |
2009-05-24 | * string.c (rb_str_partition): should use the converted result. a | nobu |
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:Image | kou |
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 not | nobu |
2009-05-12 | add test. | akr |
2009-05-09 | * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add a | kazu |
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 test | mame |
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-28 | test/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 an | nobu |
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_id | akr |
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 null | mame |
2009-04-08 | * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii. | nobu |