aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * class.c: remove needless include pragmra for method.h.ko12015-06-014-3/+8
* test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka2015-06-011-0/+4
* enum.c: [DOC] Fix typo [ci skip][Fix GH-904]gogotanaka2015-06-011-1/+1
* lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]gogotanaka2015-06-011-1/+1
* tkutil.c: fix out-of-bounds accessnobu2015-06-011-0/+1
* ext/date/date_core.c: [DOC] fold long paragraphsnobu2015-05-311-7/+36
* vm_method.c: suppress warningnobu2015-05-311-1/+1
* [DOC] Decrease heading under DateTime [ci skip]zzak2015-05-311-1/+1
* tkutil.c: fix memory leak and segfaultnobu2015-05-311-79/+50