aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Add test for Enumerator::Lazy#takenobu2015-12-311-0/+5
* parse.y: single-quote indented heredocnobu2015-12-311-58/+58
* test_module.rb: sort constantsnobu2015-12-311-1/+1
* skip if locale is not UTF-8naruse2015-12-301-1/+1
* * test/ruby/test_module.rb (test_classpath): r53376 may changenaruse2015-12-301-1/+1
* Add test for String#ordnobu2015-12-301-0/+7
* object.c: fix prepend cmpnobu2015-12-301-0/+6
* test_io.rb: test for rb_io_modestr_fmodenobu2015-12-301-0/+4
* ruby.c: overriding warning optionsnobu2015-12-291-0/+1
* ruby.c: command line option over RUBYOPT envnobu2015-12-291-0/+4
* 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
* gc.c: do not expose internal singleton classnobu2015-12-222-0/+27
* string.c: no exception on dummy encodingnobu2015-12-221-0/+6
* 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
* 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
* proc.c: fix infinite loopnobu2015-12-191-0/+12
* * 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
* * 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
* Add frozen_string_literal: false for all filesnaruse2015-12-16126-0/+126
* * 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
* 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-142-3/+3
* test: use String#b instead of dup.force_encodingnobu2015-12-145-17/+12
* parse.y: lex_state trace by yydebugnobu2015-12-131-4/+4
* * test/ruby/test_syntax.rb: fix typo in testyugui2015-12-131-1/+1
* * parse.y (parse_percent): Allow %-literals in labeled arg asyugui2015-12-131-0/+6
* io.c: encoding in warningsnobu2015-12-131-0/+8
* io.c: BOM with non-UTFnobu2015-12-131-0/+14
* io.c: fix stack smashingnobu2015-12-131-0/+13