summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-09-09* gc.c: refactoring for RGENGC_PROFILE > 0.ko1
2014-09-09* gc.c (init_mark_stack): MEMZERO() receive type as 2nd argument insteadnagachika
2014-09-09s/stressfull/stressful/gkazu
2014-09-09* ext/win32ole/sample/excel2.rb: remove some commented-out code.suke
2014-09-09fix a typo [ci skip]kazu
2014-09-09fix typos [ci skip]kazu
2014-09-09* gc.c: rename rb_objspace_t::marked_objects to marked_slots.ko1
2014-09-09* gc.c: renameko1
2014-09-09* gc.c (gc_stat_internal): fix symbol namesko1
2014-09-09* gc.c (rb_objspace_t::heap_pages): rename field names:ko1
2014-09-09* gc.c: continue layout changing.ko1
2014-09-09* gc.c: fix layout of rb_objsapce_t to improve cache locality.ko1
2014-09-09* gc.c: move rb_objspace_t::flags::gc_stressfull after during_gcko1
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: pack boolean values into rb_objspace_t::flags with bit fieldsko1
2014-09-09* test/ruby/test_object.rb: extend timeout.ko1
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-08vm_core.h (rb_env_t): use flexible arraynormal
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* benchmark/bm_app_lc_fizzbuzz.rb: added.ko1
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-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* 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-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-05* signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN andakr
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
2014-09-05* ChangeLog: added reference to githubhsbt
2014-09-05* test/csv/test_row.rb: Added some missing tests in CSV.hsbt
2014-09-05* process.c (has_privilege): Refine uid/gid check.akr
2014-09-05* configure.in: Check sys/id.h, getuidx and getgidx for AIX.akr
2014-09-05* process.c (has_privilege): Fix assignements.akr