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 344b8bbd69 * ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-ascii
letters. Thanks @jirutka for the patch.

* test/psych/test_string.rb: test for change

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-01-08 22:25:31 +00:00
..
lib * ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-ascii 2015-01-08 22:25:31 +00:00
yaml * ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version to 2014-03-28 00:19:15 +00:00
.gitignore * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
depend * ext/-test-/debug/depend: New file. 2013-04-14 10:48:08 +00:00
extconf.rb * ext/psych/extconf.rb: added --enable-bundled-libyaml option. this 2012-11-29 06:54:53 +00:00
psych.c ext: protoize no-arguments functions 2014-10-04 23:09:32 +00:00
psych.gemspec * ext/psych/lib/psych.rb: bump version to 2.0.8 2014-12-05 13:43:13 +00:00
psych.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_emitter.c * ext/psych/lib/psych.rb: bump version to 2.0.8 2014-12-05 13:43:13 +00:00
psych_emitter.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_parser.c * ext/psych/lib/psych.rb: bump version to 2.0.8 2014-12-05 13:43:13 +00:00
psych_parser.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_to_ruby.c * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user 2013-05-14 17:26:41 +00:00
psych_to_ruby.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_yaml_tree.c * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_yaml_tree.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00