summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-02-09Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988SHIBATA Hiroshi
2016-01-08Add optional fallback return value parametertuexss
2015-11-14Add a failing test for line width #254Gleb Mazovetskiy
2015-09-12Merge pull request #245 from hsbt/remove-19-supportSHIBATA Hiroshi
2015-09-12fix comments for Ruby 1.9SHIBATA Hiroshi
2015-08-27Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano
2015-08-27removed Ruby 1.9 supportSHIBATA Hiroshi
2015-04-29Merge branch 'master' into jrubyAaron Patterson
2015-03-30add testfilialpails
2015-03-03Merge branch 'master' into jrubyAaron Patterson
2015-02-06fix minitest warningsAaron Patterson
2015-02-06* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson
2015-02-06* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson
2015-01-28* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withAaron Patterson
2015-01-17Fix anchorNobuyoshi Nakada
2015-01-17Fix assertion regexpsNobuyoshi Nakada
2015-01-15Only dump ivars for subclasses of Hash, not for Hash.Joe Eli McIlvain
2015-01-13Fix block chomping and add more testsJakub Jirutka
2015-01-12Use appropriate style for serialized stringsJakub Jirutka
2015-01-09Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter
2015-01-09Update to latest code from JRuby master.Charles Oliver Nutter
2015-01-08Merge branch 'master' into jirutka-patch-1Aaron Patterson
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashAaron Patterson
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarsAaron Patterson
2014-11-23backport r48512 from ruby/ruby trunk.SHIBATA Hiroshi
2014-11-02backport r48214 from ruby/ruby trunk.SHIBATA Hiroshi
2014-09-17Allow dumping any BasicObject that defines #marshal_dump or #marshal_loadSean Griffin
2014-08-29* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson
2014-08-29* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashAaron Patterson
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringsAaron Patterson
2014-08-16Don't quote scalar values beginning with non-ASCII characterJakub Jirutka
2014-08-05* ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility forAaron Patterson
2014-07-25backport r46948 from ruby/ruby trunk.SHIBATA Hiroshi
2014-06-26Manually reverted fa6aac2ab19762775fba78c264159efb4fcf3ecfSHIBATA Hiroshi
2014-06-05* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with aAaron Patterson
2014-05-25Revert "YAML::ENGINE was removed in [Bug #8344]"SHIBATA Hiroshi
2014-05-24YAML::ENGINE was removed in [Bug #8344]Zachary Scott
2014-02-28 * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping EncodingAaron Patterson
2014-02-18remove unused variablesSHIBATA Hiroshi
2014-01-08* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withAaron Patterson
2013-12-05Add failing test for Struct referencesPeter Suschlik
2013-11-26Enable YAML serialization of Ruby delegators and simple delegatorsSteve Richert
2013-11-26fix support for negative years.Aaron Patterson
2013-11-26fix regexp for matching TIME.Aaron Patterson
2013-11-05* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforeAaron Patterson
2013-10-29* ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldAaron Patterson
2013-09-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whenAaron Patterson
2013-08-28backport Tempfile.create so psych tests will run outside ruby trunkAaron Patterson
2013-08-28* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson