aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fake.rb.in: scan version.cnobu2015-06-112-4/+9
* * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).ko12015-06-112-1/+5
* * configure.in: define SET_THREAD_NAME if it has pthread_set_name_npnaruse2015-06-113-6/+17
* * method.h (METHOD_ENTRY_BASIC_SET): should clear last bit.ko12015-06-112-1/+5
* * lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixedhsbt2015-06-114-4/+61
* * lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.hsbt2015-06-112-2/+5
* array.c: fix array size overflownobu2015-06-113-1/+48
* * test/test_cmath.rb (TestCMath#test_trigonometric_functions): shouldusa2015-06-112-6/+11
* vm_core.h: make VM_ASSERT an expressionnobu2015-06-111-4/+4
* * remove trailing spaces.svn2015-06-101-1/+1
* * method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko12015-06-104-21/+59
* * vm.c: use VM_ASSERT instead of assert().ko12015-06-105-10/+20
* * vm_core.h: define VM_ASSERT() for assertionko12015-06-104-10/+26
* * vm_insnhelper.c (check_frame): check type of cref_or_me first.ko12015-06-102-4/+14
* * test/test_cmath.rb: Add assertions for trigonometric functions.gogotanaka2015-06-102-6/+26
* * test/test_cmath.rb: Add assertions for error handling.gogotanaka2015-06-102-0/+12
* * 2015-06-11svn2015-06-101-2/+2
* fake.rb.in: match spacesnobu2015-06-102-2/+7
* * lib/mkmf.rb: revert r50804 because of build failure when specifyingngoto2015-06-102-3/+15
* README.ja.md: fix markup miss. [ci skip]kazu2015-06-102-1/+5
* * Fix typo. Patch by @davydovantongogotanaka2015-06-102-2/+2
* common.mk: update version.inobu2015-06-101-0/+4
* * 2015-06-10svn2015-06-101-2/+2
* fake.rb.in: accurate fakenobu2015-06-104-20/+37
* version.c: use str_new_staticnobu2015-06-091-1/+1
* mkmf.rb: macro assigmentsnobu2015-06-091-9/+3
* * lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-092-4/+7
* * lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-091-3/+4
* * 2015-06-09svn2015-06-091-2/+2
* * lib/matrix.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-092-5/+7
* * gc.c (obj_info): print method id for T_IMEMO/ment.ko12015-06-072-1/+6
* * 2015-06-08svn2015-06-071-2/+2
* fix typo [ci skip]kazu2015-06-071-1/+1
* * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka2015-06-063-108/+39
* * lib/cmath.rb: [DOC] Documentation improvements [ci skip]gogotanaka2015-06-061-23/+16
* * 2015-06-07svn2015-06-061-2/+2
* * lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]gogotanaka2015-06-061-13/+56
* * method.h: back to share rb_method_definition_t byko12015-06-067-90/+114
* * class.c: ins_methods_push() needs rb_method_visibility_t type onko12015-06-062-3/+8
* * class.c (ins_methods_push): Change type and name of parametersko12015-06-062-12/+12
* class.c: suppress a warningnobu2015-06-061-1/+1
* test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal2015-06-052-2/+7
* * gc.c: remove struct mark_tbl_arg and pass objspace directlyko12015-06-052-31/+25
* * ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignmentnormal2015-06-052-4/+4
* * 2015-06-06svn2015-06-051-2/+2
* * ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments arengoto2015-06-052-4/+9
* * class.c (ins_methods_push): change 3rd parameter's typeko12015-06-052-4/+13
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-057-32/+60
* ext/socket/ancdata.c (bsock_sendmsg_internal): portability fixnormal2015-06-052-2/+8
* ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776normal2015-06-052-1/+6