* ext/.document: Add missing ext modules to .document
Patch by Ryunosuke SATO [Fixes Github #224] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e446378ad0
commit
bfa7a49d31
@ -1,3 +1,8 @@
|
|||||||
|
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@ruby-lang.org>
|
Wed Dec 19 23:52:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* ruby.c (load_file_internal): use original C string as the filename
|
* ruby.c (load_file_internal): use original C string as the filename
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
bigdecimal/bigdecimal.c
|
bigdecimal/bigdecimal.c
|
||||||
bigdecimal/lib
|
bigdecimal/lib
|
||||||
|
continuation/continuation.c
|
||||||
coverage/coverage.c
|
coverage/coverage.c
|
||||||
curses/curses.c
|
curses/curses.c
|
||||||
date/date_core.c
|
date/date_core.c
|
||||||
@ -21,6 +22,7 @@ dl/lib
|
|||||||
dl/win32/lib
|
dl/win32/lib
|
||||||
etc/etc.c
|
etc/etc.c
|
||||||
fcntl/fcntl.c
|
fcntl/fcntl.c
|
||||||
|
fiber/fiber.c
|
||||||
fiddle/closure.c
|
fiddle/closure.c
|
||||||
fiddle/conversions.c
|
fiddle/conversions.c
|
||||||
fiddle/fiddle.c
|
fiddle/fiddle.c
|
||||||
@ -37,12 +39,15 @@ 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
|
||||||
|
mathn/complex/complex.c
|
||||||
|
mathn/rational/rational.c
|
||||||
nkf/lib
|
nkf/lib
|
||||||
nkf/nkf.c
|
nkf/nkf.c
|
||||||
objspace/objspace.c
|
objspace/objspace.c
|
||||||
openssl/lib
|
openssl/lib
|
||||||
openssl/ossl.c
|
openssl/ossl.c
|
||||||
openssl/ossl_asn1.c
|
openssl/ossl_asn1.c
|
||||||
|
openssl/ossl_bio.c
|
||||||
openssl/ossl_bn.c
|
openssl/ossl_bn.c
|
||||||
openssl/ossl_cipher.c
|
openssl/ossl_cipher.c
|
||||||
openssl/ossl_config.c
|
openssl/ossl_config.c
|
||||||
@ -81,7 +86,9 @@ psych/to_ruby.c
|
|||||||
psych/yaml_tree.c
|
psych/yaml_tree.c
|
||||||
pty/lib
|
pty/lib
|
||||||
pty/pty.c
|
pty/pty.c
|
||||||
|
racc/cparse/cparse.c
|
||||||
readline/readline.c
|
readline/readline.c
|
||||||
|
refinement/refinement.c
|
||||||
ripper/lib
|
ripper/lib
|
||||||
ripper/ripper.c
|
ripper/ripper.c
|
||||||
sdbm/init.c
|
sdbm/init.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user