aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (rb_enum_join): non-nil separator must be convertible tonobu2009-07-071-0/+9
* * proc.c (make_curry_proc): should propagate lambda-ness.nobu2009-07-061-0/+7
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-062-4/+4
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-061-0/+14
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-0/+5
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-041-0/+7
* * complex.c (nucomp_equal_p): removed.tadf2009-07-031-12/+0
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-032-1/+20
* * complex.c: undef-ed shome methods. [ruby-core:24110]tadf2009-07-031-2/+4
* don't use a string for Time.at argument.akr2009-07-021-15/+15
* * test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu2009-07-011-0/+1
* * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu2009-06-291-0/+22
* * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf2009-06-271-0/+3
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz2009-06-262-6/+5
* $: doesn't contains "." now.akr2009-06-221-1/+1
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-201-0/+4
* * rational.c (nurat_s_convert): calls to_r when the given argumenttadf2009-06-182-4/+4
* * numeric.c (flo_cmp): Infinity is greater than any bignummatz2009-06-171-0/+5
* * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf2009-06-171-0/+18
* * 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
* * 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
* removed extra spaces.tadf2009-06-072-7/+7
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-011-0/+5
* * 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
* * ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu2009-05-141-0/+16
* add test.akr2009-05-121-0/+15
* * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu2009-05-091-0/+5
* * 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
* * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse2009-04-261-0/+8
* * 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-211-20/+42
* * 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
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-271-0/+6
* * time.c (time_cmp): negate the result of reverse comparison.akr2009-03-261-0/+10
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-1/+29
* * test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu2009-03-201-0/+7
* * test/ruby/test_process.rb: skips tests need fd inheritance.nobu2009-03-201-11/+22
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2