summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
AgeCommit message (Collapse)Author
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,Aaron Patterson
rationals, etc with reference ids. * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto * ext/psych/lib/psych/visitors/to_ruby.rb: loading complex numbers, rationals, etc with reference ids. * test/psych/test_object_references.rb: corresponding tests fixes #36
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson
like base 60 numbers are serialized as quoted strings. * test/psych/test_string.rb: test for change. Fixes #25
2011-10-04adding more information to the syntax error exceptionAaron Patterson
2011-10-04Using context_mark from the parser struct for accuruate line / columnAaron Patterson
offsets during an exception.
2011-10-03Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson
method.
2011-10-03Avoid accepting incorrect floating point values.Aaron Patterson
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can beAaron Patterson
constructed with a ScalarScanner. * ext/psych/lib/psych/visitors/yaml_tree.rb: ScalarScanner can be passed to the YAMLTree visitor.
2011-10-03adding history from ruby-coreAaron Patterson
2011-09-01Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to beAaron Patterson
UTF-8. * test/psych/test_encoding.rb: test yaml dump encoding.
2011-06-21fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19Aaron Patterson
2011-06-09bumping version and copying changelog from ruby coreAaron Patterson
2009-09-28CHANGELOG and README cleanup for hoe-git.John Barnette
2009-09-26initial commitAaron Patterson