summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
AgeCommit message (Expand)Author
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: change output referencetenderlove
2013-01-17* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove
2013-01-12* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove
2013-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove
2012-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping sotenderlove
2012-12-13* ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove
2012-11-28* ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17* ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove
2012-10-22* ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove
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-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-03-27* ext/psych/lib/psych.rb: updating version to match gemtenderlove
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-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-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-21* ext/psych/lib/psych.rb: remove autoload from psychtenderlove
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-04* ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove
2011-10-04* ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove
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/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-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