summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-02-01* proc.c (proc_curry): Fix arity check [Bug #5747]marcandre
2013-02-01* proc.c: Add {*}_min_max_arity and refactor.marcandre
2013-02-01* array.c (rb_ary_dup): make returned array the same class as the originalcharliesome
2013-02-01marshal.c: prohibit_ivarnobu
2013-01-31parse.y: no assigned but unused warnings in evalnobu
2013-01-31* test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync"kosaki
2013-01-30vm_dump.c: important message firstnobu
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* range.c: Restrict bsearch to integers [#7728]marcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2013-01-30parse.y: warn assigned but unused in toplevelnobu
2013-01-30cont.c: fiber local svarnobu
2013-01-29* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre
2013-01-29* object.c: Improve error for failed implicit conversions [Bug #7539]marcandre
2013-01-29* range.c: Fix Range#bsearch for floats [Bug #7724]marcandre
2013-01-29test_settracefunc.rb: fix testsnobu
2013-01-29vm_trace.c: TracePoint safe level checknobu
2013-01-29vm_trace.c: trace_func safe level checknobu
2013-01-29* test/ruby/test_marshal.rb: remove temporally files early.akr
2013-01-28envutil.rb: no core dumpnobu
2013-01-27test_system.rb: commit missnobu
2013-01-27test_system.rb: indentnobu
2013-01-27test_system.rb: fix testnobu
2013-01-26marshal.c: marshal_dump instance varialbesnobu
2013-01-25* test/ruby/test_io.rb (test_ioctl_linux): skip if a platform iskosaki
2013-01-25test_process.rb: reduce command string sizenobu
2013-01-24* enumerator.c (lazy_zip): raise error for bad argumentsmarcandre
2013-01-24* enumerator.c: Optimize Lazy#zip when passed only arraysmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#zipmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#dropmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#drop_whilemarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#takemarcandre
2013-01-22Sync output messagenaruse
2013-01-16Remove commenting out tests introduced by r38478naruse
2013-01-15* test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2013-01-11* insns.def (defineclass): private constants should not be accessedshugo
2013-01-10* vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo
2013-01-09test_flip.rb: flip-flop shared by threadsnobu
2013-01-09Add RUBYOPT=>nil to avoid false negativenaruse
2013-01-09* test/ruby/test_require.rb: improve test for r38744.glass
2013-01-09* load.c (load_lock): fix not to delete thread shield twice.glass
2013-01-08vm_core.h: flip_cnt in rb_iseq_tnobu
2013-01-07* vm_method.c (Init_eval_method): main.public and main.privateshugo
2013-01-07* eval.c (Init_eval): main.include should be private.shugo
2013-01-07* eval.c (Init_eval): enable Refinements by default.shugo
2013-01-07test_syntax.rb: assert_not_labelnobu