summaryrefslogtreecommitdiff
path: root/ext/psych/lib
AgeCommit message (Expand)Author
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
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-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-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
2011-02-21* ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?tenderlove
2011-02-21* ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON eventtenderlove
2011-02-21* ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove
2011-02-21moving autoload to require so that the correct files are requiredtenderlove
2011-02-21* ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handlingtenderlove
2011-02-21* ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove
2011-01-21* ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove
2011-01-20* ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove
2011-01-19* ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove
2011-01-17* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove
2011-01-17* ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove
2011-01-06* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove
2011-01-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove
2010-11-02* ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove
2010-11-02* ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove
2010-08-30* string.c (tr_setup_table): fix bug in r29146.naruse
2010-07-08* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove
2010-07-08* ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove
2010-07-08* ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove
2010-07-07* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-07-06* ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove
2010-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove
2010-07-03* ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove
2010-07-03* ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove
2010-05-22* ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove