summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-13 06:13:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-13 06:13:24 +0000
commitc809670f784098c7745a9ba16c9ca247055383e2 (patch)
treea14194f86775b532a69425b9b0188f5c75f53a40
parentb77f3c6d2bebe7e313fdd5aba34c525d56f46680 (diff)
downloadruby-c809670f784098c7745a9ba16c9ca247055383e2.tar.gz
ruby-c809670f784098c7745a9ba16c9ca247055383e2.tar.xz
ruby-c809670f784098c7745a9ba16c9ca247055383e2.zip
merges r23988 from trunk into ruby_1_9_1.
-- Update ext/.document with extensions that appear to have documentation. Fixes #1738. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--ext/.document42
-rw-r--r--version.h2
3 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b74c4c05..67c014fcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-07 Eric Hodel <drbrain@segment7.net>
+
+ * ext/.document: Update with extensions that appear to have
+ documentation. [ruby-core:24181]
+
Tue Jul 7 10:12:37 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (rb_io_ext_int_to_encs): Set external encoding if
diff --git a/ext/.document b/ext/.document
index ecfad12c3..fb2f1c9f1 100644
--- a/ext/.document
+++ b/ext/.document
@@ -1,14 +1,56 @@
# Add files to this as they become documented
bigdecimal/bigdecimal.c
+bigdecimal/lib
+coverage/coverage.c
digest/digest.c
etc/etc.c
fcntl/fcntl.c
+gdbm/gdbm.c
iconv/iconv.c
io/wait/wait.c
+io/wait/lib
+json/ext/generator/generator.c
+json/ext/parser/parser.c
+json/lib
nkf/lib/kconv.rb
nkf/nkf.c
+openssl/ossl.c
+openssl/ossl_asn1.c
+openssl/ossl_bn.c
+openssl/ossl_cipher.c
+openssl/ossl_config.c
+openssl/ossl_digest.c
+openssl/ossl_engine.c
+openssl/ossl_hmac.c
+openssl/ossl_ns_spki.c
+openssl/ossl_ocsp.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
+openssl/ossl_pkey_ec.c
+openssl/ossl_pkey_rsa.c
+openssl/ossl_rand.c
+openssl/ossl_ssl.c
+openssl/ossl_ssl_session.c
+openssl/ossl_x509.c
+openssl/ossl_x509attr.c
+openssl/ossl_x509cert.c
+openssl/ossl_x509crl.c
+openssl/ossl_x509ext.c
+openssl/ossl_x509name.c
+openssl/ossl_x509req.c
+openssl/ossl_x509revoked.c
+openssl/ossl_x509store.c
+openssl/lib/openssl/buffering.rb
+pty/pty.c
+pty/lib
readline/readline.c
+ripper/ripper.c
+ripper/lib
socket/socket.c
stringio/stringio.c
strscan/strscan.c
diff --git a/version.h b/version.h
index 87a9bea34..6041a65e2 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_RELEASE_DATE "2009-07-12"
-#define RUBY_PATCHLEVEL 222
+#define RUBY_PATCHLEVEL 223
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1