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 2f39988511 * ext/psych/lib/psych/emitter.rb: removing unused file.
* ext/psych/lib/psych/json/tree_builder.rb: moving tree builder to an
  event based external class.
* ext/psych/lib/psych/tree_builder.rb: adding an end_stream event.
* ext/psych/lib/psych/visitors/json_tree.rb: using event based AST
  builder.
* ext/psych/lib/psych/visitors/yaml_tree.rb: using event based AST
  builder.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-05-16 23:50:23 +00:00
..
lib * ext/psych/lib/psych/emitter.rb: removing unused file. 2010-05-16 23:50:23 +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 (PSYCH_TRANSCODE): get rid of bare use of gcc 2010-05-11 00:53:16 +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