ruby-changes:26424
From: zzak <ko1@a...>
Date: Thu, 20 Dec 2012 01:04:21 +0900 (JST)
Subject: [ruby-changes:26424] zzak:r38475 (trunk): * ext/.document: Add missing ext modules to .document
zzak 2012-12-20 01:04:11 +0900 (Thu, 20 Dec 2012) New Revision: 38475 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38475 Log: * ext/.document: Add missing ext modules to .document Patch by Ryunosuke SATO [Fixes Github #224] Modified files: trunk/ChangeLog trunk/ext/.document Index: ChangeLog =================================================================== --- ChangeLog (revision 38474) +++ ChangeLog (revision 38475) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Dec 20 01:03:00 2012 Zachary Scott <zachary@zacharyscott> + + * ext/.document: Add missing ext modules to .document + Patch by Ryunosuke SATO [Fixes Github #224] + Wed Dec 19 23:52:16 2012 NAKAMURA Usaku <usa@r...> * ruby.c (load_file_internal): use original C string as the filename Index: ext/.document =================================================================== --- ext/.document (revision 38474) +++ ext/.document (revision 38475) @@ -2,6 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/.document#L2 bigdecimal/bigdecimal.c bigdecimal/lib +continuation/continuation.c coverage/coverage.c curses/curses.c date/date_core.c @@ -21,6 +22,7 @@ dl/lib https://github.com/ruby/ruby/blob/trunk/ext/.document#L22 dl/win32/lib etc/etc.c fcntl/fcntl.c +fiber/fiber.c fiddle/closure.c fiddle/conversions.c fiddle/fiddle.c @@ -37,12 +39,15 @@ io/wait/wait.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L39 json/ext/generator/generator.c json/ext/parser/parser.c json/lib +mathn/complex/complex.c +mathn/rational/rational.c nkf/lib nkf/nkf.c objspace/objspace.c openssl/lib openssl/ossl.c openssl/ossl_asn1.c +openssl/ossl_bio.c openssl/ossl_bn.c openssl/ossl_cipher.c openssl/ossl_config.c @@ -81,7 +86,9 @@ psych/to_ruby.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L86 psych/yaml_tree.c pty/lib pty/pty.c +racc/cparse/cparse.c readline/readline.c +refinement/refinement.c ripper/lib ripper/ripper.c sdbm/init.c -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/