aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * eval_intern.h, vm_method.c: move macros to functions.ko12015-05-314-10/+35
* * ext/date/date_core.c: [DOC] Add comparison of Time and DateTimezzak2015-05-312-1/+65
* * vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type toko12015-05-314-2/+12
* * class.c (rb_class_has_methods): added to reduce depenedencyko12015-05-314-2/+19
* * gc.c , gc.h (rb_obj_info): export obj_info(VALUE) for debugging.ko12015-05-313-0/+17
* * test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko12015-05-312-1/+6
* * 2015-06-01svn2015-05-311-3/+3
* tkutil.c: reduce unnecessary buffernobu2015-05-311-2/+2
* test_tempfile.rb: use assert_predicatenobu2015-05-311-4/+4
* test_tempfile.rb: use assert_filenobu2015-05-311-5/+5
* fix indentko12015-05-301-2/+2
* * method.h: fix typo of comments.ko12015-05-302-3/+7