summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-06-10fake.rb.in: accurate fakenobu
2015-06-09* lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre
2015-06-09* lib/matrix.rb: Simplify and optimize EratosthenesSievemarcandre
2015-06-07* gc.c (obj_info): print method id for T_IMEMO/ment.ko1
2015-06-07fix typo [ci skip]kazu
2015-06-06* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka
2015-06-06* method.h: back to share rb_method_definition_t byko1
2015-06-06* class.c: ins_methods_push() needs rb_method_visibility_t type onko1
2015-06-06* class.c (ins_methods_push): Change type and name of parametersko1
2015-06-05test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal
2015-06-05* gc.c: remove struct mark_tbl_arg and pass objspace directlyko1
2015-06-05* ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignmentnormal
2015-06-05* ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments arengoto
2015-06-05* class.c (ins_methods_push): change 3rd parameter's typeko1
2015-06-05* internal.h: move definition of rb_cref_t to method.h.ko1
2015-06-05ext/socket/ancdata.c (bsock_sendmsg_internal): portability fixnormal
2015-06-05ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776normal
2015-06-04io.c: reduce size of :wait_*able code pathsnormal
2015-06-04doc/extension.rdoc: note rb_get_kwargs changes keywords_hash [ci skip]normal
2015-06-04ChangeLog: add entry for r50776 [ci skip]normal
2015-06-04* test/lib/envutil.rb (assert_no_memory_leak): change default valueko1
2015-06-04* vm_insnhelper.c (vm_defined): no need to use cast.ko1
2015-06-04* vm_insnhelper.c (vm_defined): show additional messages on rb_bug().ko1
2015-06-04* vm_method.c (rb_add_method_iseq): use intermediate struct toko1
2015-06-04* method.h: constify rb_method_refined_t::orig_me.ko1
2015-06-04fix typos [ci skip]kazu
2015-06-04fix unbalanced parenthesiskazu
2015-06-04* array.c: Revert r50763. because "reentered" is not typo.hsbt
2015-06-04* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt
2015-06-04* ChangeLog: fixed name at latest commithsbt
2015-06-04* array.c: fix a typo. Patch by @manish-shrivastavahsbt
2015-06-04ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntlnormal
2015-06-03* method.h: introduce rb_method_refined_t for refined method entry.ko1
2015-06-03dir.c: FNM_SHORTNAMEnobu
2015-06-03ChangeLog: add missing referencenormal
2015-06-03variable.c: remove generic ivar support for special constantsnormal
2015-06-03* vm_insnhelper.c (def_iseq_ptr): `iseqval' is not available any more.ko1
2015-06-03* class.c (method_entry_i): mtbl should not have `me' as NULL.ko1
2015-06-03* class.c (clone_method): do not use me->klass, but use explicitlyko1
2015-06-03* vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().ko1
2015-06-03* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko1
2015-06-03* ext/rbconfig/sizeof/extconf.rb: Check C99 standard integer types.akr
2015-06-03* configure.in: Don't check __int128.akr
2015-06-03* class.c (clone_method): remove redundant check for me->def != NULL.ko1
2015-06-03* vm_core.h: rename enum missing_reason to enum method_missing_reason.ko1
2015-06-03* vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove
2015-06-03* method.h: change fileds order to gather frequent acces fields.ko1
2015-06-03fix typo in ChangeLogko1
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* ChangeLog: typo.usa