aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_stat_internal): rename:ko12014-09-102-35/+44
* * gc.c (gc_stat_internal): support:ko12014-09-102-0/+17
* * test/ruby/test_gc.rb: catch up last fix.ko12014-09-102-4/+8
* * gc.c (objspace_total_slot): rename objspace_available_slots.ko12014-09-102-14/+31
* * gc.c: refactoring for RGENGC_PROFILE > 0.ko12014-09-092-74/+61
* * 2014-09-10svn2014-09-091-2/+2
* * gc.c (init_mark_stack): MEMZERO() receive type as 2nd argument insteadnagachika2014-09-092-1/+7
* s/stressfull/stressful/gkazu2014-09-092-13/+13
* * ext/win32ole/sample/excel2.rb: remove some commented-out code.suke2014-09-092-5/+7
* fix a typo [ci skip]kazu2014-09-091-1/+1
* fix typos [ci skip]kazu2014-09-091-3/+3
* GC.stat key namenobu2014-09-092-4/+4
* * gc.c: rename rb_objspace_t::marked_objects to marked_slots.ko12014-09-092-12/+28
* * gc.c: renameko12014-09-092-19/+30
* * gc.c (gc_stat_internal): fix symbol namesko12014-09-092-7/+19
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-093-67/+85
* gc.c: fix typosnobu2014-09-091-3/+3
* * gc.c: continue layout changing.ko12014-09-092-12/+24
* * gc.c: fix layout of rb_objsapce_t to improve cache locality.ko12014-09-092-5/+15
* * gc.c: move rb_objspace_t::flags::gc_stressfull after during_gcko12014-09-092-11/+25
* * gc.c: add rb_objspace_t::flags::gc_stressfull andko12014-09-092-19/+43
* * gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko12014-09-093-17/+28
* * gc.c: rename gc_stat entries and check stat transition.ko12014-09-092-9/+27
* * gc.c (gc_sweep_rest): remove wrong modification of during_gc flag.ko12014-09-092-1/+4
* * gc.c (rb_objspace_t::profile): reduce padding.nobu2014-09-091-1/+1
* * gc.c: pack boolean values into rb_objspace_t::flags with bit fieldsko12014-09-092-38/+45
* * test/ruby/test_object.rb: extend timeout.ko12014-09-092-1/+5
* fake.rb.in: use absolute pathnobu2014-09-091-1/+1
* mkmf.rb: -I flags to $INCFLAGSnobu2014-09-091-4/+19
* mkmf.rb: --cflags to $CXXFLAGSnobu2014-09-092-0/+7
* compile.c: remove needless SYM2ID <-> ID2SYM conversionsnormal2014-09-082-41/+46
* symbol.c (rb_intern_cstr_without_pindown): check dsymbol on returnnormal2014-09-082-0/+9
* * 2014-09-09svn2014-09-081-2/+2
* vm_core.h (rb_env_t): use flexible arraynormal2014-09-084-26/+28
* test_time_tz.rb: have_tz_offset?nobu2014-09-081-3/+3
* test_time_tz.rb: right timezonenobu2014-09-081-12/+21
* * benchmark/bm_app_lc_fizzbuzz.rb: should skip output on benchmark.ko12014-09-082-1/+5
* * benchmark/bm_app_lc_fizzbuzz.rb: `answer.to_a' does not returnko12014-09-082-2/+7
* * properties.svn2014-09-080-0/+0
* * benchmark/bm_app_lc_fizzbuzz.rb: added.ko12014-09-082-0/+62
* * remove trailing spaces.svn2014-09-081-1/+1
* * 2014-09-08svn2014-09-081-2/+2
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-089-1095/+2024
* * process.c: PTHREAD_CANCEL_DISABLE is not defined on Android.akr2014-09-072-0/+8
* configure.in: use ac_cv_func_vforknobu2014-09-071-1/+1
* process.c: disable vfork on OS Xnobu2014-09-072-15/+10
* * 2014-09-07svn2014-09-071-2/+2
* process.c: vfork may not work with pthreadnobu2014-09-072-8/+16
* * process.c (has_privilege): The gid zero is not a privilege.akr2014-09-062-1/+5
* * process.c (struct child_handler_disabler_state): cancelstate fieldakr2014-09-062-0/+20