1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
nobu af2f1bf4f9 * ext/socket/ipsocket.c (ip_addr, ip_peeraddr),
ext/socket/socket.c (sock_s_getaddrinfo): added optional
  reverse_lookup flag.  [ruby-core:28007]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-02-06 02:35:11 +00:00
..
bigdecimal * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red of 2010-02-03 18:02:47 +00:00
continuation
coverage
curses
dbm
digest * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fix 2010-01-17 19:12:10 +00:00
dl * ext/dl/{closure,function}.c: removed C99 features and warnings. 2010-02-03 02:39:18 +00:00
etc * ext/etc/etc.c (etc_each_group): fixed typo. 2009-10-28 05:51:33 +00:00
fcntl fix typos. 2009-11-04 12:02:37 +00:00
fiber
gdbm
iconv * ext/iconv/charset_alias.rb: pass block argument to outer local 2010-02-03 11:12:04 +00:00
io
json
mathn
nkf
objspace
openssl * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid 2009-12-02 14:54:50 +00:00
pty * ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, and 2010-01-25 08:47:04 +00:00
racc/cparse
readline * ext/readline/readline.c (readline_readline): check if instream 2010-01-12 07:48:06 +00:00
ripper
sdbm
socket * ext/socket/ipsocket.c (ip_addr, ip_peeraddr), 2010-02-06 02:35:11 +00:00
stringio * ext/stringio/stringio.c (strio_ungetc): pads with \000 when the 2010-02-05 16:57:54 +00:00
strscan * ext/strscan/strscan.c: fix rdoc. (length -> bytesize) 2010-01-26 07:56:36 +00:00
syck
syslog
tk * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table. 2010-01-31 22:50:43 +00:00
win32ole * ext/win32ole/win32ole.c: add WIN32OLE.ole_initialize, 2010-01-23 11:02:17 +00:00
zlib * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656] 2010-01-26 13:31:12 +00:00
.cvsignore
.document
extmk.rb * ext/socket/extconf.rb: suppress a warning. 2010-01-26 12:34:51 +00:00
purelib.rb * ext/purelib.rb, common.mk: to simulate ruby command more precisely, 2010-02-05 16:21:56 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nt