summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-07-02don't use a string for Time.at argument.akr
2009-07-01* test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu
2009-06-29* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu
2009-06-27 * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf
2009-06-26* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz
2009-06-22$: doesn't contains "." now.akr
2009-06-20 * numeric.c (num_div): don't use num_floor which is actuallytadf
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
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-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-07removed extra spaces.tadf
2009-06-01* cont.c (cont_capture, fiber_store): reraise transferred error.nobu
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-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-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-26* enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse
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-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-20* test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu
2009-03-20* test/ruby/test_process.rb: skips tests need fd inheritance.nobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-14* test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-08* test/ruby/test_proc.rb: add some tests.mame
2009-03-08* test/ruby/test_enum.rb: add some tests.mame
2009-03-08* test/ruby/test_object.rb: add a test for Object#method_missing.mame
2009-03-08* test/ruby/test_file_exhaustive.rb: add tests for File#size andmame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-04* test/ruby/test_array.rb: fix wrong test, and add a test formame
2009-03-04* test/ruby/test_array.rb: add some tests for coverage.mame