aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * process.c (struct child_handler_disabler_state): Defined.akr2014-09-062-10/+19
* * properties.svn2014-09-060-0/+0
* * append newline at EOF.svn2014-09-061-0/+1
* * lib/rake.rb, lib/rake/*, test/rake/*: Update latest rake master(e47d023)hsbt2014-09-0616-13/+141
* * ext/win32ole/win32ole_variant.c (ole_val2variant_err,suke2014-09-064-4/+80
* parse.y: fix warning messagenobu2014-09-062-7/+13
* * lib/rdoc/generator/template/darkfish/js/jquery.js: Backportzzak2014-09-052-18/+9
* process.c: missing semicolonnobu2014-09-051-1/+1
* test/ruby/test_io.rb: use IO#nonblock=normal2014-09-052-1/+6
* test/ruby/test_io.rb: avoid EBADFnormal2014-09-052-14/+24
* * process.c (rb_f_exec): Call before_exec_async_signal_safe andakr2014-09-052-13/+31
* Unwrap a useless block.akr2014-09-051-8/+4
* * signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN andakr2014-09-052-2/+13