summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bumping versionv2.0.6Aaron Patterson2014-09-131-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson2014-08-291-0/+19
* * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson2014-08-291-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashAaron Patterson2014-08-291-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringsAaron Patterson2014-08-292-1/+6
* Retain reference to target in Registrar so a GC run can't confuse ongoing ser...Mark J. Titorenko2014-08-061-0/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility forAaron Patterson2014-08-051-0/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with aAaron Patterson2014-06-051-1/+5
* merge from ruby trunkSHIBATA Hiroshi2014-04-131-1/+1
* bumping up versionv2.0.5Aaron Patterson2014-03-271-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping EncodingAaron Patterson2014-02-282-0/+7
* 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
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withAaron Patterson2014-01-081-1/+1
* merging ruby trunkAaron Patterson2014-01-082-2/+2
* Psych.safe_load relies on ClassLoader without explicit dependencyBen Langfeld2013-12-191-0/+1
* Fix references for anonymous structsPeter Suschlik2013-12-051-1/+3
* bumping versionv2.0.2Aaron Patterson2013-11-261-1/+1
* fix support for negative years.Aaron Patterson2013-11-262-3/+7
* fix regexp for matching TIME.Aaron Patterson2013-11-261-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforeAaron Patterson2013-11-051-9/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: make less garbage whenAaron Patterson2013-10-291-7/+11
* * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldAaron Patterson2013-10-291-2/+3
* bumping to 2.0.1v2.0.1Aaron Patterson2013-09-181-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whenAaron Patterson2013-09-051-0/+2
* * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson2013-08-281-1/+1
* merge ruby/ruby@826df7f upstreamZachary Scott2013-07-184-8/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects soAaron Patterson2013-07-051-1/+1
* merging from ruby trunkAaron Patterson2013-07-051-0/+9
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-1412-53/+253
* Merge pull request #131 from sheerun/fix/namingAaron Patterson2013-05-141-3/+3
|\
| * Do not use one-letter variablesAdam Stankiewicz2013-02-271-3/+3
* | Merge pull request #122 from tjwallace/fix_coder_emit_hashAaron Patterson2013-04-051-1/+1
|\ \
| * | Fix case when map includes a symbol key in #emit_coderJeff Wallace2013-01-301-1/+1
* | | * ext/psych/lib/psych/exception.rb: there should be only one exceptionAaron Patterson2013-04-054-10/+11
* | | * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registerAaron Patterson2013-04-051-7/+17
* | | * 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/y.rb: Document Kernel#y [Github Fixes #127]Zachary Scott2013-02-161-0/+2
* | * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson2013-02-071-9/+8
* | * ext/psych/lib/psych/visitors/yaml_tree.rb: change output referenceAaron Patterson2013-02-071-5/+29
|/
* * ext/psych/lib/psych/scalar_scanner.rb: use constants rather thanAaron Patterson2013-01-161-3/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thatAaron Patterson2013-01-111-6/+20
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson2013-01-091-1/+1
* Changed Psych::Visitors::YAMLTree.binary?(string).Paul Kunysch2013-01-061-2/+3
* * lib/psych.rb (Psych.load): Return value of Psych::SyntaxError.messageZachary Scott2013-01-031-3/+3
* Merge branch 'master' into nirvdrum-speed_up_node_mappingAaron Patterson2012-12-179-30/+103
|\
| * merge changes from ruby trunkAaron Patterson2012-12-131-2/+2
| * Merge branch 'embed'Aaron Patterson2012-12-131-1/+1
| |\