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 1ec93d92c7 * ext/psych/emitter.c (initialize): allow a configuration object to be
passed to the constructor so that mutation isn't required after
  instantiation.

* ext/psych/lib/psych/handler.rb: add configuration object

* ext/psych/lib/psych/visitors/emitter.rb: use configuration object if
  extra configuration is present.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-07-19 00:36:42 +00:00
..
lib * ext/psych/emitter.c (initialize): allow a configuration object to be 2012-07-19 00:36:42 +00:00
emitter.c * ext/psych/emitter.c (initialize): allow a configuration object to be 2012-07-19 00:36:42 +00:00
emitter.h
extconf.rb * ext/psych/extconf.rb: Use an exception instaed of bare abort. 2012-05-18 07:02:39 +00:00
parser.c * ext/psych/parser.c (transcode_string): fix encoding index names. 2012-05-17 16:29:39 +00:00
parser.h
psych.c
psych.gemspec * ext/psych/lib/psych.rb: bumping psych to 1.3.3 2012-06-15 16:29:55 +00:00
psych.h
to_ruby.c
to_ruby.h
yaml_tree.c
yaml_tree.h