[前][次][番号順一覧][スレッド一覧]

ruby-changes:46329

From: kazu <ko1@a...>
Date: Sat, 22 Apr 2017 11:04:41 +0900 (JST)
Subject: [ruby-changes:46329] kazu:r58443 (trunk): Remove nonexistent files and rename some files

kazu	2017-04-22 11:04:35 +0900 (Sat, 22 Apr 2017)

  New Revision: 58443

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58443

  Log:
    Remove nonexistent files and rename some files

  Modified files:
    trunk/ext/.document
Index: ext/.document
===================================================================
--- ext/.document	(revision 58442)
+++ ext/.document	(revision 58443)
@@ -13,12 +13,6 @@ digest/md5/md5init.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L13
 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
 fiber/fiber.c
@@ -29,17 +23,13 @@ fiddle/function.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L23
 fiddle/pointer.c
 fiddle/handle.c
 fiddle/lib
-fiddle/win32/lib
 gdbm/gdbm.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/generator/generator.c
 json/lib
-mathn/complex/complex.c
-mathn/rational/rational.c
+json/parser/parser.c
 nkf/lib
 nkf/nkf.c
 objspace/objspace.c
@@ -79,12 +69,12 @@ openssl/ossl_x509revoked.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L69
 openssl/ossl_x509store.c
 pathname/lib
 pathname/pathname.c
-psych/emitter.c
 psych/lib
-psych/parser.c
 psych/psych.c
-psych/to_ruby.c
-psych/yaml_tree.c
+psych/psych_emitter.c
+psych/psych_parser.c
+psych/psych_to_ruby.c
+psych/psych_yaml_tree.c
 pty/lib
 pty/pty.c
 racc/cparse/cparse.c
@@ -97,7 +87,6 @@ stringio/stringio.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L87
 strscan/strscan.c
 syslog/syslog.c
 syslog/lib
-thread/thread.c
 win32ole/lib
 win32ole/*.c
 zlib/zlib.c

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]