ruby--ruby/ext/psych
tenderlove 6cfcb9d936 * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit and
adding deprecation warnings.
* ext/psych/lib/psych/visitors/to_ruby.rb: supporting deprecated
  yaml_initialize api.
* ext/psych/lib/psych/visitors/yaml_tree.rb: supporting deprecated
  to_yaml api.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-04-09 20:33:21 +00:00
..
lib * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit and 2010-04-09 20:33:21 +00:00
emitter.c * ext/psych/*.c: not executable. 2010-04-08 06:32:08 +00:00
emitter.h
extconf.rb * ext/psych/extconf.rb: install psych .so to not psych/ but direct. 2010-03-30 12:21:55 +00:00
parser.c * ext/psych/parser.c: parse raises a TypeError when nil is passed in. 2010-04-09 16:09:55 +00:00
parser.h
psych.c * ext/psych/*.c: not executable. 2010-04-08 06:32:08 +00:00
psych.h
to_ruby.c
to_ruby.h
yaml_tree.c
yaml_tree.h