summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-02855-1/+83604
* common.mk: --no-ri and --no-rdoc options were removedktsj2018-11-021-1/+1
* lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.marcandre2018-11-024-22/+476
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-0215-20/+20
* lib/*: Prefer require_relative over require.marcandre2018-11-02126-256/+256
* lib/matrix: Use consistent stylemarcandre2018-11-022-19/+13
* lib/matrix: use consistent stylemarcandre2018-11-022-18/+18
* lib/matrix.rb: Alias antisymmetric? with skew_symmetric?marcandre2018-11-022-1/+2
* * 2018-11-03svn2018-11-021-1/+1
* Revert "Matrix: Add #reflexive? method. [Fix GH-1730]"marcandre2018-11-023-42/+0
* Add timeoutnaruse2018-11-021-6/+8
* README.md: add wercker status badge [ci skip]k0kubun2018-11-021-1/+2
* * 2018-11-02svn2018-11-021-1/+1
* mjit_worker.c: do no access pointer after freek0kubun2018-11-021-1/+2
* thread_pthread.c (native_ppoll_sleep): new eventfd (or pipe) for ubfnormal2018-11-011-10/+30
* wercker.yml: stop allowing webrick failurek0kubun2018-11-011-71/+72
* * remove trailing spaces.svn2018-11-011-1/+1
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-019-21/+107
* add dependencies to transient_heap.h.ko12018-11-011-0/+5
* * properties.svn2018-11-010-0/+0
* TestDelegateClass.rb: skip test_frozen for --jit-waitk0kubun2018-11-012-9/+11
* Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu2018-11-012-2/+2
* Fix call-seq of Encoding::Converter#putback [ci skip]kazu2018-11-011-1/+1
* wercker.yml: improve parallelism morek0kubun2018-11-011-28/+28
* Remove wrong spec.usa2018-11-011-9/+0
* wercker.yml: improve CI step message [ci skip]k0kubun2018-11-011-2/+2
* wercker.yml: change pipeline namesk0kubun2018-11-011-2/+2
* wercker.yml: delete obsoleted test definitionk0kubun2018-11-011-24/+0
* wercker.yml: improve parallelism of test-mjit and test-mjit-waitk0kubun2018-11-011-35/+67
* test_win32ole_event.rb: retry #test_s_new_loop with sleepk0kubun2018-11-011-1/+17
* fix WB miss.ko12018-11-011-0/+4
* wercker.yml: harder test-mjit-wait testingk0kubun2018-11-011-6/+201
* mjit_worker.c: emphasize free_list of compact_units [ci skip]k0kubun2018-11-011-1/+1
* * 2018-11-01svn2018-10-311-2/+2
* mjit: get rid of rb_mjit_unit_node and use ccan/listnormal2018-10-312-131/+80
* Revert "revert r65471 and include Eric's patch as well"k0kubun2018-10-312-73/+130
* revert r65471 and include Eric's patch as wellk0kubun2018-10-312-130/+73
* Use C90 commentsnaruse2018-10-311-5/+5
* Revert "mjit: get rid of rb_mjit_unit_node and use ccan/list"normal2018-10-312-66/+130
* Merge upstream from rubygems/rubygems master branch.hsbt2018-10-318-41/+91
* explicit cast to void* required for %pshyouhei2018-10-311-8/+8
* mjit: get rid of rb_mjit_unit_node and use ccan/listnormal2018-10-312-130/+66
* parse.y: last node of NODE_ARRAYnobu2018-10-312-0/+6
* remove '//' style comments.ko12018-10-311-1/+0
* thread_pthread.c (ubf_select): avoid deadlock on contentionnormal2018-10-311-4/+10
* remove '//' style comments.ko12018-10-311-4/+2
* add casts.ko12018-10-311-2/+2
* .travis.yml: mandate -ansi checkshyouhei2018-10-311-3/+2
* Removed control characters from gemspec.hsbt2018-10-311-0/+0
* parse.y: last location from bisonnobu2018-10-302-2/+7