ruby/ext
shugo 139d06c34f * ext/socket/init.c (wait_connectable): break if the socket is
writable to avoid infinite loops on FreeBSD and other platforms
  which conforms to SUSv3.  This problem cannot be reproduced with
  loopback interfaces, so it's hard to write test code.
  rsock_connect() and wait_connectable() are overly complicated, so
  they should be refactored, but I commit this fix as a workaround
  for the release of Ruby 1.9.3 scheduled on Feb 24.
  [ruby-core:60940] [Bug #9547]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-21 14:59:44 +00:00
..
-test- * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO. 2014-02-15 21:17:34 +00:00
bigdecimal class.c: do nothing if copying self 2014-02-21 11:42:03 +00:00
continuation * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
coverage * common.mk, ext/objspace/depend, ext/coverage/depend, 2013-10-28 03:43:17 +00:00
date date_strptime.c: get rid of backtrack explosion 2013-12-10 14:58:43 +00:00
dbm dbm.c: yield dup of keystr 2014-01-01 18:43:13 +00:00
digest * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble 2013-11-21 07:53:39 +00:00
dl ext: real class name 2014-01-13 00:57:36 +00:00
etc etc.c: encodings 2013-08-03 00:46:10 +00:00
fcntl * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
fiber * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
fiddle * ext/fiddle/closure.c: use sizeof(*pcl) for correct sizeof value. 2014-01-29 23:27:14 +00:00
gdbm * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:23 +00:00
io io-console.gemspec: certification 2013-11-13 08:08:09 +00:00
json class.c: do nothing if copying self 2014-02-21 11:42:03 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:23 +00:00
objspace * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P() 2014-02-05 05:41:04 +00:00
openssl * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack. 2014-02-11 14:06:51 +00:00
pathname ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
psych ext/psych/yaml: suppress warnings 2014-02-16 07:53:20 +00:00
pty ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE 2014-01-12 08:11:36 +00:00
racc/cparse ext: use PRIsVALUE for rb_raise and rb_warn 2014-01-13 00:57:38 +00:00
rbconfig/sizeof ext/rbconfig/sizeof: move to an extension library 2013-11-18 14:19:16 +00:00
readline * ext/readline/readline.c (readline_getc): Consider 2013-10-29 03:09:00 +00:00
ripper * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of core 2014-02-07 12:57:44 +00:00
sdbm ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
socket * ext/socket/init.c (wait_connectable): break if the socket is 2014-02-21 14:59:44 +00:00
stringio * ext/stringio/stringio.c: [DOC] add docs and example by @schneems [ci skip] [fix GH-527] 2014-02-06 03:08:38 +00:00
strscan strscan.c: fix typo 2014-01-14 03:23:20 +00:00
syslog ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE 2014-01-13 00:57:41 +00:00
thread ext/thread: SizedQueue#max= wakes up waiters properly 2014-02-05 23:35:06 +00:00
tk * ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip] 2014-02-11 08:02:01 +00:00
win32 win32/registry.rb: size in bytes 2013-09-24 07:41:17 +00:00
win32ole ext/win32ole/win32ole.c (ole_typedesc2val): add VT_RECORD case. 2014-02-01 06:16:42 +00:00
zlib class.c: do nothing if copying self 2014-02-21 11:42:03 +00:00
.document * ext/.document: Remove curses from documentable directories. 2013-12-09 21:16:19 +00:00
Setup * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.atheos * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.emx * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.nacl * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.nt * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
extmk.rb extmk.rb: static extensions 2013-07-28 11:10:52 +00:00