aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-051-0/+20
* ext/socket/ancdata.c (bsock_sendmsg_internal): portability fixnormal2015-06-051-0/+5
* ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776normal2015-06-051-0/+5
* io.c: reduce size of :wait_*able code pathsnormal2015-06-041-0/+7
* doc/extension.rdoc: note rb_get_kwargs changes keywords_hash [ci skip]normal2015-06-041-0/+5
* ChangeLog: add entry for r50776 [ci skip]normal2015-06-041-0/+5
* * test/lib/envutil.rb (assert_no_memory_leak): change default valueko12015-06-041-0/+6
* * vm_insnhelper.c (vm_defined): no need to use cast.ko12015-06-041-0/+4
* * vm_insnhelper.c (vm_defined): show additional messages on rb_bug().ko12015-06-041-0/+4
* * vm_method.c (rb_add_method_iseq): use intermediate struct toko12015-06-041-0/+8
* * method.h: constify rb_method_refined_t::orig_me.ko12015-06-041-0/+17
* fix typos [ci skip]kazu2015-06-041-1/+1
* fix unbalanced parenthesiskazu2015-06-041-1/+1
* * array.c: Revert r50763. because "reentered" is not typo.hsbt2015-06-041-0/+4
* * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt2015-06-041-0/+7
* * ChangeLog: fixed name at latest commithsbt2015-06-041-1/+1
* * array.c: fix a typo. Patch by @manish-shrivastavahsbt2015-06-041-0/+5
* ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntlnormal2015-06-041-0/+5
* * method.h: introduce rb_method_refined_t for refined method entry.ko12015-06-031-0/+14
* dir.c: FNM_SHORTNAMEnobu2015-06-031-0/+6
* ChangeLog: add missing referencenormal2015-06-031-0/+1
* variable.c: remove generic ivar support for special constantsnormal2015-06-031-0/+13
* * vm_insnhelper.c (def_iseq_ptr): `iseqval' is not available any more.ko12015-06-031-0/+4
* * class.c (method_entry_i): mtbl should not have `me' as NULL.ko12015-06-031-0/+4
* * class.c (clone_method): do not use me->klass, but use explicitlyko12015-06-031-0/+5
* * vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().ko12015-06-031-0/+9
* * vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko12015-06-031-0/+8
* * ext/rbconfig/sizeof/extconf.rb: Check C99 standard integer types.akr2015-06-031-0/+4
* * configure.in: Don't check __int128.akr2015-06-031-0/+11
* * class.c (clone_method): remove redundant check for me->def != NULL.ko12015-06-031-0/+13
* * vm_core.h: rename enum missing_reason to enum method_missing_reason.ko12015-06-031-0/+11
* * vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove2015-06-031-0/+8
* * method.h: change fileds order to gather frequent acces fields.ko12015-06-031-0/+6
* fix typo in ChangeLogko12015-06-031-1/+1
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-0/+36
* * ChangeLog: typo.usa2015-06-021-1/+1
* * gem/bundled_gems: updated to test-unit 3.1.1 and minitest 5.7.0.usa2015-06-021-0/+4
* add a ticket numberko12015-06-021-0/+1
* * vm_insnhelper.c (vm_defined): check respond_to_missing?ko12015-06-021-0/+7
* * vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko12015-06-021-0/+8
* * insns.def (defined), vm_insnhelper.c (vm_defined):ko12015-06-021-0/+5
* * test/ruby/test_module.rb: Do not assume class variable order.eregon2015-06-021-0/+5
* * vm_method.c (rb_method_definition_set): remove a double assignment.mame2015-06-021-0/+5
* * vm_method.c (rb_alias): rename parameter names.ko12015-06-021-0/+4
* * method.h: remove rb_method_iseq_t::iseqval.ko12015-06-021-0/+14
* * proc.c (proc_curry): remove a debug line.ko12015-06-021-0/+4
* fix typos [ci skip]kazu2015-06-021-3/+3
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-0/+33
* test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal2015-06-021-0/+4
* lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal2015-06-021-0/+5