summaryrefslogtreecommitdiff
path: root/lib/psych.rb
Commit message (Expand)AuthorAgeFilesLines
* bumping versionv2.0.6Aaron Patterson2014-09-131-1/+1
* merge from ruby trunkSHIBATA Hiroshi2014-04-131-1/+1
* bumping up versionv2.0.5Aaron Patterson2014-03-271-1/+1
* bumping versionv2.0.4Aaron Patterson2014-02-051-1/+1
* bumping to 2.0.3v2.0.3Aaron Patterson2014-02-041-1/+1
* fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby...SHIBATA Hiroshi2014-01-191-1/+1
* merging ruby trunkAaron Patterson2014-01-081-1/+1
* Psych.safe_load relies on ClassLoader without explicit dependencyBen Langfeld2013-12-191-0/+1
* bumping versionv2.0.2Aaron Patterson2013-11-261-1/+1
* bumping to 2.0.1v2.0.1Aaron Patterson2013-09-181-1/+1
* merge ruby/ruby@826df7f upstreamZachary Scott2013-07-181-5/+5
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-4/+53
* Merge pull request #131 from sheerun/fix/namingAaron Patterson2013-05-141-3/+3
|\
| * Do not use one-letter variablesAdam Stankiewicz2013-02-271-3/+3
* | * ext/psych/lib/psych/exception.rb: there should be only one exceptionAaron Patterson2013-04-051-6/+0
* | * lib/psych.rb: specify in rdoc what object is returned in parserZachary Scott2013-02-281-4/+4
* | * lib/psych.rb: rdoc for Psych overview by Adam StankiewiczZachary Scott2013-02-281-26/+147
|/
* * lib/psych.rb (Psych.load): Return value of Psych::SyntaxError.messageZachary Scott2013-01-031-3/+3
* merge changes from ruby trunkAaron Patterson2012-12-131-2/+2
* updating the version to 2.0Aaron Patterson2012-11-271-1/+1
* Changed comment in psych.rb to update new home page for libyamlCarolyn Ann2012-08-031-4/+6
* bumping the version to 1.3.4v1.3.4Aaron Patterson2012-07-301-1/+1
* bumping to 1.3.3v1.3.3Aaron Patterson2012-06-151-1/+1
* bumping up the versionv1.3.2Aaron Patterson2012-04-061-1/+1
* bumping to 1.3.1 in order to include warningv1.3.1Aaron Patterson2012-03-271-1/+1
* bumping to 1.3.0Aaron Patterson2012-03-271-1/+1
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading afterAaron Patterson2012-03-081-2/+4
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block isAaron Patterson2012-03-081-6/+34
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externalAaron Patterson2012-03-051-2/+2
* * ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson2011-12-061-12/+47
* * ext/psych/lib/psych.rb: remove autoload from psychAaron Patterson2011-11-211-3/+3
* * ext/psych/lib/psych.rb (load_file): make sure opened yaml files areAaron Patterson2011-11-161-1/+1
* updating manifest, bumping up to 1.2.2Aaron Patterson2011-10-031-1/+1
* Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson2011-10-031-3/+3
* sync with ruby coreAaron Patterson2011-10-031-1/+1
* rc1v1.2.2.rc1Aaron Patterson2011-10-031-1/+1
* bumping version numberv1.2.1Aaron Patterson2011-08-241-1/+1
* sync with ruby trunkAaron Patterson2011-07-291-0/+3
* bumping version and copying changelog from ruby corev1.2.0Aaron Patterson2011-06-091-1/+1
* increasing version numberAaron Patterson2011-05-131-1/+1
* merging from ruby trunkAaron Patterson2011-02-251-2/+3
* options are being used, :canonical and :indentation are supportedAaron Patterson2010-07-071-2/+20
* adding a json stream emitterAaron Patterson2010-05-221-1/+1
* adding yaml streaming apiAaron Patterson2010-05-191-0/+2
* setting the encoding twice is not allowedAaron Patterson2010-05-181-0/+3
* reusing Psych::TreeBuilder to our advantageAaron Patterson2010-05-161-0/+1
* removing unused codeAaron Patterson2010-04-241-1/+1
* adding support for deprecated "add_private_type" functionAaron Patterson2010-04-241-8/+0
* supporting add_ruby_typeAaron Patterson2010-04-231-2/+13
* merging from rubyAaron Patterson2010-04-231-10/+1