aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix syntax error.tenderlove2013-05-151-1/+1
* yaml_tree.rb: fix warning messagenobu2013-05-151-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: only emit warnings whentenderlove2013-05-151-1/+3
* * ext/psych/lib/psych/visitors/yaml_tree.rb: adding backwardstenderlove2013-05-141-0/+7
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-1412-53/+253
* changing variable nametenderlove2013-05-141-3/+3
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove2013-04-051-1/+1
* * ext/psych/lib/psych/exception.rb: there should be only one exceptiontenderlove2013-04-054-10/+11
* * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove2013-04-051-7/+17
* * lib/psych.rb: specify in rdoc what object is returned in parserzzak2013-03-011-4/+4
* * ext/psych/lib/psych.rb: rdoc for Psych overview by Adam Stankiewiczzzak2013-02-281-26/+147
* * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewiczzzak2013-02-161-0/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove2013-02-071-9/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: change output referencetenderlove2013-02-071-5/+29
* * ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove2013-01-171-3/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove2013-01-121-6/+20
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove2013-01-091-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove2013-01-091-2/+3
* * ext/psych/lib/psych.rb (Psych.load): Return value ofzzak2013-01-031-3/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping sotenderlove2012-12-171-35/+37
* * ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove2012-12-131-0/+3
* * remove trailing spaces.nobu2012-12-051-2/+2
* * ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove2012-11-282-1/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove2012-11-171-2/+5
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove2012-11-171-13/+21
* * ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove2012-11-172-8/+8
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-292-0/+52
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove2012-10-281-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove2012-10-281-1/+1
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-221-1/+4
* * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove2012-10-221-2/+4
* * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove2012-10-221-1/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove2012-10-221-3/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-1/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-1/+1
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-221-4/+6
* * ext/psych/lib/psych.rb: updated to released version.tenderlove2012-07-311-1/+1
* * ext/psych/emitter.c (initialize): allow a configuration object to betenderlove2012-07-192-4/+26
* * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove2012-07-162-1/+2
* * ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove2012-06-151-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove2012-05-151-2/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove2012-05-151-0/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference totenderlove2012-05-151-0/+2
* * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should nottenderlove2012-04-291-2/+2
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-071-1/+1
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-272-2/+2
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-2/+4
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-082-6/+56
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove2012-03-051-0/+2
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-2/+2