ruby/ext/psych
hsbt 4a14d94418 * ext/psych/*: merge psych master(8737e5b). It contains following fixes.
https://github.com/tenderlove/psych/pull/242
  https://github.com/tenderlove/psych/pull/246 [ruby-list:50219]
* test/psych/*: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-09-02 09:50:00 +00:00
..
lib * ext/psych/*: merge psych master(8737e5b). It contains following fixes. 2015-09-02 09:50:00 +00:00
yaml * ext/psych/lib/psych.rb: bump psych version. 2015-02-17 18:17:46 +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/*: update to Psych 2.0.14 2015-08-21 17:55:23 +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/*: merge psych master(8737e5b). It contains following fixes. 2015-09-02 09:50:00 +00:00
psych_emitter.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_parser.c psych: allocate structs with wrapper 2015-05-29 05:44:01 +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