aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-211-0/+5
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-0/+4
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+6
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-191-0/+8
* * array.c (recursive_hash): reject recursive key.akr2009-07-171-3/+1
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-171-2/+2
* remove test for recursive hash key. [ruby-core:22921]akr2009-07-171-6/+0
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-161-0/+19
* * vm_method.c (rb_alias): fix a case which try non-existing method alias.ko12009-07-161-0/+8
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-161-0/+10
* * random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu2009-07-161-80/+80
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-0/+3
* Follow tests for changes of ENV's encoding.naruse2009-07-131-2/+3
* * test/ruby/test_case.rb (TestCase#test_deoptimization):yugui2009-07-131-0/+11
* * test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse2009-07-111-0/+14
* * array.c (ary_join_1): should recurse for element array.nobu2009-07-101-0/+1
* * test/ruby/test_array.rb (test_join2): fixed typo.nobu2009-07-101-1/+1
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-102-4/+18
* Add test for marshaling regexp.naruse2009-07-101-0/+7
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-0/+8
* * file.c (rb_file_s_basename): returns new string instead ofnobu2009-07-081-2/+4
* * 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