aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't run specs on Solarisnaruse2018-08-091-1/+1
* spec/ruby/library/socket/*: more FreeBSD fixesnormal2018-08-097-5/+33
* test/lib/leakchecker.rb (find_tempfiles): don't warn for missing filesnormal2018-08-091-1/+2
* * 2018-08-09svn2018-08-081-1/+1
* needs openssl/opensslv.hnobu2018-08-081-1/+1
* fix mjit_min_header for universal binarynobu2018-08-082-17/+21
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-083-28/+19
* openssl: sync with upstream repositoryrhe2018-08-0813-50/+110
* fix MSG_OOB specnaruse2018-08-081-9/+3
* Add colon to avoid chkbuild's alertnaruse2018-08-081-1/+1
* rename several internal macros in time.cakr2018-08-081-35/+35
* Update comment of tzmode [ci skip]kazu2018-08-081-1/+1
* Rename gmt field to tzmode in struct time_object.akr2018-08-081-15/+19
* Store String as zone in struct vtm.akr2018-08-083-68/+50
* Some environments do not have IPv6 address of localhost in /etc/hostskazu2018-08-081-2/+2
* mjit.c: remove old comment about WNOHANG and SIGCHLD [ci skip]normal2018-08-081-6/+1
* skip hanging-up tests on macOSnobu2018-08-084-8/+10
* spec/ruby/library/socket/*: fix hanging on FreeBSD 11.1normal2018-08-083-2/+6
* appveyor.yml: make sure MJIT is tested on AppVeyork0kubun2018-08-071-1/+1
* mjit.c: initial support for mswin MJITk0kubun2018-08-075-13/+72
* * 2018-08-08svn2018-08-071-1/+1
* win32/Makefile.sub: escape `=` in MJIT cflagsk0kubun2018-08-071-6/+6
* Silence Net::HTTP warning in test.hsbt2018-08-071-0/+4
* * properties.svn2018-08-070-0/+0
* Add missing test for WEBrick::HTTPAuth::Htgroup.hsbt2018-08-071-0/+19
* Support old versions of Ruby with FrozenError.hsbt2018-08-076-11/+18
* Fallback to load version constant for ruby core repository.hsbt2018-08-075-5/+25
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-0711-11/+0
* Remove unnecessary assignmentkazu2018-08-071-1/+1
* Removed needless file from gemspec.hsbt2018-08-071-1/+1
* Add support of Berkeley DB 6.x.hsbt2018-08-072-3/+5
* Add test for coverage.hsbt2018-08-071-0/+42
* * 2018-08-07svn2018-08-071-1/+1
* win32/Makefile.sub: remove RUBY_EXPORT macrok0kubun2018-08-071-1/+1
* * properties.svn2018-08-060-0/+0
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-0611-47/+883
* test/ripper/test_parser_events.rb (test_block_variables): increase RLIMIT_ASnormal2018-08-061-2/+5
* thread_pthread.c: restore timer-thread for now :<normal2018-08-0611-746/+584
* Ignore native extension of Date library when syncing gemification files.hsbt2018-08-061-0/+1
* process.c: ensure th->interrupt lock is held when migratingnormal2018-08-061-6/+20
* process.c (rb_waitpid): reduce sigwait_fd bouncingnormal2018-08-051-14/+19
* test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeoutsnormal2018-08-051-2/+3
* * 2018-08-06svn2018-08-051-1/+1
* thread_pthread: stop trying to deal with cancellationnormal2018-08-052-20/+0
* mjit.c: use -Tc flag explicitlyk0kubun2018-08-051-1/+6
* test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal2018-08-051-1/+5
* thread_pthread.c (native_sleep): reduce ppoll sleepsnormal2018-08-051-1/+1
* mjit.c: link precompiled objectk0kubun2018-08-052-4/+14
* mjit.c: reorder functions to reduce #ifdef branchesk0kubun2018-08-051-47/+43
* mjit.c: include prebuilt precompiled headerk0kubun2018-08-051-40/+50