summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-03* class.c (clone_method): do not use me->klass, but use explicitlyko1
2015-06-03* 2015-06-04svn
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
2015-06-02* gem/bundled_gems: updated to test-unit 3.1.1 and minitest 5.7.0.usa
2015-06-02* vm_insnhelper.c: fix a typo. [ci skip]nagachika
2015-06-02add a ticket numberko1
2015-06-02* vm_insnhelper.c (vm_defined): check respond_to_missing?ko1
2015-06-02* vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko1
2015-06-02* insns.def (defined), vm_insnhelper.c (vm_defined):ko1
2015-06-02* test/ruby/test_module.rb: Do not assume class variable order.eregon
2015-06-02* vm_method.c (rb_method_definition_set): remove a double assignment.mame
2015-06-02* 2015-06-03svn
2015-06-02* vm_method.c (rb_alias): rename parameter names.ko1
2015-06-02* method.h: remove rb_method_iseq_t::iseqval.ko1
2015-06-02* proc.c (proc_curry): remove a debug line.ko1
2015-06-02fix typos [ci skip]kazu
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-02use assert_raisenobu
2015-06-02test_nonblock.rb: skip if EPROTONOSUPPORTnobu
2015-06-02test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal
2015-06-02lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal
2015-06-01fix a typo [ci skip]kazu
2015-06-01fix typokazu
2015-06-01* 2015-06-02svn
2015-06-01fix indent (tabify) [ci skip]kazu
2015-06-01fix a typo [ci skip]kazu
2015-06-01mkmf.rb: split --libsnobu
2015-06-01* gc.c (gc_mark_children): remove a garbage characterko1
2015-06-01* vm_method.c (rb_method_entry_make): do not show warning messageko1
2015-06-01mkmf.rb: logging pkg_confignobu
2015-06-01* internal.h: move class related definitions.ko1
2015-06-01* class.c: remove needless include pragmra for method.h.ko1
2015-06-01test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka
2015-06-01enum.c: [DOC] Fix typo [ci skip][Fix GH-904]gogotanaka
2015-06-01lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]gogotanaka
2015-06-01tkutil.c: fix out-of-bounds accessnobu
2015-05-31ext/date/date_core.c: [DOC] fold long paragraphsnobu
2015-05-31vm_method.c: suppress warningnobu
2015-05-31[DOC] Decrease heading under DateTime [ci skip]zzak
2015-05-31tkutil.c: fix memory leak and segfaultnobu