summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-30variable.c: rb_class_ivar_setnobu
2015-10-30variable.c (generic_ivar_remove): return original valuenormal
2015-10-30variable.c (rb_st_insert_id_and_value): reduce argsnormal
2015-10-30* gems/bundled_gems: update latest gems.hsbt
2015-10-30* lib/rubygems: Update to RubyGems HEAD(60d7972).hsbt
2015-10-29* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko1
2015-10-29* vm_insnhelper.c (vm_env_cref): make it inline for performance.ko1
2015-10-29* insns.def: nobody set ic->ic_value.value to Qundef.ko1
2015-10-29* vm.c: add ifndef guard for VM_CHECK_MODE.ko1
2015-10-29* vm_insnhelper.c (vm_check_frame_detail): should require me forko1
2015-10-29indentnobu
2015-10-29fix a typo [ci skip]kazu
2015-10-29* gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can returnko1
2015-10-29* encoding.c (rb_enc_check_str): add for performance.ko1
2015-10-29* internal.h: export rb_wb_(un)protected_newobj_of()ko1
2015-10-29* gc.c (rb_imemo_new): should not pass FL_WB_PROTECTED flag.ko1
2015-10-29* gc.c: introduce rb_wb_unprotected_newobj_of() andko1
2015-10-29* gc.c: add rb_objspace::flags::has_hook to represent hook availability.ko1
2015-10-29vm_core.h: move forward declarationsnobu
2015-10-29* gc.c (gc_mark_ptr): remove debug code for #11244.ko1
2015-10-29revert r52336 (commit miss)ko1
2015-10-29* gc.c (gc_mark_ptr): remove debug code for #11244.ko1
2015-10-29variable.c: reduce heap usage for autoload_data_inormal
2015-10-29ChangeLog: fix commit message for r52332 [ci skip]normal
2015-10-28variable.c: additional locking around autoloadnormal
2015-10-28* test/rubygems/test_gem_commands_server_command.rbngoto
2015-10-28* probes_helper.h (RUBY_DTRACE_HOOK): add RB_GC_GUARD, though paranoic.ngoto
2015-10-28error.c: receiver in NameErrornobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-10-28error.c: rb_name_err_newnobu
2015-10-28parse.y: fix op_assign typenobu
2015-10-28Revert "* lib/rinda/ring.rb: Linux's SO_REUSEPORT is not for multicast."naruse
2015-10-27* lib/rinda/ring.rb: Linux's SO_REUSEPORT is not for multicast.naruse
2015-10-27id.def: anonymous IDsnobu
2015-10-27fix typos [ci skip]kazu
2015-10-27fix filename [ci skip]kazu
2015-10-27id.def: internal IDsnobu
2015-10-27error.c: suppress warningsnobu
2015-10-27logger.rb: end of week should be Saturdaynobu
2015-10-27* vm_dump.c (rb_print_backtrace): our addr2line doesn't work on sparc.naruse
2015-10-27logger.rb: fix weekly rotationnobu
2015-10-26Add string argument test casesnobu
2015-10-26Grammatical fixes [ci skip]nobu
2015-10-26* vm_method.c(rb_method_entry_make):sorah
2015-10-26* lib/fileutils.rb: rename tailing to trailing.hsbt
2015-10-26parse.y: fix rippernobu
2015-10-26fix commit miss [ci skip]nobu
2015-10-26parse.y: call_op2nobu
2015-10-25* thread_pthread.c: fix compile erros whenodaira