aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * sample/exyacc.rb: Fix some typos.hsbt2015-06-124-5/+11
* hash.c: fetch_valuesnobu2015-06-123-0/+49
* array.c: fix for enumeratornobu2015-06-121-16/+10
* test_nofree.rb: fix commit missnobu2015-06-121-3/+4
* test_nofree.rb: rehearsalnobu2015-06-121-3/+4
* array.c: typonobu2015-06-121-1/+1
* * 2015-06-12svn2015-06-121-2/+2
* array.c: bsearch_indexnobu2015-06-123-6/+81
* * ext/zlib/zlib.c: Fix indentation for rdoc.hsbt2015-06-112-1/+6
* 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