aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* pack.c: check index rangenobu2015-12-131-0/+19
* * object.c (rb_inspect): check the default internal encoding asshugo2015-12-131-0/+13
* * vm_insnhelper.c (vm_call_method_missing): method_missing shouldshugo2015-12-121-0/+25
* object.c: raise TypeErrornobu2015-12-122-2/+4
* * test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warningyui-knk2015-12-121-0/+10
* test_thread.rb: stay alivenobu2015-12-121-1/+1
* IO#advise should not raise Errno::ENOSYSnormal2015-12-111-4/+2
* enc/windows_1252.c: newnobu2015-12-111-0/+25
* insns.def (opt_case_dispatch): avoid converting Infinitynormal2015-12-111-0/+11
* test_io.rb: fix IO#advise on aarch64-linuxnobu2015-12-111-2/+4
* * object.c (rb_inspect): dump inspected result with rb_str_escape()naruse2015-12-101-3/+8
* * test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).ko12015-12-101-1/+1
* test_rubyoptions.rb: test --debugnobu2015-12-091-13/+20
* * compile.c (iseq_compile_each): do not add debug informationko12015-12-091-6/+11
* * vm.c (rb_vm_cref_in_context): Module#define_method in non-classko12015-12-091-1/+3
* * string.c (rb_str_init): now accepts new option parameter `encoding'.usa2015-12-081-3/+30
* enumerator.c: lazy_grep_vnobu2015-12-081-0/+28
* error.c: name_err_local_variablesnobu2015-12-081-0/+10
* * array.c: Improve and fix documentation for Array#digmarcandre2015-12-081-0/+6
* compile optimized case dispatch for nil/true/falsenormal2015-12-082-0/+34
* insns.def (opt_case_dispatch): check Float#=== redefinitionnormal2015-12-071-0/+41
* * string.c: introduce String#+@ and String#-@ to controlko12015-12-071-0/+18
* parse.y: indented hereocnobu2015-12-071-0/+88
* test_env.rb: escapenobu2015-12-061-1/+1
* hash.c: env encoding fallback on Windowsnobu2015-12-051-0/+11
* string.c: should not taint fstringnobu2015-12-041-0/+10
* Revert r52872 "string.c: should not taint fstring"naruse2015-12-041-9/+0
* thread.c: name must be ascii-compatiblenobu2015-12-041-0/+1
* string.c: should not taint fstringnobu2015-12-031-0/+9
* * test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt2015-12-032-2/+2
* sprintf.c: fix garbage inserted with Rationalnobu2015-12-031-0/+3
* range.c: infected by the receivernobu2015-12-031-0/+10