aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (rb_copy_wb_protected_attribute): need demote for old objects.ko12015-03-192-2/+13
* win32.c: S_IFLNKnobu2015-03-192-0/+5
* win32.c: no S_IWGRP and S_IWOTHnobu2015-03-191-5/+2
* Makefile.in: CONFIGUREnobu2015-03-192-2/+4
* random.c: fix handle to releasenobu2015-03-192-2/+7
* common.mk: verconf.h by BOOTSTRAPRUBYnobu2015-03-191-1/+1
* * object.c (rb_obj_clone): do not touch age (FL_PROMOTED[01]) becauseko12015-03-182-1/+6
* * test/objspace/test_objspace.rb: flag name was changedko12015-03-182-1/+6
* * iseq.c (iseq_mark): skip some marking if iseq->orig is available.ko12015-03-182-8/+22
* * internal.h (IMEMO_DEBUG): added.ko12015-03-183-5/+52
* * gc.c (RGENGC_OLD_NEWOBJ_CHECK): add check mechanism.ko12015-03-182-0/+43
* * enum.c (enum_sort_by): add WBs.ko12015-03-182-4/+8
* * gc.c (check_rvalue_consistency): refactoring.ko12015-03-182-15/+50
* * 2015-03-19svn2015-03-181-2/+2
* * gc.c: rename terminologies.ko12015-03-182-56/+76
* fix typos [ci skip]kazu2015-03-181-3/+3
* * remove trailing spaces.svn2015-03-181-1/+1
* * gc.c (gc_writebarrier_generational): add an alternative writeko12015-03-182-3/+41
* * gc.c (RVALUE_PROMOTE_RAW): rename to RVALUE_OLD_LONG_LIVED_SET()ko12015-03-182-3/+8
* * gc.c (check_rvalue_consistency): do not need to check is_sweeping().ko12015-03-182-1/+5
* gmake.mk: showflagsnobu2015-03-181-1/+3
* * benchmark/bm_vm1_gc_wb_ary.rb: run GC to finish "marking" phase.ko12015-03-185-3/+22
* * string.c: add a comment about RSTRING_FSTR.ko12015-03-182-0/+5
* * remove trailing spaces.svn2015-03-181-1/+1
* hash.c: same hash values with Float#hashnobu2015-03-185-3/+25
* * string.c: introduce STR_FAKESTR to show string is FAKESTR or not.ko12015-03-172-3/+25
* fix a typo [ci skip]kazu2015-03-171-1/+1
* * 2015-03-18svn2015-03-171-2/+2
* ChangeLog: fix a typo at r49987.nagachika2015-03-171-1/+1
* * include/ruby/ruby.h: use rb_gc_writebrrier() simply.ko12015-03-173-48/+73
* * properties.svn2015-03-170-0/+0
* * benchmark/bm_vm1_gc_wb_ary(_promoted).rb: separate fastpath andko12015-03-175-8/+53
* * 2015-03-17svn2015-03-171-2/+2
* dir.c: fix DT_UNKNOWN recursionnobu2015-03-172-26/+45
* dir.c: DT_UNKNOWNnobu2015-03-161-1/+3
* * properties.svn2015-03-160-0/+0
* * lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt2015-03-163-1/+80
* * math.c (math_log1, math_log2, math_log10): refactoringgogotanaka2015-03-162-23/+21
* ruby.h: suppress false warningsnobu2015-03-162-2/+2
* ruby.h: suppress false warningsnobu2015-03-161-0/+2
* * test/ruby/test_lambda.rb: Fix typo yeild -> yieldgogotanaka2015-03-151-1/+1
* * 2015-03-16svn2015-03-151-2/+2
* * test/ruby/test_proc.rb: Fix typo signle -> singlegogotanaka2015-03-151-1/+1
* * math.c (math_cbrt): [DOC] Fix domain and codomain.gogotanaka2015-03-151-2/+2
* math.c: more robustnobu2015-03-141-3/+2
* * 2015-03-15svn2015-03-141-2/+2
* * math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.gogotanaka2015-03-141-3/+3
* * math.c (math_gamma): explicit cast to double.gogotanaka2015-03-141-1/+1
* * math.c (math_gamma): optimization for passed small integer.gogotanaka2015-03-143-7/+12
* * enum.c: [DOC] Fixes Enumerable#member? documentationgogotanaka2015-03-142-0/+7