aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gem/bundled_gems: updated to test-unit 3.1.1 and minitest 5.7.0.usa2015-06-022-2/+6
* * vm_insnhelper.c: fix a typo. [ci skip]nagachika2015-06-021-3/+3
* add a ticket numberko12015-06-021-0/+1
* * vm_insnhelper.c (vm_defined): check respond_to_missing?ko12015-06-023-7/+42
* * vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko12015-06-023-7/+37
* * insns.def (defined), vm_insnhelper.c (vm_defined):ko12015-06-023-100/+114
* * test/ruby/test_module.rb: Do not assume class variable order.eregon2015-06-022-2/+7
* * vm_method.c (rb_method_definition_set): remove a double assignment.mame2015-06-022-1/+6
* * 2015-06-03svn2015-06-021-2/+2
* * vm_method.c (rb_alias): rename parameter names.ko12015-06-022-9/+13
* * method.h: remove rb_method_iseq_t::iseqval.ko12015-06-026-20/+29
* * proc.c (proc_curry): remove a debug line.ko12015-06-022-1/+4
* fix typos [ci skip]kazu2015-06-021-3/+3
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-0220-543/+751
* use assert_raisenobu2015-06-0230-100/+100
* test_nonblock.rb: skip if EPROTONOSUPPORTnobu2015-06-021-4/+4
* test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal2015-06-022-0/+17
* lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal2015-06-022-13/+9
* fix a typo [ci skip]kazu2015-06-011-1/+1
* fix typokazu2015-06-013-4/+4
* * 2015-06-02svn2015-06-011-2/+2
* fix indent (tabify) [ci skip]kazu2015-06-011-2/+2
* fix a typo [ci skip]kazu2015-06-011-1/+1
* mkmf.rb: split --libsnobu2015-06-012-4/+17
* * gc.c (gc_mark_children): remove a garbage characterko12015-06-012-1/+6
* * vm_method.c (rb_method_entry_make): do not show warning messageko12015-06-013-2/+8
* mkmf.rb: logging pkg_confignobu2015-06-011-2/+4
* * internal.h: move class related definitions.ko12015-06-012-41/+46