summaryrefslogtreecommitdiff
path: root/lib/psych.rb
AgeCommit message (Expand)Author
2012-07-30bumping the version to 1.3.4Aaron Patterson
2012-06-15bumping to 1.3.3Aaron Patterson
2012-04-06bumping up the versionAaron Patterson
2012-03-27bumping to 1.3.1 in order to include warningAaron Patterson
2012-03-27bumping to 1.3.0Aaron Patterson
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading afterAaron Patterson
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block isAaron Patterson
2012-03-05* ext/psych/lib/psych.rb: default open YAML files with utf8 externalAaron Patterson
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychAaron Patterson
2011-11-16* ext/psych/lib/psych.rb (load_file): make sure opened yaml files areAaron Patterson
2011-10-03updating manifest, bumping up to 1.2.2Aaron Patterson
2011-10-03Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson
2011-10-03sync with ruby coreAaron Patterson
2011-10-03rc1Aaron Patterson
2011-08-24bumping version numberAaron Patterson
2011-07-29sync with ruby trunkAaron Patterson
2011-06-09bumping version and copying changelog from ruby coreAaron Patterson
2011-05-13increasing version numberAaron Patterson
2011-02-25merging from ruby trunkAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron 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-16reusing Psych::TreeBuilder to our advantageAaron 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-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-26commenting our core extention removalAaron Patterson
2010-03-25adding dump stream and load streamAaron Patterson
2010-03-22adding more syck compatible methodsAaron Patterson
2010-03-22fixing and deprecating load_documentsAaron Patterson
2010-03-22testing parse_fileAaron Patterson
2010-03-22adding support for add_builtin_type. fixes GH #1Aaron Patterson
2010-02-17adding basic json supportAaron Patterson
2010-02-05using a file handle for faster readingAaron Patterson
2010-02-04adding load_file methodAaron Patterson
2010-01-26classes can be emitted as scalar and mapAaron Patterson
2010-01-26coder can muck with the mapping outputAaron Patterson
2010-01-16removing stuffAaron Patterson
2010-01-16more docsAaron Patterson
2010-01-16more docs!Aaron Patterson
2010-01-09adding encoding support checksAaron Patterson
2010-01-05refactoring constantsAaron Patterson
2010-01-04testing scalar encoding supprtAaron Patterson