aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_syntax.rb: pass srcdirnobu2013-03-261-4/+5
* test_syntax.rb: envutilnobu2013-03-261-1/+1
* Suppress -Werror=shorten-64-to-32naruse2013-03-261-2/+2
* Use assert_separately to speed up on test-allnaruse2013-03-261-0/+2
* * 2013-03-26svn2013-03-251-2/+2
* Use more general approach to get scope_id see #8159naruse2013-03-251-22/+22
* Suppress warningsnaruse2013-03-252-3/+3
* string.c: performance improvementnobu2013-03-251-3/+6
* test_method.rb: refine assertionsnobu2013-03-251-3/+7
* envutil.rb: separate checksnobu2013-03-251-1/+2
* * test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):nobu2013-03-252-11/+13
* envutil.rb: signal in Process::Statusnobu2013-03-252-5/+5
* * lib/rinda/tuplespace.rb: Only return tuple entry once on move,drbrain2013-03-242-2/+9
* * test/rinda/test_rinda.rb: Skip IPv6 tests if no IPv6 addressesdrbrain2013-03-242-0/+22
* * addr2line.c (putce): suppress unused return value warning.kosaki2013-03-242-1/+8
* * 2013-03-25svn2013-03-241-2/+2
* * proc.c (bm_free): need to clean up the mark flag of a free andnari2013-03-242-0/+6
* Try interface indexes which can use for IPv6 multicastnaruse2013-03-241-1/+13
* * ChangeLog: fix a typo in r39892.nagachika2013-03-241-1/+1
* * string.c (rb_str_rpartition): revert r39903, and convert byte offsetnaruse2013-03-243-3/+11
* * test/ruby/envutil.rb (assert_ruby_status): include stderr output.nobu2013-03-241-3/+3
* * vm_method.c (rb_sweep_method_entry): simplify code to unlink.nobu2013-03-241-10/+4
* Fix String#rpartition(/re/) against a multibyte string.knu2013-03-243-2/+15
* gc.c: fix compile errornobu2013-03-241-1/+1
* * gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari2013-03-242-1/+9
* * gc.c: We have no chance to expand the heap when lazy sweeping isnari2013-03-242-2/+15
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-249-3/+64
* load.c: no longer used variable and objectnobu2013-03-241-2/+1
* * lib/rinda/ring.rb: Added documentation for multicast support.drbrain2013-03-233-4/+60
* * test/rinda/test_rinda.rb: Restore tests commented out while fixingdrbrain2013-03-232-577/+582
* * lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger anddrbrain2013-03-234-520/+759
* Add timeout to infinite loop [Bug #8100]naruse2013-03-231-4/+7
* Suppress warningsnaruse2013-03-231-14/+4
* * test/rinda/test_rinda.rb: Fixed test failures in r39890 and r39890drbrain2013-03-232-4/+5
* Commit missdrbrain2013-03-232-3/+87
* * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but thedrbrain2013-03-231-0/+7
* * test/mkmf/test_have_macro.rb: remove temporally files in the tests.akr2013-03-232-0/+6
* * 2013-03-24svn2013-03-231-2/+2
* * addr2line.c (kprintf): added from FreeBSD libstand's printf.naruse2013-03-232-13/+449
* Remove unused variablenaruse2013-03-231-1/+0
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Use Qnil and NIL_Pmrkn2013-03-232-4/+15
* Suppress warning: OpenSSL::X509::StoreContext#cleanup is deprecated with no r...naruse2013-03-231-1/+4
* * KNOWNBUGS.rb: test for [Bug #8100].nobu2013-03-231-0/+8
* * array.c (take_items): honor encoding of class name.nobu2013-03-231-2/+2
* vm_eval.c: preserve passed_blocknobu2013-03-233-17/+21
* * test_enum.rb: Make test more precisemarcandre2013-03-221-1/+1
* * test_array.rb: Make test more precisemarcandre2013-03-221-1/+1
* * 2013-03-23svn2013-03-221-2/+2
* * array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre2013-03-223-10/+26
* cleanup by @vipulnsward [GH fixes #262]hsbt2013-03-222-2/+1