зеркало из https://github.com/github/ruby.git
* Various .document files: Update .document files to match files which
have documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
bc75259b69
Коммит
83d7aca7f6
|
@ -1,13 +1,18 @@
|
||||||
|
Thu May 12 07:30:08 2011 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* Various .document files: Update .document files to match files which
|
||||||
|
have documentation.
|
||||||
|
|
||||||
Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||||
|
|
||||||
* ext/openssl/ossl_pkey_dsa.c: Use generic X.509 SubjectPublicKeyInfo
|
* ext/openssl/ossl_pkey_dsa.c: Use generic X.509 SubjectPublicKeyInfo
|
||||||
format for PEM-encoding DSA public keys.
|
format for PEM-encoding DSA public keys.
|
||||||
[ruby-core:35328] [Bug #4422]
|
[ruby-core:35328] [Bug #4422]
|
||||||
|
|
||||||
Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||||
|
|
||||||
* ext/openssl/ossl_pkey_rsa.c: Use generic X.509 SubjectPublicKeyInfo
|
* ext/openssl/ossl_pkey_rsa.c: Use generic X.509 SubjectPublicKeyInfo
|
||||||
format for encoding RSA public keys.
|
format for encoding RSA public keys.
|
||||||
[ruby-core:35327] [Bug #4421]
|
[ruby-core:35327] [Bug #4421]
|
||||||
|
|
||||||
Wed May 11 19:45:27 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
|
Wed May 11 19:45:27 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
|
||||||
|
|
|
@ -5,19 +5,41 @@ bigdecimal/lib
|
||||||
coverage/coverage.c
|
coverage/coverage.c
|
||||||
date/date_core.c
|
date/date_core.c
|
||||||
date/lib
|
date/lib
|
||||||
|
dbm/dbm.c
|
||||||
|
digest/bubblebabble/bubblebabble.c
|
||||||
digest/digest.c
|
digest/digest.c
|
||||||
|
digest/lib
|
||||||
|
digest/md5/md5init.c
|
||||||
|
digest/rmd160/rmd160init.c
|
||||||
|
digest/sha1/sha1init.c
|
||||||
|
digest/sha2/sha2init.c
|
||||||
|
dl/cfunc.c
|
||||||
|
dl/cptr.c
|
||||||
|
dl/dl.c
|
||||||
|
dl/handle.c
|
||||||
|
dl/lib
|
||||||
|
dl/win32/lib
|
||||||
etc/etc.c
|
etc/etc.c
|
||||||
fcntl/fcntl.c
|
fcntl/fcntl.c
|
||||||
|
fiddle/closure.c
|
||||||
|
fiddle/conversions.c
|
||||||
|
fiddle/fiddle.c
|
||||||
|
fiddle/fiddle.c
|
||||||
|
fiddle/function.c
|
||||||
|
fiddle/lib
|
||||||
gdbm/gdbm.c
|
gdbm/gdbm.c
|
||||||
iconv/iconv.c
|
iconv/iconv.c
|
||||||
io/wait/wait.c
|
io/console/console.c
|
||||||
|
io/nonblock/nonblock.c
|
||||||
io/wait/lib
|
io/wait/lib
|
||||||
|
io/wait/wait.c
|
||||||
json/ext/generator/generator.c
|
json/ext/generator/generator.c
|
||||||
json/ext/parser/parser.c
|
json/ext/parser/parser.c
|
||||||
json/lib
|
json/lib
|
||||||
nkf/lib/kconv.rb
|
nkf/lib
|
||||||
nkf/nkf.c
|
nkf/nkf.c
|
||||||
objspace/objspace.c
|
objspace/objspace.c
|
||||||
|
openssl/lib
|
||||||
openssl/ossl.c
|
openssl/ossl.c
|
||||||
openssl/ossl_asn1.c
|
openssl/ossl_asn1.c
|
||||||
openssl/ossl_bn.c
|
openssl/ossl_bn.c
|
||||||
|
@ -28,9 +50,9 @@ openssl/ossl_engine.c
|
||||||
openssl/ossl_hmac.c
|
openssl/ossl_hmac.c
|
||||||
openssl/ossl_ns_spki.c
|
openssl/ossl_ns_spki.c
|
||||||
openssl/ossl_ocsp.c
|
openssl/ossl_ocsp.c
|
||||||
|
openssl/ossl_pkcs12.c
|
||||||
openssl/ossl_pkcs5.c
|
openssl/ossl_pkcs5.c
|
||||||
openssl/ossl_pkcs7.c
|
openssl/ossl_pkcs7.c
|
||||||
openssl/ossl_pkcs12.c
|
|
||||||
openssl/ossl_pkey.c
|
openssl/ossl_pkey.c
|
||||||
openssl/ossl_pkey_dh.c
|
openssl/ossl_pkey_dh.c
|
||||||
openssl/ossl_pkey_dsa.c
|
openssl/ossl_pkey_dsa.c
|
||||||
|
@ -48,16 +70,24 @@ openssl/ossl_x509name.c
|
||||||
openssl/ossl_x509req.c
|
openssl/ossl_x509req.c
|
||||||
openssl/ossl_x509revoked.c
|
openssl/ossl_x509revoked.c
|
||||||
openssl/ossl_x509store.c
|
openssl/ossl_x509store.c
|
||||||
openssl/lib/openssl/buffering.rb
|
|
||||||
pathname/pathname.c
|
|
||||||
pathname/lib
|
pathname/lib
|
||||||
pty/pty.c
|
pathname/pathname.c
|
||||||
|
psych/emitter.c
|
||||||
|
psych/lib
|
||||||
|
psych/parser.c
|
||||||
|
psych/psych.c
|
||||||
|
psych/to_ruby.c
|
||||||
|
psych/yaml_tree.c
|
||||||
pty/lib
|
pty/lib
|
||||||
|
pty/pty.c
|
||||||
readline/readline.c
|
readline/readline.c
|
||||||
ripper/ripper.c
|
|
||||||
ripper/lib
|
ripper/lib
|
||||||
|
ripper/ripper.c
|
||||||
|
sdbm/init.c
|
||||||
socket
|
socket
|
||||||
stringio/stringio.c
|
stringio/stringio.c
|
||||||
strscan/strscan.c
|
strscan/strscan.c
|
||||||
|
syslog/syslog.c
|
||||||
|
win32ole/lib
|
||||||
win32ole/win32ole.c
|
win32ole/win32ole.c
|
||||||
zlib/zlib.c
|
zlib/zlib.c
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
init.c
|
|
||||||
raddrinfo.c
|
|
||||||
basicsocket.c
|
|
||||||
ipsocket.c
|
|
||||||
tcpsocket.c
|
|
||||||
tcpserver.c
|
|
||||||
sockssocket.c
|
|
||||||
udpsocket.c
|
|
||||||
unixsocket.c
|
|
||||||
unixserver.c
|
|
||||||
socket.c
|
|
||||||
option.c
|
|
||||||
ancdata.c
|
ancdata.c
|
||||||
|
basicsocket.c
|
||||||
constants.c
|
constants.c
|
||||||
constdefs.c
|
constdefs.c
|
||||||
lib/socket.rb
|
init.c
|
||||||
|
ipsocket.c
|
||||||
|
option.c
|
||||||
|
raddrinfo.c
|
||||||
|
socket.c
|
||||||
|
sockssocket.c
|
||||||
|
tcpserver.c
|
||||||
|
tcpsocket.c
|
||||||
|
udpsocket.c
|
||||||
|
unixserver.c
|
||||||
|
unixsocket.c
|
||||||
|
lib
|
||||||
|
|
103
lib/.document
103
lib/.document
|
@ -1,103 +0,0 @@
|
||||||
# We only run RDoc on the top-level files in here: we skip
|
|
||||||
# all the helper stuff in sub-directories
|
|
||||||
|
|
||||||
# Eventually, we hope to see...
|
|
||||||
# *.rb
|
|
||||||
|
|
||||||
# But for now
|
|
||||||
|
|
||||||
English.rb
|
|
||||||
Env.rb
|
|
||||||
README
|
|
||||||
abbrev.rb
|
|
||||||
base64.rb
|
|
||||||
benchmark.rb
|
|
||||||
cgi
|
|
||||||
cgi.rb
|
|
||||||
complex.rb
|
|
||||||
csv.rb
|
|
||||||
debug.rb
|
|
||||||
delegate.rb
|
|
||||||
drb
|
|
||||||
drb.rb
|
|
||||||
erb.rb
|
|
||||||
eregex.rb
|
|
||||||
fileutils.rb
|
|
||||||
finalize.rb
|
|
||||||
find.rb
|
|
||||||
forwardable.rb
|
|
||||||
ftools.rb
|
|
||||||
generator.rb
|
|
||||||
getoptlong.rb
|
|
||||||
getopts.rb
|
|
||||||
gserver.rb
|
|
||||||
importenv.rb
|
|
||||||
ipaddr.rb
|
|
||||||
irb
|
|
||||||
irb.rb
|
|
||||||
jcode.rb
|
|
||||||
logger.rb
|
|
||||||
mailread.rb
|
|
||||||
mathn.rb
|
|
||||||
matrix.rb
|
|
||||||
mkmf.rb
|
|
||||||
monitor.rb
|
|
||||||
mutex_m.rb
|
|
||||||
net
|
|
||||||
observer.rb
|
|
||||||
open-uri.rb
|
|
||||||
open3.rb
|
|
||||||
optparse
|
|
||||||
optparse.rb
|
|
||||||
ostruct.rb
|
|
||||||
parsearg.rb
|
|
||||||
pathname.rb
|
|
||||||
ping.rb
|
|
||||||
pp.rb
|
|
||||||
prettyprint.rb
|
|
||||||
prime.rb
|
|
||||||
profile.rb
|
|
||||||
profiler.rb
|
|
||||||
pstore.rb
|
|
||||||
racc
|
|
||||||
rational.rb
|
|
||||||
rdoc.rb
|
|
||||||
rdoc
|
|
||||||
readbytes.rb
|
|
||||||
resolv-replace.rb
|
|
||||||
resolv.rb
|
|
||||||
rexml
|
|
||||||
rinda
|
|
||||||
rss
|
|
||||||
rss.rb
|
|
||||||
rubyunit.rb
|
|
||||||
runit
|
|
||||||
scanf.rb
|
|
||||||
set.rb
|
|
||||||
shell
|
|
||||||
shell.rb
|
|
||||||
shellwords.rb
|
|
||||||
# TODO: YARV cause error. why ...?
|
|
||||||
# singleton.rb
|
|
||||||
soap
|
|
||||||
sync.rb
|
|
||||||
tempfile.rb
|
|
||||||
test
|
|
||||||
thread.rb
|
|
||||||
thwait.rb
|
|
||||||
time.rb
|
|
||||||
timeout.rb
|
|
||||||
tmpdir.rb
|
|
||||||
tracer.rb
|
|
||||||
tsort.rb
|
|
||||||
un.rb
|
|
||||||
uri
|
|
||||||
uri.rb
|
|
||||||
weakref.rb
|
|
||||||
webrick
|
|
||||||
webrick.rb
|
|
||||||
wsdl
|
|
||||||
xmlrpc
|
|
||||||
xsd
|
|
||||||
yaml
|
|
||||||
yaml.rb
|
|
|
@ -1 +0,0 @@
|
||||||
session.rb
|
|
|
@ -0,0 +1 @@
|
||||||
|
# these files are obsolete
|
|
@ -1,3 +0,0 @@
|
||||||
rinda.rb
|
|
||||||
ring.rb
|
|
||||||
tuplespace.rb
|
|
|
@ -1,7 +0,0 @@
|
||||||
common.rb
|
|
||||||
ftp.rb
|
|
||||||
generic.rb
|
|
||||||
http.rb
|
|
||||||
https.rb
|
|
||||||
ldap.rb
|
|
||||||
mailto.rb
|
|
|
@ -1 +0,0 @@
|
||||||
README.rdoc
|
|
Загрузка…
Ссылка в новой задаче