Age | Commit 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 look | Aaron Patterson | |
like base 60 numbers are serialized as quoted strings. * test/psych/test_string.rb: test for change. Fixes #25 | |||
2011-10-04 | adding more information to the syntax error exception | Aaron Patterson | |
2011-10-04 | Using context_mark from the parser struct for accuruate line / column | Aaron Patterson | |
offsets during an exception. | |||
2011-10-03 | Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing this | Aaron Patterson | |
method. | |||
2011-10-03 | Avoid accepting incorrect floating point values. | Aaron Patterson | |
2011-10-03 | * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be | Aaron Patterson | |
constructed with a ScalarScanner. * ext/psych/lib/psych/visitors/yaml_tree.rb: ScalarScanner can be passed to the YAMLTree visitor. | |||
2011-10-03 | adding history from ruby-core | Aaron Patterson | |
2011-09-01 | Strings tagged binary will be emitted as binary. Fixes #27 | Aaron Patterson | |
2011-08-24 | * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be | Aaron Patterson | |
UTF-8. * test/psych/test_encoding.rb: test yaml dump encoding. | |||
2011-06-21 | fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19 | Aaron Patterson | |
2011-06-09 | bumping version and copying changelog from ruby core | Aaron Patterson | |
2009-09-28 | CHANGELOG and README cleanup for hoe-git. | John Barnette | |
2009-09-26 | initial commit | Aaron Patterson | |