aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* hash.c: frozen PATH envnobu2014-06-241-0/+18
* Backtrace for SystemStackErrornobu2014-06-231-1/+2
* test_regexp.rb: split test_oncenobu2014-06-201-3/+6
* test_regexp.rb: assert prefixnobu2014-06-201-2/+4
* 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
* eval.c: pass unknown optionsnobu2014-06-171-0/+21
* 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
* 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: 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
* envutil.rb: use keyword argumentnobu2014-06-102-5/+5
* * 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
* 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
* 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
* * test/ruby/memory_status.rb: add $LOAD_PATH to load test/unitko12014-06-031-0/+1
* * test/ruby/envutil.rb (default_warning): New method.akr2014-06-012-2/+10
* Use EnvUtil.suppress_warning.akr2014-06-011-32/+28
* Suppress a warning.akr2014-06-011-0/+5
* Suppress a warning.akr2014-06-011-0/+5
* Join threads before close pipes.akr2014-05-311-10/+8
* Join threads.akr2014-05-312-2/+4
* Join threads.akr2014-05-311-2/+6
* add --disable-gemnaruse2014-05-301-2/+2
* test_string.rb: move and add assertionsnobu2014-05-301-2/+5
* string.c: reset code rangenobu2014-05-301-0/+2
* test_beginendblock.rb: avoid leaking threadsnobu2014-05-301-1/+1
* * io.c (pipe_open): Close pipes when rb_execarg_fixup() raisesakr2014-05-291-22/+33
* * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr2014-05-292-65/+82