1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych
tenderlove 4ed82ae5cb * ext/psych/lib/psych/streaming.rb: refactor streaming methods to a
module.
* ext/psych/lib/psych/stream.rb: extracted streaming specific methods
  to a module.
* ext/psych/lib/psych/json/stream.rb: JSON stream inherits from
  JSONTree and includes streaming methods.
* ext/psych/lib/psych/visitors/json_tree.rb: JSON does not support
  object references, so remove object reference testing when building
  JSON trees.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-02-21 18:09:38 +00:00
..
lib * ext/psych/lib/psych/streaming.rb: refactor streaming methods to a 2011-02-21 18:09:38 +00:00
emitter.c * ext/psych/emitter.c (line_width, set_line_width): preferred line may 2010-07-08 16:02:26 +00:00
emitter.h
extconf.rb
parser.c reverting r30628 since this seems like a bug in libyaml 2011-01-22 22:43:41 +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