summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-12-27* test/ruby/test_process.rb (TestProcess#test_execopts_open_chdir_m17n_path):usa
2015-12-27IO#readpartial rejects bad argsnormal
2015-12-27Add tests for String#lstrip and rstripnobu
2015-12-27Add test for String#test_insert.nobu
2015-12-26* lib/xmlrpc/client.rb: Support SSL options in async methods ofkou
2015-12-24fix common misspelling [ci skip]nobu
2015-12-24ignore exception is the address is IPv6naruse
2015-12-22Revert r53253. naruse fixed it differently in r53244normal
2015-12-22test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal
2015-12-22test_rdoc_generator_json_index.rb: open in binmodenobu
2015-12-22gc.c: do not expose internal singleton classnobu
2015-12-22* lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt
2015-12-22string.c: no exception on dummy encodingnobu
2015-12-22escape.c: should not freezenobu
2015-12-21escape.c: Preserve original statenobu
2015-12-21avoid rb_bug on BasicSocket.for_fd(-1)normal
2015-12-21revert r53228 because this patch breaks rubyspecko1
2015-12-21* gc.c (internal_object_p): should not expose singleton classesko1
2015-12-21* test/ruby/test_io.rb: handled rlimit value same as r52277hsbt
2015-12-21vm_backtrace.c: ignore ifunc framesnobu
2015-12-20cgi/escape: Optimize CGI.escapeHTMLnobu
2015-12-20test_cgi_util.rb: fix arguments ordersnobu
2015-12-20test_syntax.rb: assertions for other heredocsnobu
2015-12-20parse.y: labeled heredocnobu
2015-12-20* proc.c (rb_mod_define_method): should check Symbol or not.ko1
2015-12-20assertions.rb: show failed indexesnobu
2015-12-19proc.c: fix infinite loopnobu
2015-12-19test/unit.rb: color on ttynobu
2015-12-19test/unit.rb: fix outputsnobu
2015-12-18test/unit.rb: use full columnsnobu
2015-12-18stringio.c: separate encoding from buffernobu
2015-12-18stringio.c: padding in ungetbytenobu
2015-12-18test_stringio.rb: add testnobu
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-12-17* vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo
2015-12-17* proc.c (rb_block_arity): should not call GetProcPtr() for symbols.shugo
2015-12-17string.c: infectionnobu
2015-12-17transcode.c: infectionnobu
2015-12-17re.c: names encodingnobu
2015-12-16* vm_insnhelper.c (vm_call_method_each_type): should not set fastpathko1
2015-12-16* ext/fiddle/handle.c: check tainted string arguments.nagachika
2015-12-16* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.shugo
2015-12-16test/ruby/test_io.rb: fix spelling errorsnormal
2015-12-16* vm.c: fix mark miss for proc given as passed block.ko1
2015-12-16Exception#backtrace may be nil if it is manually creatednaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-16* test_struct.rb: Test that initialize is overridable [#11708]marcandre
2015-12-16test_io.rb: ignore not-implemented fadvicenobu
2015-12-16parse.y: fix block_call&.callnobu
2015-12-15Remove this test, since it won't reliably pass.headius