summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2016-01-05* test/ruby/test_string.rb(test_chr): added test for String#chrhsbt
2016-01-05* test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?hsbt
2015-12-31Add test for Enumerator::Lazy#takenobu
2015-12-31parse.y: single-quote indented heredocnobu
2015-12-31test_module.rb: sort constantsnobu
2015-12-30skip if locale is not UTF-8naruse
2015-12-30* test/ruby/test_module.rb (test_classpath): r53376 may changenaruse
2015-12-30Add test for String#ordnobu
2015-12-30object.c: fix prepend cmpnobu
2015-12-30test_io.rb: test for rb_io_modestr_fmodenobu
2015-12-29ruby.c: overriding warning optionsnobu
2015-12-29ruby.c: command line option over RUBYOPT envnobu
2015-12-28Add test for String#rstrip!nobu
2015-12-28Add test for String#lstrip!nobu
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-22gc.c: do not expose internal singleton classnobu
2015-12-22string.c: no exception on dummy encodingnobu
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-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-19proc.c: fix infinite loopnobu
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* 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-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-15enc/ebcdic.h, enc/trans/ebcdic.trans,duerst
2015-12-14* remove trailing spaces.svn
2015-12-14* enc/ebcdic.h: new dummy encoding EBCDIC-USduerst
2015-12-14* bootstraptest/runner.rb: use safe navigation operator.hsbt
2015-12-14test: use String#b instead of dup.force_encodingnobu
2015-12-13parse.y: lex_state trace by yydebugnobu