1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2004-05-15 04:38:39 +00:00
parent 36de1f6acb
commit 79133371e8
5 changed files with 47 additions and 21 deletions

10
ext/syck/depend Normal file
View file

@ -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