summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* thread_pthread.c (gvl_destroy): make no-op on GVL bitsnormal2018-07-301-3/+10
* thread_pthread.c (rb_sigwait_sleep): fix uninitialized poll set in UBF casenormal2018-07-301-2/+3
* non-constant aggregate initializer is a C99ismshyouhei2018-07-301-1/+2
* thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] hardernormal2018-07-302-4/+39
* thread.c: move ppoll wrapper into thread_pthread.cnormal2018-07-302-43/+42
* thread.c: move ppoll wrapper before thread_pthread.cnormal2018-07-291-42/+43
* thread_pthread.c (ubf_select): refix [Bug #5343]normal2018-07-291-0/+17
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-299-543/+526
* * 2018-07-30svn2018-07-291-1/+1
* test/ruby/test_process.rb (test_wait_and_sigchld): improve reliabilitynormal2018-07-291-14/+16
* common.mk: install for test-all iff load-relative is disablednobu2018-07-291-1/+2
* common.mk: test-all requires install for nowk0kubun2018-07-291-1/+3
* thread_pthread.c: clear altstacks in thread cache at GVL destructionnormal2018-07-292-13/+38
* reduce LibreSSL warningsnobu2018-07-291-0/+4
* mjit.c: keep unit->o_file on --jit-save-tempsk0kubun2018-07-291-5/+9
* test_jit.rb: skip known test failure on MinGWk0kubun2018-07-291-0/+4
* test_jit.rb: use the appropiate namek0kubun2018-07-291-1/+1
* mjit.c: disable compaction on empty queue w/ --jit-waitk0kubun2018-07-292-4/+8
* repack structsnobu2018-07-293-6/+8
* mkexports.rb: flip-flopnobu2018-07-291-1/+7
* mjit.c: introduce JIT compaction [experimental]k0kubun2018-07-282-15/+121
* * 2018-07-29svn2018-07-281-1/+1
* win32.c: limit write size on consolenobu2018-07-281-3/+6
* test_function.rb: fix messagesnobu2018-07-281-3/+14
* make-snapshot: fetch from the official git sitenobu2018-07-281-1/+1
* Fix filename in comment [ci skip]kazu2018-07-281-1/+1
* use https:// instead of http://kazu2018-07-285-5/+5
* fix range check for Hangul jamo trailers in Unicode normalizationduerst2018-07-282-1/+8
* always run unicode normalization that do not depend on data fileduerst2018-07-281-0/+2
* update unicode data files directory for normalization testsduerst2018-07-281-2/+3
* use https:// instead of git:// when possiblenormal2018-07-284-7/+7
* thread.c (blocking_region_end): clear ubf before unregister_ubf_listnormal2018-07-281-2/+5
* mjit.c: clean up unit link from iseqk0kubun2018-07-271-1/+3
* Include Hash#size in the examplestenderlove2018-07-271-0/+4
* * 2018-07-28svn2018-07-271-1/+1
* Escape debug output in InvalidURIError exceptions.tenderlove2018-07-271-2/+2
* eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame2018-07-277-9/+12
* mjit.c: keep all .o filesk0kubun2018-07-272-28/+52
* mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloadedk0kubun2018-07-272-11/+12
* mjit.c: release memory for unloaded unitk0kubun2018-07-271-9/+12
* insns.def: remove old wrong explanation for get/setconstantmame2018-07-271-6/+2
* mjit.c: clarify the intention of setting 0k0kubun2018-07-271-1/+1
* test_jit.rb: test unload_unitsk0kubun2018-07-272-2/+28
* ruby.c: taint ARGV on Windowsnobu2018-07-272-1/+10
* * 2018-07-27svn2018-07-261-1/+1
* lib/ostruct: Remove unnecessary `__send__`marcandre2018-07-261-1/+1
* mjit.c: o -> so is not compilationk0kubun2018-07-261-5/+4
* dir.c: fix glob with base when no DT_UNKNOWNnobu2018-07-261-16/+25
* Add missing escapekazu2018-07-261-1/+1
* process.c: conditionally used functionsnobu2018-07-261-0/+2