summaryrefslogtreecommitdiff
path: root/ext/syck
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-15 04:38:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-15 04:38:39 +0000
commit79133371e8abb1a7cbdd24b3c62ce04d7227c4b0 (patch)
tree26a8553d874d5eed6566d4a951146c44dd4c67e1 /ext/syck
parent36de1f6acbb66fba5bbe37fb119530e48060b7d6 (diff)
* ext/syck/MANIFEST, ext/syck/depend: new file.
* lib/yaml/rubytypes.rb: range of exponential floats. [ruby-core:02824] * test/yaml/test_yaml.rb: tests for strings start with colon and some round trip. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck')
-rw-r--r--ext/syck/MANIFEST1
-rw-r--r--ext/syck/depend10
2 files changed, 11 insertions, 0 deletions
diff --git a/ext/syck/MANIFEST b/ext/syck/MANIFEST
index bb126fa530..d1e7ef4e58 100644
--- a/ext/syck/MANIFEST
+++ b/ext/syck/MANIFEST
@@ -1,4 +1,5 @@
MANIFEST
+depend
extconf.rb
bytecode.c
emitter.c
diff --git a/ext/syck/depend b/ext/syck/depend
new file mode 100644
index 0000000000..05303cdf47
--- /dev/null
+++ b/ext/syck/depend
@@ -0,0 +1,10 @@
+handler.o: handler.c syck.h
+emitter.o: emitter.c syck.h
+implicit.o: implicit.c syck.h
+gram.o: gram.c syck.h
+bytecode.o: bytecode.c syck.h gram.h
+node.o: node.c syck.h
+syck.o: syck.c syck.h
+token.o: token.c syck.h gram.h
+yaml2byte.o: yaml2byte.c syck.h yamlbyte.h
+rubyext.o: rubyext.c syck.h