aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* insns.def: preserve encodingnobu2015-06-281-0/+3
* insns.def: preserve encodingnobu2015-06-281-0/+10
* insns.def: preserve encodingnobu2015-06-282-0/+10
* test_redefinition_mismatchnobu2015-06-282-0/+16
* class.c: preserve encodingnobu2015-06-281-0/+3
* class.c: TypeError when superclass mismatchnobu2015-06-281-1/+1
* transcode.c: fix race conditionnobu2015-06-261-0/+18
* enum.c (enum_minmax): simplify return value creationnormal2015-06-251-0/+1
* test_method.rb: fix commit missnobu2015-06-191-0/+1
* proc.c: ArgumentError if no blocknobu2015-06-191-2/+15
* test_method.rb: split testnobu2015-06-191-1/+6
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-81/+0
* error.c: NameError#receivernobu2015-06-181-0/+6
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-175-51/+2
* test_require.rb: wait loadignobu2015-06-141-1/+1
* * test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa2015-06-141-1/+1
* * enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr2015-06-141-0/+5
* file.c: open without gvlnobu2015-06-141-0/+13
* * test/ruby/test_io.rb: add test for IO.binread fd leak.eregon2015-06-131-0/+4
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-0/+4
* sleep thread until assertionsnaruse2015-06-131-1/+3
* * vm_core.h (rb_thread_t): add th->name.naruse2015-06-131-0/+7
* fix errorkazu2015-06-121-1/+1
* vm.c: break from orphan blocknobu2015-06-121-2/+19
* * pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa2015-06-121-2/+69
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+13
* hash.c: fetch_valuesnobu2015-06-121-0/+15
* array.c: bsearch_indexnobu2015-06-121-0/+35
* array.c: fix array size overflownobu2015-06-111-0/+28
* * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka2015-06-061-104/+0
* dir.c: FNM_SHORTNAMEnobu2015-06-031-2/+4
* variable.c: remove generic ivar support for special constantsnormal2015-06-031-0/+18
* * vm_insnhelper.c (vm_defined): check respond_to_missing?ko12015-06-021-0/+15
* * vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko12015-06-021-0/+25
* * test/ruby/test_module.rb: Do not assume class variable order.eregon2015-06-021-2/+2
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-0/+5
* use assert_raisenobu2015-06-021-1/+1
* test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka2015-06-011-0/+4
* * test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko12015-05-311-1/+1
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-302-1/+10
* parse.y: check NTH_REF rangenobu2015-05-291-0/+7
* * vm_method.c (rb_alias): should resolve refined methods.shugo2015-05-261-0/+26
* test_parse.rb: move assertionsnobu2015-05-223-20/+16
* * complex.c (f_complex_polar): simple bug reproduced only when y isusa2015-05-221-0/+1
* process.c: do not discard statusnobu2015-05-221-0/+12
* test_method.rb: add assertionnobu2015-05-211-0/+1
* * proc.c: fix issues caused by binding created from Method#to_proc.ko12015-05-211-9/+17
* * vm_method.c: Remove private attribute warning [Bug #10967]zzak2015-05-211-2/+1
* iseq.c: check srouce typenobu2015-05-191-0/+7
* numeric.c: Bignum 0 is not positivenobu2015-05-191-0/+12