aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * class.c: ins_methods_push() needs rb_method_visibility_t type onko12015-06-062-3/+8
* * class.c (ins_methods_push): Change type and name of parametersko12015-06-062-12/+12
* class.c: suppress a warningnobu2015-06-061-1/+1
* test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal2015-06-052-2/+7
* * gc.c: remove struct mark_tbl_arg and pass objspace directlyko12015-06-052-31/+25
* * ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignmentnormal2015-06-052-4/+4
* * 2015-06-06svn2015-06-051-2/+2
* * ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments arengoto2015-06-052-4/+9
* * class.c (ins_methods_push): change 3rd parameter's typeko12015-06-052-4/+13
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-057-32/+60
* ext/socket/ancdata.c (bsock_sendmsg_internal): portability fixnormal2015-06-052-2/+8
* ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776normal2015-06-052-1/+6
* io.c: reduce size of :wait_*able code pathsnormal2015-06-042-2/+12
* doc/extension.rdoc: note rb_get_kwargs changes keywords_hash [ci skip]normal2015-06-042-1/+7
* ChangeLog: add entry for r50776 [ci skip]normal2015-06-041-0/+5
* ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_argsnormal2015-06-041-8/+8
* * test/lib/envutil.rb (assert_no_memory_leak): change default valueko12015-06-042-1/+7
* * vm_insnhelper.c (vm_defined): no need to use cast.ko12015-06-042-1/+5
* * vm_insnhelper.c (vm_defined): show additional messages on rb_bug().ko12015-06-042-1/+5
* * vm_method.c (rb_add_method_iseq): use intermediate struct toko12015-06-043-5/+17
* * 2015-06-05svn2015-06-041-2/+2
* * method.h: constify rb_method_refined_t::orig_me.ko12015-06-045-22/+38
* 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-042-1/+5
* FreeBSD raises Errno::EMSGSIZEnaruse2015-06-041-1/+1
* * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt2015-06-044-3/+10
* * ChangeLog: fixed name at latest commithsbt2015-06-041-1/+1
* * array.c: fix a typo. Patch by @manish-shrivastavahsbt2015-06-042-1/+6
* ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntlnormal2015-06-042-4/+7
* * method.h: introduce rb_method_refined_t for refined method entry.ko12015-06-037-20/+39
* dir.c: FNM_SHORTNAMEnobu2015-06-033-3/+23
* ChangeLog: add missing referencenormal2015-06-031-0/+1
* variable.c: remove generic ivar support for special constantsnormal2015-06-035-52/+47
* add a fix to last commitko12015-06-031-1/+0
* * vm_insnhelper.c (def_iseq_ptr): `iseqval' is not available any more.ko12015-06-032-2/+4
* * class.c (method_entry_i): mtbl should not have `me' as NULL.ko12015-06-032-1/+5
* * class.c (clone_method): do not use me->klass, but use explicitlyko12015-06-032-9/+28
* * 2015-06-04svn2015-06-031-2/+2
* * vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().ko12015-06-034-15/+24
* * vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko12015-06-035-13/+21
* * ext/rbconfig/sizeof/extconf.rb: Check C99 standard integer types.akr2015-06-032-0/+23
* * configure.in: Don't check __int128.akr2015-06-035-7/+18
* * class.c (clone_method): remove redundant check for me->def != NULL.ko12015-06-035-20/+24
* * vm_core.h: rename enum missing_reason to enum method_missing_reason.ko12015-06-034-29/+42
* * vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove2015-06-033-54/+54
* * method.h: change fileds order to gather frequent acces fields.ko12015-06-033-2/+8
* fix typo in ChangeLogko12015-06-031-1/+1
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-0317-253/+317
* * ChangeLog: typo.usa2015-06-021-1/+1