summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-11 22:31:17 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-11 22:31:17 +0000
commit83d7aca7f6c02a92d49be1490e72b50fe9643598 (patch)
treea8710c4c7f208aef1b4c0d19e00144959d83e53c
parentbc75259b69e3ba6cddea7e8508b90ea7759a6923 (diff)
* 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
-rw-r--r--ChangeLog9
-rw-r--r--ext/.document44
-rw-r--r--ext/socket/.document22
-rw-r--r--lib/.document103
-rw-r--r--lib/cgi/.document1
-rw-r--r--lib/rbconfig/.document1
-rw-r--r--lib/rinda/.document3
-rw-r--r--lib/uri/.document7
-rw-r--r--lib/xmlrpc/.document1
9 files changed, 56 insertions, 135 deletions
diff --git a/ChangeLog b/ChangeLog
index 3165fa66a2..732b936f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* 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]
Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* 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]
Wed May 11 19:45:27 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
diff --git a/ext/.document b/ext/.document
index fda74e397b..401ec99191 100644
--- a/ext/.document
+++ b/ext/.document
@@ -5,19 +5,41 @@ bigdecimal/lib
coverage/coverage.c
date/date_core.c
date/lib
+dbm/dbm.c
+digest/bubblebabble/bubblebabble.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
fcntl/fcntl.c
+fiddle/closure.c
+fiddle/conversions.c
+fiddle/fiddle.c
+fiddle/fiddle.c
+fiddle/function.c
+fiddle/lib
gdbm/gdbm.c
iconv/iconv.c
-io/wait/wait.c
+io/console/console.c
+io/nonblock/nonblock.c
io/wait/lib
+io/wait/wait.c
json/ext/generator/generator.c
json/ext/parser/parser.c
json/lib
-nkf/lib/kconv.rb
+nkf/lib
nkf/nkf.c
objspace/objspace.c
+openssl/lib
openssl/ossl.c
openssl/ossl_asn1.c
openssl/ossl_bn.c
@@ -28,9 +50,9 @@ openssl/ossl_engine.c
openssl/ossl_hmac.c
openssl/ossl_ns_spki.c
openssl/ossl_ocsp.c
+openssl/ossl_pkcs12.c
openssl/ossl_pkcs5.c
openssl/ossl_pkcs7.c
-openssl/ossl_pkcs12.c
openssl/ossl_pkey.c
openssl/ossl_pkey_dh.c
openssl/ossl_pkey_dsa.c
@@ -48,16 +70,24 @@ openssl/ossl_x509name.c
openssl/ossl_x509req.c
openssl/ossl_x509revoked.c
openssl/ossl_x509store.c
-openssl/lib/openssl/buffering.rb
-pathname/pathname.c
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/pty.c
readline/readline.c
-ripper/ripper.c
ripper/lib
+ripper/ripper.c
+sdbm/init.c
socket
stringio/stringio.c
strscan/strscan.c
+syslog/syslog.c
+win32ole/lib
win32ole/win32ole.c
zlib/zlib.c
diff --git a/ext/socket/.document b/ext/socket/.document
index 636418d086..0216c5aa45 100644
--- a/ext/socket/.document
+++ b/ext/socket/.document
@@ -1,16 +1,16 @@
-init.c
-raddrinfo.c
+ancdata.c
basicsocket.c
+constants.c
+constdefs.c
+init.c
ipsocket.c
-tcpsocket.c
-tcpserver.c
+option.c
+raddrinfo.c
+socket.c
sockssocket.c
+tcpserver.c
+tcpsocket.c
udpsocket.c
-unixsocket.c
unixserver.c
-socket.c
-option.c
-ancdata.c
-constants.c
-constdefs.c
-lib/socket.rb
+unixsocket.c
+lib
diff --git a/lib/.document b/lib/.document
deleted file mode 100644
index 6cedb1677f..0000000000
--- a/lib/.document
+++ /dev/null
@@ -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
diff --git a/lib/cgi/.document b/lib/cgi/.document
deleted file mode 100644
index 4153f97aa5..0000000000
--- a/lib/cgi/.document
+++ /dev/null
@@ -1 +0,0 @@
-session.rb \ No newline at end of file
diff --git a/lib/rbconfig/.document b/lib/rbconfig/.document
new file mode 100644
index 0000000000..4cea83cd0e
--- /dev/null
+++ b/lib/rbconfig/.document
@@ -0,0 +1 @@
+# these files are obsolete
diff --git a/lib/rinda/.document b/lib/rinda/.document
deleted file mode 100644
index 598977af68..0000000000
--- a/lib/rinda/.document
+++ /dev/null
@@ -1,3 +0,0 @@
-rinda.rb
-ring.rb
-tuplespace.rb
diff --git a/lib/uri/.document b/lib/uri/.document
deleted file mode 100644
index 214dd2e48f..0000000000
--- a/lib/uri/.document
+++ /dev/null
@@ -1,7 +0,0 @@
-common.rb
-ftp.rb
-generic.rb
-http.rb
-https.rb
-ldap.rb
-mailto.rb
diff --git a/lib/xmlrpc/.document b/lib/xmlrpc/.document
deleted file mode 100644
index e475c53ed0..0000000000
--- a/lib/xmlrpc/.document
+++ /dev/null
@@ -1 +0,0 @@
-README.rdoc