summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-09* gc.c: add rb_objspace_t::flags::gc_stressfull andko1
2014-09-09* gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko1
2014-09-09* gc.c: rename gc_stat entries and check stat transition.ko1
2014-09-09* gc.c (gc_sweep_rest): remove wrong modification of during_gc flag.ko1
2014-09-09* gc.c (rb_objspace_t::profile): reduce padding.nobu
2014-09-09* gc.c: pack boolean values into rb_objspace_t::flags with bit fieldsko1
2014-09-09* test/ruby/test_object.rb: extend timeout.ko1
2014-09-09fake.rb.in: use absolute pathnobu
2014-09-09mkmf.rb: -I flags to $INCFLAGSnobu
2014-09-09mkmf.rb: --cflags to $CXXFLAGSnobu
2014-09-08compile.c: remove needless SYM2ID <-> ID2SYM conversionsnormal
2014-09-08symbol.c (rb_intern_cstr_without_pindown): check dsymbol on returnnormal
2014-09-08* 2014-09-09svn
2014-09-08vm_core.h (rb_env_t): use flexible arraynormal
2014-09-08test_time_tz.rb: have_tz_offset?nobu
2014-09-08test_time_tz.rb: right timezonenobu
2014-09-08* benchmark/bm_app_lc_fizzbuzz.rb: should skip output on benchmark.ko1
2014-09-08* benchmark/bm_app_lc_fizzbuzz.rb: `answer.to_a' does not returnko1
2014-09-08* properties.svn
2014-09-08* benchmark/bm_app_lc_fizzbuzz.rb: added.ko1
2014-09-08* remove trailing spaces.svn
2014-09-08* 2014-09-08svn
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-09-07* process.c: PTHREAD_CANCEL_DISABLE is not defined on Android.akr
2014-09-07configure.in: use ac_cv_func_vforknobu
2014-09-07process.c: disable vfork on OS Xnobu
2014-09-07* 2014-09-07svn
2014-09-07process.c: vfork may not work with pthreadnobu
2014-09-06* process.c (has_privilege): The gid zero is not a privilege.akr
2014-09-06* process.c (struct child_handler_disabler_state): cancelstate fieldakr
2014-09-06* process.c (struct child_handler_disabler_state): Defined.akr
2014-09-06* properties.svn
2014-09-06* append newline at EOF.svn
2014-09-06* lib/rake.rb, lib/rake/*, test/rake/*: Update latest rake master(e47d023)hsbt
2014-09-06* ext/win32ole/win32ole_variant.c (ole_val2variant_err,suke
2014-09-06parse.y: fix warning messagenobu
2014-09-05* lib/rdoc/generator/template/darkfish/js/jquery.js: Backportzzak
2014-09-05process.c: missing semicolonnobu
2014-09-05test/ruby/test_io.rb: use IO#nonblock=normal
2014-09-05test/ruby/test_io.rb: avoid EBADFnormal
2014-09-05* process.c (rb_f_exec): Call before_exec_async_signal_safe andakr
2014-09-05Unwrap a useless block.akr
2014-09-05* signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN andakr
2014-09-05* 2014-09-06svn
2014-09-05Fix typo and method name [ci skip]kazu
2014-09-05* process.c (disable_child_handler_before_fork): New function.akr
2014-09-05* process.c (handle_fork_error): Make try_gc_p argument volatile toakr
2014-09-05* process.c (handle_fork_error): Don't need state_p argument.akr
2014-09-05* process.c (has_privilege): Fix a return value.akr
2014-09-05* lib/shellwords.rb: proofreading documentation.hsbt