summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2015-12-13* test/ruby/test_syntax.rb: fix typo in testyugui
2015-12-13* parse.y (parse_percent): Allow %-literals in labeled arg asyugui
2015-12-13io.c: encoding in warningsnobu
2015-12-13io.c: BOM with non-UTFnobu
2015-12-13io.c: fix stack smashingnobu
2015-12-13pack.c: check index rangenobu
2015-12-13* object.c (rb_inspect): check the default internal encoding asshugo
2015-12-12* vm_insnhelper.c (vm_call_method_missing): method_missing shouldshugo
2015-12-12object.c: raise TypeErrornobu
2015-12-12* test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warningyui-knk
2015-12-12test_thread.rb: stay alivenobu
2015-12-11IO#advise should not raise Errno::ENOSYSnormal
2015-12-11enc/windows_1252.c: newnobu
2015-12-11insns.def (opt_case_dispatch): avoid converting Infinitynormal
2015-12-11test_io.rb: fix IO#advise on aarch64-linuxnobu
2015-12-10* object.c (rb_inspect): dump inspected result with rb_str_escape()naruse
2015-12-10* test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).ko1
2015-12-09test_rubyoptions.rb: test --debugnobu
2015-12-09* compile.c (iseq_compile_each): do not add debug informationko1
2015-12-09* vm.c (rb_vm_cref_in_context): Module#define_method in non-classko1
2015-12-08* string.c (rb_str_init): now accepts new option parameter `encoding'.usa
2015-12-08enumerator.c: lazy_grep_vnobu
2015-12-08error.c: name_err_local_variablesnobu
2015-12-08* array.c: Improve and fix documentation for Array#digmarcandre
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-07insns.def (opt_case_dispatch): check Float#=== redefinitionnormal
2015-12-07* string.c: introduce String#+@ and String#-@ to controlko1
2015-12-07parse.y: indented hereocnobu
2015-12-06test_env.rb: escapenobu
2015-12-05hash.c: env encoding fallback on Windowsnobu
2015-12-04string.c: should not taint fstringnobu
2015-12-04Revert r52872 "string.c: should not taint fstring"naruse
2015-12-04thread.c: name must be ascii-compatiblenobu
2015-12-03string.c: should not taint fstringnobu
2015-12-03* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt
2015-12-03sprintf.c: fix garbage inserted with Rationalnobu
2015-12-03range.c: infected by the receivernobu
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02encoding.c: defer finding encodingnobu
2015-12-02* test/ruby/test_string.rb: removed non executing tests.hsbt
2015-12-01thread.c: reset namenobu
2015-12-01thread.c: check name argumentnobu
2015-11-30* test/ruby/test_rand.rb (TestRand#test_default_seed): addkosaki
2015-11-30* random.c (Init_RandomSeed): move all Random::DEFAULTkosaki
2015-11-26increase additional nfilesnaruse