aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-309-53/+218
* * vm_method.c (rb_unlink_method_entry): make it static.ko12015-05-302-1/+5
* fix ChangeLog message.ko12015-05-301-2/+0
* * 2015-05-31svn2015-05-301-2/+2
* * method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko12015-05-304-4/+11
* * lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa2015-05-303-2/+7
* ext/socket/ancdata.c: use RB_GC_GUARD instead of volatilenormal2015-05-302-1/+9
* * lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa2015-05-302-0/+7
* change lingering dtrace probe documentation from function- to method-tenderlove2015-05-303-8/+13
* * lib/tempfile.rb: refactoring.glass2015-05-302-55/+38
* * properties.svn2015-05-300-0/+0
* variable.c: avoid compatibility table with generic ivarsnormal2015-05-308-23/+117
* cont.c: Check ruby_current_threadnobu2015-05-302-4/+8
* variable.c: use indices for generic ivarsnormal2015-05-292-125/+371
* * 2015-05-30svn2015-05-291-2/+2
* variable.c: extract common functions for generic ivar indicesnormal2015-05-292-20/+51