summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-01-15* object.c (rb_inspect): raise the result is not compatible withnaruse
2012-01-14* iseq.c (iseq_data_to_ary): check line info table boundary. linenobu
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* error.c (exc_equal): try implicit conversion for delegator.nobu
2012-01-10* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2012-01-08* numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse
2012-01-07Add test for word boundary.naruse
2012-01-06* object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse
2012-01-04* string.c (str_nth_len): count ascii-only run at the end. thisnobu
2012-01-02* test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj
2012-01-02* test/ruby/test_object.rb (test_send_with_block): moved fromktsj
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-12-26* io.c (rb_sys_fail_path): move the definition.shirosaki
2011-12-26* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa
2011-12-22* test/ruby/test_thread.rb: don't test the maximum sleep time. Rubyakr
2011-12-20* test/ruby/test_require.rb (test_race_exception): delete temporary library n...nobu
2011-12-20* test/ruby/test_require.rb (test_race_exception): rewrote withoutnobu
2011-12-18* test/ruby/envutil.rb (invoke_ruby): remove :timeout option beforenagachika
2011-12-15Use SIGINT to interrupt.naruse
2011-12-15* array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu
2011-12-15* test/ruby/test_require.rb (test_race_exception): get rid ofnobu
2011-12-14* test/ruby/test_io_m17n.rbusa
2011-12-14* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa
2011-12-14Use pipe instead of $stdin.read.naruse
2011-12-14* thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse
2011-12-13* parse.y (primary): point method name line. [ruby-core:40936]nobu
2011-12-13* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-12-12* vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu
2011-12-12* parse.y (stmt_or_begin): changed the error message for BEGIN notshugo
2011-12-11* error.c (exit_initialize): deal with true and false as well asnobu
2011-12-10* test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu
2011-12-10* test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu
2011-12-09* test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu
2011-12-09It should be require_relative.naruse
2011-12-09* file.c (file_path_convert): don't convert it when the path string isnaruse
2011-12-08* variable.c (set_const_visibility): clear inine-cache when constant'snagachika
2011-12-08update doc and add test for SystemExit.new.akr
2011-12-08* test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa
2011-12-07* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu
2011-12-05* process.c (proc_seteuid_m): fix argument.nobu
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-12-03* variable.c (set_const_visibility): Module#private_constant hasmame
2011-11-30Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse
2011-11-30* test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain