summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * updating the version to 2.0Aaron Patterson2012-11-271-1/+1
| * | Strings that start with non-word characters should double quote without excla...Alex Tambellini2012-12-081-0/+3
| |/
| * Merge pull request #95 from stomar/doc_deprecatedZachary Scott2012-11-241-0/+1
| |\
| | * * lib/psych/deprecated.rb (load_documents): document deprecationMarcus Stollsteimer2012-10-201-0/+1
| * | Merge pull request #97 from atambo/masterAaron Patterson2012-11-161-2/+5
| |\ \
| | * | Use literal style when emitting multiline strings, fixes #64Alex Tambellini2012-10-281-2/+5
| * | | * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whenAaron Patterson2012-11-161-13/+21
| * | | * ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it canAaron Patterson2012-11-162-8/+8
| * | | * ext/psych/lib/psych/handlers/recorder.rb: added a class forAaron Patterson2012-10-282-0/+52
| * | | * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson2012-10-271-0/+1
| * | | * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson2012-10-271-1/+1
| |/ /