summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix skip condition.akr2009-07-171-1/+1
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-173-4/+13
* * 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
* * test/win32ole/test_win32ole.rb (test_s_codepage_changed,suke2009-07-162-17/+48
* * 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
* Set tempfile name with literal.naruse2009-07-141-2/+2
* * 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
* * lib/prime.rb (Prime#prime_division): now decomposesyugui2009-07-131-0/+5
* * 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
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-101-0/+1
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-101-32/+78
* * 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
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-0/+1
* * 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
* * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: addkou2009-06-271-0/+20
* * NEWS: rss: 0.2.5 -> 0.2.7.kou2009-06-271-1/+1
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):matz2009-06-262-6/+5
* reduce tests.akr2009-06-261-0/+3
* $: doesn't contains "." now.akr2009-06-221-1/+1
* * ext/stringio/stringio.c (strio_each_codepoint): new method.matz2009-06-221-0/+5
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-201-0/+4
* don't use /tmp as example socket path.akr2009-06-182-16/+16
* * rational.c (nurat_s_convert): calls to_r when the given argumenttadf2009-06-182-4/+4
* Imported minitest 1.4.0 r5083.ryan2009-06-181-14/+7
* * 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