aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/psych/lib/psych.rb (renamed from lib/psych.rb)0
-rw-r--r--ext/psych/lib/psych/coder.rb (renamed from lib/psych/coder.rb)0
-rw-r--r--ext/psych/lib/psych/core_ext.rb (renamed from lib/psych/core_ext.rb)0
-rw-r--r--ext/psych/lib/psych/emitter.rb (renamed from lib/psych/emitter.rb)0
-rw-r--r--ext/psych/lib/psych/handler.rb (renamed from lib/psych/handler.rb)0
-rw-r--r--ext/psych/lib/psych/nodes.rb (renamed from lib/psych/nodes.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/alias.rb (renamed from lib/psych/nodes/alias.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/document.rb (renamed from lib/psych/nodes/document.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/mapping.rb (renamed from lib/psych/nodes/mapping.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/node.rb (renamed from lib/psych/nodes/node.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/scalar.rb (renamed from lib/psych/nodes/scalar.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/sequence.rb (renamed from lib/psych/nodes/sequence.rb)0
-rw-r--r--ext/psych/lib/psych/nodes/stream.rb (renamed from lib/psych/nodes/stream.rb)0
-rw-r--r--ext/psych/lib/psych/omap.rb (renamed from lib/psych/omap.rb)0
-rw-r--r--ext/psych/lib/psych/parser.rb (renamed from lib/psych/parser.rb)0
-rw-r--r--ext/psych/lib/psych/scalar_scanner.rb (renamed from lib/psych/scalar_scanner.rb)0
-rw-r--r--ext/psych/lib/psych/set.rb (renamed from lib/psych/set.rb)0
-rw-r--r--ext/psych/lib/psych/tree_builder.rb (renamed from lib/psych/tree_builder.rb)0
-rw-r--r--ext/psych/lib/psych/visitors.rb (renamed from lib/psych/visitors.rb)0
-rw-r--r--ext/psych/lib/psych/visitors/emitter.rb (renamed from lib/psych/visitors/emitter.rb)0
-rw-r--r--ext/psych/lib/psych/visitors/json_tree.rb (renamed from lib/psych/visitors/json_tree.rb)0
-rw-r--r--ext/psych/lib/psych/visitors/to_ruby.rb (renamed from lib/psych/visitors/to_ruby.rb)0
-rw-r--r--ext/psych/lib/psych/visitors/visitor.rb (renamed from lib/psych/visitors/visitor.rb)0
-rw-r--r--ext/psych/lib/psych/visitors/yaml_tree.rb (renamed from lib/psych/visitors/yaml_tree.rb)0
25 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fbca60a39..2381f2a9a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 30 19:46:00 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/psych/lib: moved external library dependent files from lib.
+ [ruby-core:29129]
+
Tue Mar 30 18:25:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_dirname): split from rb_file_s_dirname.
diff --git a/lib/psych.rb b/ext/psych/lib/psych.rb
index c14259373a..c14259373a 100644
--- a/lib/psych.rb
+++ b/ext/psych/lib/psych.rb
diff --git a/lib/psych/coder.rb b/ext/psych/lib/psych/coder.rb
index 79e46dab1b..79e46dab1b 100644
--- a/lib/psych/coder.rb
+++ b/ext/psych/lib/psych/coder.rb
diff --git a/lib/psych/core_ext.rb b/ext/psych/lib/psych/core_ext.rb
index bd22219c07..bd22219c07 100644
--- a/lib/psych/core_ext.rb
+++ b/ext/psych/lib/psych/core_ext.rb
diff --git a/lib/psych/emitter.rb b/ext/psych/lib/psych/emitter.rb
index b06ad3ac49..b06ad3ac49 100644
--- a/lib/psych/emitter.rb
+++ b/ext/psych/lib/psych/emitter.rb
diff --git a/lib/psych/handler.rb b/ext/psych/lib/psych/handler.rb
index bfc62d701f..bfc62d701f 100644
--- a/lib/psych/handler.rb
+++ b/ext/psych/lib/psych/handler.rb
diff --git a/lib/psych/nodes.rb b/ext/psych/lib/psych/nodes.rb
index 9e5946daa9..9e5946daa9 100644
--- a/lib/psych/nodes.rb
+++ b/ext/psych/lib/psych/nodes.rb
diff --git a/lib/psych/nodes/alias.rb b/ext/psych/lib/psych/nodes/alias.rb
index 5bd4df13d1..5bd4df13d1 100644
--- a/lib/psych/nodes/alias.rb
+++ b/ext/psych/lib/psych/nodes/alias.rb
diff --git a/lib/psych/nodes/document.rb b/ext/psych/lib/psych/nodes/document.rb
index 32014d60dc..32014d60dc 100644
--- a/lib/psych/nodes/document.rb
+++ b/ext/psych/lib/psych/nodes/document.rb
diff --git a/lib/psych/nodes/mapping.rb b/ext/psych/lib/psych/nodes/mapping.rb
index 5ba95ce4b6..5ba95ce4b6 100644
--- a/lib/psych/nodes/mapping.rb
+++ b/ext/psych/lib/psych/nodes/mapping.rb
diff --git a/lib/psych/nodes/node.rb b/ext/psych/lib/psych/nodes/node.rb
index 0de768c7ac..0de768c7ac 100644
--- a/lib/psych/nodes/node.rb
+++ b/ext/psych/lib/psych/nodes/node.rb
diff --git a/lib/psych/nodes/scalar.rb b/ext/psych/lib/psych/nodes/scalar.rb
index 1b1b25b98a..1b1b25b98a 100644
--- a/lib/psych/nodes/scalar.rb
+++ b/ext/psych/lib/psych/nodes/scalar.rb
diff --git a/lib/psych/nodes/sequence.rb b/ext/psych/lib/psych/nodes/sequence.rb
index e4b833d330..e4b833d330 100644
--- a/lib/psych/nodes/sequence.rb
+++ b/ext/psych/lib/psych/nodes/sequence.rb
diff --git a/lib/psych/nodes/stream.rb b/ext/psych/lib/psych/nodes/stream.rb
index f4aab5a7dc..f4aab5a7dc 100644
--- a/lib/psych/nodes/stream.rb
+++ b/ext/psych/lib/psych/nodes/stream.rb
diff --git a/lib/psych/omap.rb b/ext/psych/lib/psych/omap.rb
index 6286270616..6286270616 100644
--- a/lib/psych/omap.rb
+++ b/ext/psych/lib/psych/omap.rb
diff --git a/lib/psych/parser.rb b/ext/psych/lib/psych/parser.rb
index 0e38a4ae7d..0e38a4ae7d 100644
--- a/lib/psych/parser.rb
+++ b/ext/psych/lib/psych/parser.rb
diff --git a/lib/psych/scalar_scanner.rb b/ext/psych/lib/psych/scalar_scanner.rb
index bee88de419..bee88de419 100644
--- a/lib/psych/scalar_scanner.rb
+++ b/ext/psych/lib/psych/scalar_scanner.rb
diff --git a/lib/psych/set.rb b/ext/psych/lib/psych/set.rb
index 6793a8ed1b..6793a8ed1b 100644
--- a/lib/psych/set.rb
+++ b/ext/psych/lib/psych/set.rb
diff --git a/lib/psych/tree_builder.rb b/ext/psych/lib/psych/tree_builder.rb
index 2b16290b8f..2b16290b8f 100644
--- a/lib/psych/tree_builder.rb
+++ b/ext/psych/lib/psych/tree_builder.rb
diff --git a/lib/psych/visitors.rb b/ext/psych/lib/psych/visitors.rb
index 10ac4ce270..10ac4ce270 100644
--- a/lib/psych/visitors.rb
+++ b/ext/psych/lib/psych/visitors.rb
diff --git a/lib/psych/visitors/emitter.rb b/ext/psych/lib/psych/visitors/emitter.rb
index 0768fbb528..0768fbb528 100644
--- a/lib/psych/visitors/emitter.rb
+++ b/ext/psych/lib/psych/visitors/emitter.rb
diff --git a/lib/psych/visitors/json_tree.rb b/ext/psych/lib/psych/visitors/json_tree.rb
index 0440dc778d..0440dc778d 100644
--- a/lib/psych/visitors/json_tree.rb
+++ b/ext/psych/lib/psych/visitors/json_tree.rb
diff --git a/lib/psych/visitors/to_ruby.rb b/ext/psych/lib/psych/visitors/to_ruby.rb
index 2790cdeb3d..2790cdeb3d 100644
--- a/lib/psych/visitors/to_ruby.rb
+++ b/ext/psych/lib/psych/visitors/to_ruby.rb
diff --git a/lib/psych/visitors/visitor.rb b/ext/psych/lib/psych/visitors/visitor.rb
index ccd8c3bd55..ccd8c3bd55 100644
--- a/lib/psych/visitors/visitor.rb
+++ b/ext/psych/lib/psych/visitors/visitor.rb
diff --git a/lib/psych/visitors/yaml_tree.rb b/ext/psych/lib/psych/visitors/yaml_tree.rb
index e1e89a0d41..e1e89a0d41 100644
--- a/lib/psych/visitors/yaml_tree.rb
+++ b/ext/psych/lib/psych/visitors/yaml_tree.rb