1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
normal 0698c4969c socket: disable nonblocking-by-default on win32
Perhaps this fixes test failures reported by Greg and k0kubun.

However, the failure of certain tests to handle non-blocking I/O
seems to indicate pre-existing problems on win32 platforms.
Somebody knowledgeable about win32 should be able to fix it.

[ruby-core:89973] [ruby-core:89976] [ruby-core:89977] [Bug #14968]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-22 20:02:36 +00:00
..
-test- Add more assertions for NotImplementedError of instance method 2018-08-21 14:57:56 +00:00
bigdecimal bigdecimal.c: fix missing argument 2018-03-26 00:25:16 +00:00
cgi/escape Revert "ext/cgi/escape: preserve String subclass in result" 2018-05-03 01:24:09 +00:00
continuation
coverage * expand tabs. 2018-10-20 05:33:13 +00:00
date date_core.c: use static ID variables 2018-11-13 04:51:46 +00:00
dbm Removed needless date attribute from gemspec of default gems. 2018-08-07 12:02:10 +00:00
digest no ID cache in Init functions 2018-02-16 08:39:48 +00:00
etc Retry r65211. 2018-10-20 10:30:42 +00:00
fcntl Removed needless date attribute from gemspec of default gems. 2018-08-07 12:02:10 +00:00
fiber
fiddle fix typo. 2018-10-20 07:40:45 +00:00
gdbm Removed needless date attribute from gemspec of default gems. 2018-08-07 12:02:10 +00:00
io io/console: drop 2.1.0 support [ci skip] 2018-03-02 11:24:29 +00:00
json Removed control characters from gemspec. 2018-10-31 00:13:56 +00:00
nkf
objspace support theap for T_HASH. [Feature #14989] 2018-10-30 22:11:51 +00:00
openssl errno.h must be included after config.h because config.h might define 2018-11-21 20:39:09 +00:00
pathname Pathname: Have #relative_path_from accept String argument. 2018-11-13 06:20:06 +00:00
psych Make rubygems follow the upstream of psych 2018-11-11 00:20:27 +00:00
pty [doc] Fix grammar typo in Pty_init() docstring [ci skip] 2018-11-16 04:25:07 +00:00
racc/cparse
rbconfig/sizeof
readline readline.c: improve docs 2018-10-12 20:37:30 +00:00
ripper UNREACHABLE_RETURN 2018-07-24 05:38:07 +00:00
rubyvm
sdbm Removed needless date attribute from gemspec of default gems. 2018-08-07 12:02:10 +00:00
socket socket: disable nonblocking-by-default on win32 2018-11-22 20:02:36 +00:00
stringio Merge stringio.gemspec from github repository. 2018-10-22 00:32:16 +00:00
strscan Removed needless date attribute from gemspec of default gems. 2018-08-07 12:02:10 +00:00
syslog no ID cache in Init functions 2018-02-16 08:39:48 +00:00
win32 Win32API.rb: use uplevel option to warn 2018-04-02 12:39:01 +00:00
win32ole Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip] 2018-11-01 07:25:50 +00:00
zlib zlib: fix Zlib::VERSION 2018-10-18 00:55:05 +00:00
.document
extmk.rb extmk.rb: get rid of shadowing outer local variable 2018-03-25 01:52:22 +00:00
Setup
Setup.atheos
Setup.nt