summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * sample/test.rb (valid_syntax?): should not capture BOM.nobu2009-06-171-1/+1
* * sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu2009-06-171-2/+3
* * ext/strscan/strscan.c (Init_strscan): remove obsoletematz2009-06-171-2/+1
* * complex.c (nucomp_coerce): accepts Complex instances.tadf2009-06-162-0/+14
* * test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz2009-06-161-6/+2
* * thread.c, vm_eval.c: add Thread.backtrace.ko12009-06-141-0/+10
* * marshal.c (r_ivar): should not set internal encoding ivar as annobu2009-06-131-0/+8
* Update to RubyGems 1.3.4 r2223drbrain2009-06-0953-770/+2138
* removed extra spaces.tadf2009-06-072-7/+7
* * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu2009-06-021-0/+54
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-011-0/+5
* * time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu2009-05-251-1/+1
* * string.c (rb_str_rpartition): ditto.nobu2009-05-241-0/+2
* * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz2009-05-242-2/+4
* * string.c (rb_str_partition): should use the converted result. anobu2009-05-241-0/+2
* * test/test_time.rb: make tests timezone independent.akr2009-05-181-2/+2
* * test/rss/test_maker_atom_feed.rb: suppress warnings.kou2009-05-161-3/+3
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-161-0/+16
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou2009-05-165-0/+40
* * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou2009-05-161-1/+1
* * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou2009-05-161-1/+27
* * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou2009-05-162-0/+29
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-162-0/+29
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou2009-05-161-1/+1
* * ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu2009-05-142-0/+31
* add test.akr2009-05-121-0/+15
* * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu2009-05-091-0/+5
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-091-0/+7
* * test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame2009-05-071-0/+11
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-071-0/+3
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-071-0/+2
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-303-5/+5
* test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu2009-04-281-1/+14
* * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse2009-04-261-0/+8
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-262-0/+10
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-221-0/+28
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-211-0/+13
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-211-0/+12
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-2/+0
* * time.c: remove time_t restriction from Time class.akr2009-04-212-21/+43
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-0/+64
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-151-0/+5
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-081-0/+3
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-081-0/+2
* * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu2009-04-081-0/+5
* * test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu2009-04-061-4/+0
* * test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg22009-03-302-21/+21
* * test/csv/test_interface.rb: Trying a fix for some failing testsjeg22009-03-291-1/+1
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-271-0/+6