summaryrefslogtreecommitdiff
path: root/lib/psych/visitors/yaml_tree.rb
AgeCommit message (Expand)Author
2013-07-18merge ruby/ruby@826df7f upstreamZachary Scott
2013-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects soAaron Patterson
2013-07-05merging from ruby trunkAaron Patterson
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-04-05Merge pull request #122 from tjwallace/fix_coder_emit_hashAaron Patterson
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: change output referenceAaron Patterson
2013-01-30Fix case when map includes a symbol key in #emit_coderJeff Wallace
2013-01-06Changed Psych::Visitors::YAMLTree.binary?(string).Paul Kunysch
2012-12-08Strings that start with non-word characters should double quote without excla...Alex Tambellini
2012-11-16Merge pull request #97 from atambo/masterAaron Patterson
2012-10-28Use literal style when emitting multiline strings, fixes #64Alex Tambellini
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson
2012-07-13From yaml, register a newly created String with aliases. To yaml, register S...Joe Rafaniello
2012-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference toAaron Patterson
2012-01-17* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson
2012-01-17syncing with ruby trunkAaron Patterson
2011-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredAaron Patterson
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,Aaron Patterson
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can beAaron Patterson
2011-10-031.9.2 compatibilityAaron Patterson
2011-09-01Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson
2011-06-08fixing Hash subclass dump and load support. fixes #14Aaron Patterson
2011-06-08adding module serialization supportAaron Patterson
2011-06-08ruby classes can round tripAaron Patterson
2011-05-13synching with ruby trunkAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-25merging from ruby trunkAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-07-07preferred line width may be setAaron Patterson
2010-07-07dump options can include header and versionAaron Patterson
2010-07-07merging from rubyAaron Patterson
2010-07-05merging changes from rubyAaron Patterson
2010-05-19adding yaml streaming apiAaron Patterson
2010-05-16reusing Psych::TreeBuilder to our advantageAaron Patterson
2010-05-16using factory methods for tree buildingAaron Patterson
2010-05-15using factory methods for node creationAaron Patterson
2010-05-03using factory methods for building ASTAaron Patterson
2010-04-24removing unused codeAaron Patterson
2010-04-16binary strings should be dumped with literal formattingAaron Patterson
2010-04-16ignoring to_yaml_properties defined by syckAaron Patterson
2010-04-16merging from rubyAaron Patterson
2010-04-09implementing some deprecated api methodsAaron Patterson
2010-03-25adding dump stream and load streamAaron Patterson
2010-03-23adding tests and fixing bugs with ruby symbols. thanks Peter McLain!Aaron Patterson
2010-03-22cleaning up warnings in 1.9.2Aaron Patterson
2010-03-16Display timezone with leading zeroLeonard Chin
2010-03-16Format positive timezone offsets correctly.Leonard Chin
2010-02-20yaml as sequence is workingAaron Patterson