aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* vm_dump.c: important message firstnobu2013-01-301-0/+1
* * array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre2013-01-302-5/+14
* * range.c: Restrict bsearch to integers [#7728]marcandre2013-01-301-0/+10
* * array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre2013-01-302-0/+12
* parse.y: warn assigned but unused in toplevelnobu2013-01-301-0/+2
* cont.c: fiber local svarnobu2013-01-301-0/+24
* * re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre2013-01-291-0/+7
* * object.c: Improve error for failed implicit conversions [Bug #7539]marcandre2013-01-291-0/+8
* * range.c: Fix Range#bsearch for floats [Bug #7724]marcandre2013-01-291-0/+76
* test_settracefunc.rb: fix testsnobu2013-01-291-11/+19
* vm_trace.c: TracePoint safe level checknobu2013-01-291-0/+14
* vm_trace.c: trace_func safe level checknobu2013-01-291-0/+32
* * test/ruby/test_marshal.rb: remove temporally files early.akr2013-01-292-1/+4
* envutil.rb: no core dumpnobu2013-01-281-5/+10
* test_system.rb: commit missnobu2013-01-271-1/+1
* test_system.rb: indentnobu2013-01-271-15/+15
* test_system.rb: fix testnobu2013-01-271-5/+25
* marshal.c: marshal_dump instance varialbesnobu2013-01-261-0/+19
* * test/ruby/test_io.rb (test_ioctl_linux): skip if a platform iskosaki2013-01-251-1/+4
* test_process.rb: reduce command string sizenobu2013-01-251-8/+18
* * enumerator.c (lazy_zip): raise error for bad argumentsmarcandre2013-01-241-0/+5
* * enumerator.c: Optimize Lazy#zip when passed only arraysmarcandre2013-01-241-0/+14
* * enumerator.c: Fix state handling for Lazy#zipmarcandre2013-01-241-0/+8
* * enumerator.c: Fix state handling for Lazy#dropmarcandre2013-01-241-0/+7
* * enumerator.c: Fix state handling for Lazy#drop_whilemarcandre2013-01-241-0/+7
* * enumerator.c: Fix state handling for Lazy#takemarcandre2013-01-241-0/+17
* Sync output messagenaruse2013-01-221-8/+8
* Remove commenting out tests introduced by r38478naruse2013-01-161-4/+1
* * test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre2013-01-151-1/+1
* * enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo2013-01-141-0/+5
* * enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre2013-01-141-0/+6
* * enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre2013-01-141-2/+2
* * regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse2013-01-131-0/+5
* * insns.def (defineclass): private constants should not be accessedshugo2013-01-111-0/+20
* * vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo2013-01-101-3/+3
* test_flip.rb: flip-flop shared by threadsnobu2013-01-091-0/+21
* Add RUBYOPT=>nil to avoid false negativenaruse2013-01-091-3/+1
* * test/ruby/test_require.rb: improve test for r38744.glass2013-01-091-4/+8
* * load.c (load_lock): fix not to delete thread shield twice.glass2013-01-091-0/+21
* vm_core.h: flip_cnt in rb_iseq_tnobu2013-01-081-0/+8
* * vm_method.c (Init_eval_method): main.public and main.privateshugo2013-01-071-14/+14
* * eval.c (Init_eval): main.include should be private.shugo2013-01-071-0/+19
* * eval.c (Init_eval): enable Refinements by default.shugo2013-01-071-5/+6
* test_syntax.rb: assert_not_labelnobu2013-01-071-1/+1
* parse.y: bare kwrest_marknobu2013-01-071-0/+8
* parse.y: duplicated kwrest namenobu2013-01-071-0/+52
* envutil.rb: assert_syntax_errornobu2013-01-071-0/+24
* envutil.rb: optional fnamenobu2013-01-072-4/+12
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko12013-01-071-0/+16
* vm_insnhelper.c: keyrest should not overwrite rest argnobu2013-01-071-0/+11