summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2012-07-31* ext/psych/lib/psych.rb: updated to released version.tenderlove
2012-07-19* ext/psych/emitter.c (initialize): allow a configuration object to betenderlove
2012-07-16* ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove
2012-06-15* ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove
2012-05-18* ext/psych/extconf.rb: Use an exception instaed of bare abort.kosaki
2012-05-17* ext/psych/parser.c (transcode_string): fix encoding index names.tenderlove
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove
2012-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference totenderlove
2012-04-29* ext/psych/lib/psych/json/yaml_events.rb: implicit styles should nottenderlove
2012-04-07* ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externaltenderlove
2012-03-27* ext/psych/lib/psych.rb: updating version to match gemtenderlove
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-03-05* ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove
2012-02-28* ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove
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