aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add frozen_string_literal: false for all filesnaruse2015-12-16869-1/+870
* * test_struct.rb: Test that initialize is overridable [#11708]marcandre2015-12-161-0/+6
* test_io.rb: ignore not-implemented fadvicenobu2015-12-161-2/+6
* parse.y: fix block_call&.callnobu2015-12-161-0/+17
* Remove this test, since it won't reliably pass.headius2015-12-151-4/+1
* enc/ebcdic.h, enc/trans/ebcdic.trans,duerst2015-12-151-4/+4
* * remove trailing spaces.svn2015-12-141-1/+1
* * enc/ebcdic.h: new dummy encoding EBCDIC-USduerst2015-12-141-0/+7
* * bootstraptest/runner.rb: use safe navigation operator.hsbt2015-12-144-5/+5
* test: use String#b instead of dup.force_encodingnobu2015-12-148-23/+17
* parse.y: lex_state trace by yydebugnobu2015-12-131-4/+4
* * test/ruby/test_syntax.rb: fix typo in testyugui2015-12-131-1/+1