summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2012-02-24* ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2011-12-20* ext/psych/emitter.c: fixing clang warnings. Thanks Joey!tenderlove
2011-12-18* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove
2011-12-18* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-11-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychtenderlove
2011-11-17* ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove
2011-10-26* ext/psych/parser.c: remove unused variable.emboss
2011-10-04* ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove
2011-10-04* ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove
2011-10-04* ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove
2011-10-03* ext/psych/lib/psych.rb: update psych version.tenderlove
2011-10-03* ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove
2011-10-03* ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove
2011-09-01* ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove
2011-08-24* ext/psych/lib/psych.rb: Fixing psych version number.tenderlove
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove
2011-08-13* ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.tenderlove
2011-08-13* ext/psych/lib/psych/scalar_scanner.rb: Only consider stringstenderlove
2011-08-04* ext/psych/psych.gemspec (files): remove extra commas.nobu
2011-08-03oops, fix author in the psych gemspectenderlove
2011-08-03installing psych as a gemtenderlove
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove
2011-06-21* ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove
2011-06-13* ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse
2011-06-09* ext/psych/lib/psych.rb: updating version to match released gem.tenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove
2011-06-06* ext/psych/parser.c (parse): release event objects to plug memorytenderlove
2011-05-15* remove trailing spaces.nobu
2011-05-13* ext/psych/lib/psych.rb: released a new gem, so increasing version.tenderlove
2011-05-04fix capture to avoid doing a sub on the useconds when parsing datestenderlove
2011-05-03* ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
2011-03-22* ext/psych/parser.c: parenthesize macro arguments.akr
2011-03-09* ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove
2011-02-25* ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove
2011-02-21* ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove
2011-02-21* ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove
2011-02-21should have used anchor, not oidtenderlove