summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-24bumping version numberAaron Patterson
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to beAaron Patterson
2011-08-17syncing with ruby trunkAaron Patterson
2011-07-29sync with ruby trunkAaron Patterson
2011-06-21fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19Aaron Patterson
2011-06-21merge from ruby trunkAaron Patterson
2011-06-09bumping version and copying changelog from ruby coreAaron 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-06-05merging from ruby trunkAaron Patterson
2011-05-13increasing version numberAaron Patterson
2011-05-13synching with ruby trunkAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-25add support for time strings whose timezone format is (+/-)hhmmGonçalo Silva
2011-02-25merging from ruby trunkAaron Patterson
2011-02-06merging from rubyAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-07-07line width option is passed to emitterAaron Patterson
2010-07-07preferred line width may be setAaron Patterson
2010-07-07dump options can include header and versionAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson
2010-07-07merging from rubyAaron Patterson
2010-07-05merging changes from rubyAaron Patterson
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix theAaron Patterson
2010-05-22adding a json stream emitterAaron Patterson
2010-05-19adding yaml streaming apiAaron Patterson
2010-05-18setting the encoding twice is not allowedAaron Patterson
2010-05-18adding UTF-16 and UTF-16+BOM supportAaron Patterson
2010-05-16removing unused fileAaron 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-05-03merging from rubyAaron Patterson
2010-04-24adding deprecated method "tagurize"Aaron Patterson
2010-04-24removing unused codeAaron Patterson
2010-04-24adding support for deprecated "add_private_type" functionAaron Patterson
2010-04-23supporting add_ruby_typeAaron Patterson
2010-04-23merging from rubyAaron 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-09adding deprecation warningsAaron Patterson
2010-04-09implementing some deprecated api methodsAaron Patterson
2010-04-09merging from ruby to psychAaron Patterson
2010-03-29Fix problem with empty and white-space only strings. Add test.Peter McLain
2010-03-29Fixed typos in commentsPeter McLain
2010-03-28making sure psych defines to_yaml on objectAaron Patterson
2010-03-28* lib/psych/core_ext.rb: adding Kernel#yAaron Patterson