aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-241-0/+13
* Additional test for r34358.naruse2012-01-241-0/+1
* * io.c (extract_binmode): raise an exception if binmode/textmodenaruse2012-01-231-0/+25
* * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse2012-01-231-0/+5
* * encoding.c (rb_enc_compatible): fix segv on symbols.naruse2012-01-211-0/+6
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enab...nobu2012-01-201-1/+1
* * test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, remo...nobu2012-01-191-1/+1
* * test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths ...nobu2012-01-191-5/+6
* * test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolut...nobu2012-01-191-0/+8
* Suppress warnings.naruse2012-01-181-7/+7
* * object.c (rb_inspect): raise the result is not compatible withnaruse2012-01-151-0/+28
* * iseq.c (iseq_data_to_ary): check line info table boundary. linenobu2012-01-141-0/+11
* * error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika2012-01-141-0/+19
* * error.c (exc_equal): ignore exceptions during implicitnobu2012-01-141-0/+6
* Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse2012-01-131-6/+0
* * error.c (exc_equal): try implicit conversion for delegator.nobu2012-01-131-0/+6
* * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu2012-01-101-1/+1
* * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika2012-01-091-10/+33
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-083-3/+10
* Add test for word boundary.naruse2012-01-071-0/+5
* * object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse2012-01-061-0/+15
* * string.c (str_nth_len): count ascii-only run at the end. thisnobu2012-01-041-0/+9
* * test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj2012-01-021-0/+4
* * test/ruby/test_object.rb (test_send_with_block): moved fromktsj2012-01-021-0/+14
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-261-0/+9
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-261-0/+105
* * io.c (rb_sys_fail_path): move the definition.shirosaki2011-12-261-0/+11
* * test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa2011-12-261-23/+20
* * test/ruby/test_thread.rb: don't test the maximum sleep time. Rubyakr2011-12-221-1/+0
* * test/ruby/test_require.rb (test_race_exception): delete temporary library n...nobu2011-12-201-0/+1
* * test/ruby/test_require.rb (test_race_exception): rewrote withoutnobu2011-12-201-25/+25
* * test/ruby/envutil.rb (invoke_ruby): remove :timeout option beforenagachika2011-12-181-1/+1
* Use SIGINT to interrupt.naruse2011-12-151-1/+1
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu2011-12-151-2/+2
* * test/ruby/test_require.rb (test_race_exception): get rid ofnobu2011-12-151-5/+4
* * test/ruby/test_io_m17n.rbusa2011-12-141-2/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+92
* Use pipe instead of $stdin.read.naruse2011-12-141-1/+1
* * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse2011-12-141-0/+15
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-132-8/+22
* * error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika2011-12-131-0/+17
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-0/+56
* * vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu2011-12-121-0/+273
* * parse.y (stmt_or_begin): changed the error message for BEGIN notshugo2011-12-121-3/+6
* * error.c (exit_initialize): deal with true and false as well asnobu2011-12-111-0/+14
* * test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu2011-12-101-13/+13
* * test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu2011-12-101-2/+2
* * test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu2011-12-091-1/+1
* It should be require_relative.naruse2011-12-091-1/+1
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-091-0/+20