summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
AgeCommit message (Expand)Author
2015-02-06* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson
2015-02-06* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson
2015-01-28* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withAaron Patterson
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashAaron Patterson
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarsAaron Patterson
2014-11-22Add changelog for 2a4d9568f7d5d19c00231cf48eb855cc45ec3394Zachary Scott
2014-08-29* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson
2014-08-29* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashAaron Patterson
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringsAaron Patterson
2014-08-05* ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility forAaron Patterson
2014-06-26Manually reverted fa6aac2ab19762775fba78c264159efb4fcf3ecfSHIBATA Hiroshi
2014-06-05* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with aAaron Patterson
2014-05-25Revert "YAML::ENGINE was removed in [Bug #8344]"SHIBATA Hiroshi
2014-05-24YAML::ENGINE was removed in [Bug #8344]Zachary Scott
2014-03-27backport from libyaml-1.1.6SHIBATA Hiroshi
2014-02-28 * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping EncodingAaron Patterson
2014-02-05* ext/psych/yaml/config.h: bump libyaml to 0.1.5Zachary Scott
2014-02-04* ext/psych/yaml/emitter.c: merge libyaml 0.1.5Aaron Patterson
2014-01-08* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withAaron Patterson
2013-11-26fix support for negative years.Aaron Patterson
2013-11-26fix regexp for matching TIME.Aaron Patterson
2013-11-05* ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforeAaron Patterson
2013-10-29* ext/psych/lib/psych/visitors/yaml_tree.rb: make less garbage whenAaron Patterson
2013-10-29* ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldAaron Patterson
2013-09-20* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]Zachary Scott
2013-09-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whenAaron Patterson
2013-08-28* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson
2013-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects soAaron Patterson
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-04-05* ext/psych/lib/psych/exception.rb: there should be only one exceptionAaron Patterson
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registerAaron Patterson
2013-02-28* lib/psych.rb: specify in rdoc what object is returned in parserZachary Scott
2013-02-28* lib/psych.rb: rdoc for Psych overview by Adam StankiewiczZachary Scott
2013-02-16Missed author from 706545cZachary Scott
2013-02-16* lib/psych/y.rb: Document Kernel#y [Github Fixes #127]Zachary Scott
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: change output referenceAaron Patterson
2013-01-16* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thanAaron Patterson
2013-01-13* ext/psych/yaml/scanner.c: Typos by James Dabbs [Github Fixes #118]Zachary Scott
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
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-11-16* ruby.c (load_file_internal): set default source encoding asAaron Patterson
2012-10-28* ext/psych/lib/psych/handlers/recorder.rb: added a class forAaron Patterson
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-07-18* ext/psych/emitter.c (initialize): allow a configuration object to beAaron Patterson
2012-05-17* ext/psych/parser.c (transcode_string): fix encoding index names.Aaron Patterson