aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).ko12015-06-111-0/+4
* * configure.in: define SET_THREAD_NAME if it has pthread_set_name_npnaruse2015-06-111-0/+11
* * method.h (METHOD_ENTRY_BASIC_SET): should clear last bit.ko12015-06-111-0/+4
* * lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixedhsbt2015-06-111-0/+7
* * lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.hsbt2015-06-111-0/+4
* array.c: fix array size overflownobu2015-06-111-0/+8
* * test/test_cmath.rb (TestCMath#test_trigonometric_functions): shouldusa2015-06-111-0/+5
* * remove trailing spaces.svn2015-06-101-1/+1
* * method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko12015-06-101-0/+12
* * vm.c: use VM_ASSERT instead of assert().ko12015-06-101-0/+10
* * vm_core.h: define VM_ASSERT() for assertionko12015-06-101-0/+10
* * vm_insnhelper.c (check_frame): check type of cref_or_me first.ko12015-06-101-0/+4
* * test/test_cmath.rb: Add assertions for trigonometric functions.gogotanaka2015-06-101-1/+1
* * test/test_cmath.rb: Add assertions for error handling.gogotanaka2015-06-101-0/+4
* fake.rb.in: match spacesnobu2015-06-101-0/+5
* * lib/mkmf.rb: revert r50804 because of build failure when specifyingngoto2015-06-101-0/+6
* README.ja.md: fix markup miss. [ci skip]kazu2015-06-101-0/+4
* fake.rb.in: accurate fakenobu2015-06-101-0/+10
* * lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-091-1/+5
* * lib/matrix.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-091-0/+5
* * gc.c (obj_info): print method id for T_IMEMO/ment.ko12015-06-071-0/+4
* fix typo [ci skip]kazu2015-06-071-1/+1
* * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka2015-06-061-0/+4
* * method.h: back to share rb_method_definition_t byko12015-06-061-0/+40
* * class.c: ins_methods_push() needs rb_method_visibility_t type onko12015-06-061-0/+5
* * class.c (ins_methods_push): Change type and name of parametersko12015-06-061-0/+5
* test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal2015-06-051-0/+5
* * gc.c: remove struct mark_tbl_arg and pass objspace directlyko12015-06-051-0/+5
* * ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignmentnormal2015-06-051-0/+4
* * ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments arengoto2015-06-051-0/+8
* * class.c (ins_methods_push): change 3rd parameter's typeko12015-06-051-0/+9
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-051-0/+20
* ext/socket/ancdata.c (bsock_sendmsg_internal): portability fixnormal2015-06-051-0/+5
* ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776normal2015-06-051-0/+5
* io.c: reduce size of :wait_*able code pathsnormal2015-06-041-0/+7
* doc/extension.rdoc: note rb_get_kwargs changes keywords_hash [ci skip]normal2015-06-041-0/+5
* ChangeLog: add entry for r50776 [ci skip]normal2015-06-041-0/+5
* * test/lib/envutil.rb (assert_no_memory_leak): change default valueko12015-06-041-0/+6
* * vm_insnhelper.c (vm_defined): no need to use cast.ko12015-06-041-0/+4
* * vm_insnhelper.c (vm_defined): show additional messages on rb_bug().ko12015-06-041-0/+4
* * vm_method.c (rb_add_method_iseq): use intermediate struct toko12015-06-041-0/+8
* * method.h: constify rb_method_refined_t::orig_me.ko12015-06-041-0/+17
* fix typos [ci skip]kazu2015-06-041-1/+1
* fix unbalanced parenthesiskazu2015-06-041-1/+1
* * array.c: Revert r50763. because "reentered" is not typo.hsbt2015-06-041-0/+4
* * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt2015-06-041-0/+7
* * ChangeLog: fixed name at latest commithsbt2015-06-041-1/+1
* * array.c: fix a typo. Patch by @manish-shrivastavahsbt2015-06-041-0/+5
* ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntlnormal2015-06-041-0/+5
* * method.h: introduce rb_method_refined_t for refined method entry.ko12015-06-031-0/+14