aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test_optimization.rb: redefine separatelynobu2014-06-201-29/+34
* * test/ruby/test_settracefunc.rb: rewrite tests withko12014-06-191-99/+40
* * compile.c (rb_iseq_compile_node): put start label of block afterko12014-06-191-0/+48
* * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko12014-06-191-0/+51
* * vm.c (invoke_block_from_c): move call/return event timing forko12014-06-191-1/+20
* * vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko12014-06-191-0/+36
* proc.c: Implement Method#currynobu2014-06-191-0/+51
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-171-0/+40
* eval.c: pass unknown optionsnobu2014-06-171-0/+21
* runner.rb: instance variablenobu2014-06-161-2/+2
* * test/runner.rb: failure message should be passed as an argument.ko12014-06-161-2/+4
* * test/runner.rb: capture TracePoint stat before setup and compareko12014-06-161-6/+8
* * test/uri/test_generic.rb: fix wrong arguments for test case.hsbt2014-06-161-2/+2
* * test/date/test_date_arith.rb: remove unused block argument.hsbt2014-06-161-4/+4
* * test/date/test_date_strptime.rb: remove useless variable.hsbt2014-06-161-1/+0
* process.c: use UTF-8nobu2014-06-161-0/+10
* test_file_exhaustive.rb: fix expected valuenobu2014-06-151-1/+1
* test_file_exhaustive.rb: fix assertionnobu2014-06-151-1/+1
* runner.rb: use class variablenobu2014-06-141-3/+4
* runner.rb: check incrementnobu2014-06-141-1/+3
* runner.rb: include event namenobu2014-06-141-1/+1
* array.c: non-recursive rcombinate0nobu2014-06-141-0/+6
* array.c: non-recursive rpermute0nobu2014-06-141-0/+6
* array.c: non-recursive permute0nobu2014-06-141-0/+7
* * vm_trace.c: add new method TracePoint.stat to debugko12014-06-131-0/+6
* * vm_trace.c: clear and restore recursive checking thread local datako12014-06-131-0/+12
* array.c: combination on a shared copynobu2014-06-131-0/+9
* add more test coverage for [ruby-core:63136] [Bug #9934]tmm12014-06-131-0/+2
* file.c: shrink expanded pathnobu2014-06-121-0/+7
* * gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko12014-06-101-0/+18
* envutil.rb: avoid error on OS X 10.10nobu2014-06-101-1/+1
* * lib/cgi/core.rb: Provide a mechanism to specify thexibbar2014-06-101-6/+21
* csv.rb: honor encoding optionnobu2014-06-101-0/+8
* envutil.rb: use keyword argumentnobu2014-06-102-5/+5
* fold too long linenobu2014-06-091-1/+15
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-071-0/+17
* io.c: truncate before appendingnobu2014-06-071-0/+13
* * object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr2014-06-071-0/+6
* digest.c: fix #== for non-string argumentseregon2014-06-061-0/+3
* compile.c, parse.y: private op assignnobu2014-06-061-0/+18
* test_assignment.rb: assignment to private attributenobu2014-06-061-0/+23
* test_assignment.rb: split test_assignnobu2014-06-061-0/+14
* io.c: not shorten buffer unless succeedednobu2014-06-061-0/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove2014-06-051-0/+8
* Join a thread.akr2014-06-051-1/+2
* re.c: consider name encodingnobu2014-06-041-0/+9
* re.c: fix name with NULnobu2014-06-041-0/+16
* vm.c: return the result hashnobu2014-06-031-0/+11
* * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko12014-06-031-1/+2
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+10