summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-11-06fix typonobu
2015-11-06* include/ruby/ruby.h (RSTRUCT_PTR): need a close parenthese.ko1
2015-11-06* dir.c (dir_fileno, dirfd): support of Dir#fileno on Solaris 10.ngoto
2015-11-06Revert r52469naruse
2015-11-06* lib/cmath.rb: methods which has suffix '!' are now deprecated.gogotanaka
2015-11-06* array.c: clarifies Array#reject! documentation.gogotanaka
2015-11-06* test/runner.rb: extracted test helper.hsbt
2015-11-06* include/ruby/ruby.h (rb_array_const_ptr, rb_struct_const_ptr):ngoto
2015-11-06change DOTQnobu
2015-11-06parse.y: fix segv after invalid keyword argumentnobu
2015-11-05test/ruby/test_autoload: hoist out ruby_impl_requirenormal
2015-11-05id.def: token_opsnobu
2015-11-05ext: use RARRAY_ASETnobu
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04revive deleted entry [ci skip]kazu
2015-11-04* lib/debug.rb: Add documentation for #thread_list_all.hsbt
2015-11-04* class.c: fix documentation for rb_define_class{_id}_under.hsbt
2015-11-04* method.h: fix typo. Patch by @davydovantonhsbt
2015-11-04* hash.c: use correct grammer. Patch by @tveastmanhsbt
2015-11-04process.c: fix rdoc of Process.getsid [ci skip]nobu
2015-11-03include/ruby/ruby.h (struct RObject): hide iv_index_tbl typenormal
2015-11-03parse.y: revert lbracketnobu
2015-11-02variable.c: remove casts for rb_class_ivar_set callersnormal
2015-11-02variable.c (rb_global_tbl): convert to id_tablenormal
2015-11-02* parse.y (NO_QCALL): fix type mismatch of operands that causesngoto
2015-11-02parse.y: lbracketnobu
2015-11-01* id_table.c (mix_id_table_insert): do not touch list duringko1
2015-11-01iseq.c (iseq_memsize): account for rb_call_cache entriesnormal
2015-11-01parse.y: invalid symbolnobu
2015-10-31* test/openssl/test_pair.rb: skipped tests if openssl doesn't supporthsbt
2015-10-31remove extraneous spacenobu
2015-10-31revert r52402ko1
2015-10-31* vm_insnhelper.c (vm_search_super_method): do not touch `ci' here.ko1
2015-10-31eval_error.c: Fix a format of `NameError#message`nobu
2015-10-30fix a typo [ci skip]kazu
2015-10-30* gems/bundled_gems: update to power_assert 0.2.5.ktsj
2015-10-30* gc.c (newobj_slowpath): do not need to use flags hack (commit miss).ko1
2015-10-30* gc.c (heap_get_freeobj_from_next_freepage): not so UNLIKELY.ko1
2015-10-30* gc.c (newobj_slowpath): reduce 1 parameter to use only registersko1
2015-10-30* test/ruby/test_call.rb: added test for safe navigation operator.hsbt
2015-10-30* ChangeLog: fix wrong commit name.hsbt
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