aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ostruct.rb: respond_to?nobu2015-12-291-0/+4
* * test/mkmf/test_have_func.rb (test_have_func):mrkn2015-12-291-0/+2
* Resolv::IPv6.create: avoid modifying frozen string literalnormal2015-12-281-0/+6
* Add test for String#rstrip!nobu2015-12-281-0/+16
* Add test for String#lstrip!nobu2015-12-281-0/+14
* * test/ruby/test_process.rb (TestProcess#test_execopts_open_chdir_m17n_path):usa2015-12-271-0/+10
* IO#readpartial rejects bad argsnormal2015-12-271-0/+11
* Add tests for String#lstrip and rstripnobu2015-12-271-0/+6
* Add test for String#test_insert.nobu2015-12-271-0/+8
* * lib/xmlrpc/client.rb: Support SSL options in async methods ofkou2015-12-261-2/+7
* fix common misspelling [ci skip]nobu2015-12-244-6/+6
* ignore exception is the address is IPv6naruse2015-12-241-2/+5
* Revert r53253. naruse fixed it differently in r53244normal2015-12-221-2/+1
* test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal2015-12-221-1/+2
* test_rdoc_generator_json_index.rb: open in binmodenobu2015-12-221-1/+1
* gc.c: do not expose internal singleton classnobu2015-12-222-0/+27
* * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt2015-12-222-2/+0
* string.c: no exception on dummy encodingnobu2015-12-221-0/+6
* escape.c: should not freezenobu2015-12-221-8/+24
* escape.c: Preserve original statenobu2015-12-211-0/+10
* avoid rb_bug on BasicSocket.for_fd(-1)normal2015-12-211-0/+11
* revert r53228 because this patch breaks rubyspecko12015-12-211-20/+0
* * gc.c (internal_object_p): should not expose singleton classesko12015-12-211-0/+20
* * test/ruby/test_io.rb: handled rlimit value same as r52277hsbt2015-12-211-1/+4
* vm_backtrace.c: ignore ifunc framesnobu2015-12-211-0/+17
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-201-0/+6
* test_cgi_util.rb: fix arguments ordersnobu2015-12-201-6/+6
* test_syntax.rb: assertions for other heredocsnobu2015-12-201-0/+4
* parse.y: labeled heredocnobu2015-12-201-0/+6
* * proc.c (rb_mod_define_method): should check Symbol or not.ko12015-12-201-0/+14
* assertions.rb: show failed indexesnobu2015-12-201-3/+7
* proc.c: fix infinite loopnobu2015-12-191-0/+12
* test/unit.rb: color on ttynobu2015-12-191-1/+1
* test/unit.rb: fix outputsnobu2015-12-191-10/+6
* test/unit.rb: use full columnsnobu2015-12-181-15/+9
* stringio.c: separate encoding from buffernobu2015-12-181-0/+7
* stringio.c: padding in ungetbytenobu2015-12-181-0/+30
* test_stringio.rb: add testnobu2015-12-181-0/+10
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-181-0/+18
* * vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo2015-12-171-0/+16
* * proc.c (rb_block_arity): should not call GetProcPtr() for symbols.shugo2015-12-171-0/+7
* string.c: infectionnobu2015-12-171-2/+16
* transcode.c: infectionnobu2015-12-171-0/+1
* re.c: names encodingnobu2015-12-171-0/+6
* * vm_insnhelper.c (vm_call_method_each_type): should not set fastpathko12015-12-161-0/+20
* * ext/fiddle/handle.c: check tainted string arguments.nagachika2015-12-161-0/+17
* * vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.shugo2015-12-161-0/+7
* test/ruby/test_io.rb: fix spelling errorsnormal2015-12-161-3/+3
* * vm.c: fix mark miss for proc given as passed block.ko12015-12-161-0/+20
* Exception#backtrace may be nil if it is manually creatednaruse2015-12-161-1/+1