summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-30Fix case when map includes a symbol key in #emit_coderJeff Wallace
2013-01-16* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thanAaron Patterson
2013-01-11* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thatAaron Patterson
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson
2013-01-06Changed Psych::Visitors::YAMLTree.binary?(string).Paul Kunysch
2013-01-03* lib/psych.rb (Psych.load): Return value of Psych::SyntaxError.messageZachary Scott
2012-12-17Merge branch 'master' into nirvdrum-speed_up_node_mappingAaron Patterson
2012-12-13merge changes from ruby trunkAaron Patterson
2012-12-13Merge branch 'embed'Aaron Patterson
2012-12-08Strings that start with non-word characters should double quote without excla...Alex Tambellini
2012-11-27updating the version to 2.0Aaron Patterson
2012-11-24Merge pull request #95 from stomar/doc_deprecatedZachary Scott
2012-11-16Merge pull request #97 from atambo/masterAaron Patterson
2012-11-16* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whenAaron Patterson
2012-11-16* ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it canAaron Patterson
2012-10-28* ext/psych/lib/psych/handlers/recorder.rb: added a class forAaron Patterson
2012-10-28Use literal style when emitting multiline strings, fixes #64Alex Tambellini
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson
2012-10-22Psych::SyntaxError now inherits from RuntimeErrorEric Hodel
2012-10-20* lib/psych/deprecated.rb (load_documents): document deprecationMarcus Stollsteimer
2012-10-12Restructured node mapping so common cases are evaluated first, saving unneces...Kevin Menard
2012-10-12Cache symbols while tokenizing.Kevin Menard
2012-10-02Updated the RegExp to catch Strings earlier in the tokenization process.Kevin Menard
2012-10-01Handle nil tags specially to avoid slow method_missing calls.Kevin Menard
2012-09-11Ignore bad timestamps. #82.Rhett Sutphin
2012-09-07Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds
2012-08-03Changed comment in psych.rb to update new home page for libyamlCarolyn Ann
2012-07-30bumping the version to 1.3.4Aaron Patterson
2012-07-18* ext/psych/emitter.c (initialize): allow a configuration object to beAaron Patterson
2012-07-13From yaml, register a newly created String with aliases. To yaml, register S...Joe Rafaniello
2012-06-15bumping to 1.3.3Aaron Patterson
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringAaron Patterson
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps toAaron Patterson
2012-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference toAaron Patterson
2012-04-29* ext/psych/lib/psych/json/yaml_events.rb: implicit styles should notAaron 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-23add missing #warn in #init_with for #yaml_initialize deprecationBenoit Daloze
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/core_ext.rb: only extend Kernel if IRB is loadedAaron Patterson
2012-03-05* ext/psych/lib/psych.rb: default open YAML files with utf8 externalAaron Patterson
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson
2012-01-17* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson
2012-01-17syncing with ruby trunkAaron Patterson
2011-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredAaron Patterson
2011-12-17* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson