mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/Setup*: add io/wait and openssl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5ae5596491
commit
6fa004b2e8
7 changed files with 21 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Aug 6 04:58:32 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/Setup*: add io/wait and openssl.
|
||||
|
||||
Wed Aug 6 01:18:50 2003 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/http.rb: update document.
|
||||
|
|
|
@ -14,8 +14,10 @@
|
|||
#fcntl
|
||||
#gdbm
|
||||
#iconv
|
||||
#io/wait
|
||||
#nkf
|
||||
#pty
|
||||
#openssl
|
||||
#racc/cparse
|
||||
#readline
|
||||
#sdbm
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
option nodynamic
|
||||
|
||||
#Win32API
|
||||
bigdecimal
|
||||
curses
|
||||
dbm
|
||||
|
@ -13,8 +14,10 @@ etc
|
|||
fcntl
|
||||
gdbm
|
||||
iconv
|
||||
io/wait
|
||||
nkf
|
||||
pty
|
||||
#openssl
|
||||
racc/parse
|
||||
readline
|
||||
sdbm
|
||||
|
@ -25,4 +28,5 @@ syck
|
|||
syslog
|
||||
#tcltklib
|
||||
#tk
|
||||
#win32ole
|
||||
zlib
|
||||
|
|
|
@ -14,8 +14,10 @@ digest/sha2
|
|||
fcntl
|
||||
gdbm
|
||||
#iconv
|
||||
#io/wait
|
||||
nkf
|
||||
#pty
|
||||
#openssl
|
||||
racc/cparse
|
||||
readline
|
||||
sdbm
|
||||
|
|
|
@ -14,8 +14,10 @@ etc
|
|||
fcntl
|
||||
#gdbm
|
||||
#iconv
|
||||
#io/wait
|
||||
nkf
|
||||
#pty
|
||||
#openssl
|
||||
racc/cparse
|
||||
#readline
|
||||
#sdbm
|
||||
|
|
|
@ -9,20 +9,22 @@ digest/md5
|
|||
digest/rmd160
|
||||
digest/sha1
|
||||
digest/sha2
|
||||
#dl
|
||||
#etc
|
||||
dl
|
||||
etc
|
||||
fcntl
|
||||
#gdbm
|
||||
#iconv
|
||||
#io/wait
|
||||
nkf
|
||||
#pty
|
||||
#openssl
|
||||
racc/cparse
|
||||
#readline
|
||||
sdbm
|
||||
socket
|
||||
stringio
|
||||
strscan
|
||||
#syck
|
||||
syck
|
||||
#syslog
|
||||
#tcltklib
|
||||
#tk
|
||||
|
|
|
@ -14,8 +14,10 @@ digest/sha2
|
|||
fcntl
|
||||
#gdbm
|
||||
#iconv
|
||||
#io/wait
|
||||
nkf
|
||||
#pty
|
||||
#openssl
|
||||
racc/cparse
|
||||
#readline
|
||||
#sdbm
|
||||
|
|
Loading…
Reference in a new issue