summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-16* ext/psych/lib/psych.rb (load_file): make sure opened yaml files areAaron Patterson
also closed. [ruby-core:41088]
2011-11-16Merge pull request #38 from brookemckim/masterAaron Patterson
Link to libyaml's website in README was incorrect.
2011-11-15Fixed url to libyaml website.Brooke McKim
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-11-07merging from rubyAaron Patterson
2011-11-02updating the manifestAaron Patterson
2011-11-01another merge from ruby coreAaron Patterson
2011-11-01merging from rubyAaron Patterson
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-04Merge pull request #33 from nagachika/fix_rescue_syntaxAaron Patterson
postfix rescue statement cannot receive Exception class specification.
2011-10-04postfix rescue statement cannot receive Exception class specification.nagachika
2011-10-03also need rake compilerAaron Patterson
2011-10-03isolating before testingAaron Patterson
2011-10-03only need isolate and hoeAaron Patterson
2011-10-03updating travis yamlAaron Patterson
2011-10-03need hoe and isolate to runAaron Patterson
2011-10-03using isolate, updating travis commandAaron Patterson
2011-10-03fix manifest again. dohAaron Patterson
2011-10-03updating manifest, bumping up to 1.2.2Aaron Patterson
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-10-03sync with ruby coreAaron Patterson
2011-10-03adding the bundler GemfileAaron Patterson
2011-10-03adding a travis yamlAaron Patterson
2011-10-03rc1Aaron Patterson
2011-10-031.9.2 compatibilityAaron Patterson
2011-09-01Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson
2011-09-01sync with ruby-trunkAaron Patterson
2011-08-24add a test to munge the spec for inclusion in ruby-trunkAaron Patterson
2011-08-24bumping version numberAaron 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-08-17syncing with ruby trunkAaron Patterson
2011-07-29sync with ruby trunkAaron Patterson
2011-06-21fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19Aaron Patterson
2011-06-21avoid ruby warningsAaron Patterson
2011-06-21merge from ruby trunkAaron Patterson
2011-06-09bumping version and copying changelog from ruby coreAaron Patterson
2011-06-08fixing Hash subclass dump and load support. fixes #14Aaron Patterson
2011-06-08adding module serialization supportAaron Patterson
2011-06-08ruby classes can round tripAaron Patterson
2011-06-08Merge pull request #15 from nirvdrum/patch-1Aaron Patterson
Small grammar fix for Readme.
2011-06-05Merge pull request #17 from mjtko/a589cb7a503c7e3761ab4dff0ed10597beffdd05Aaron Patterson
Fixes a memory leak in Psych parser
2011-06-05merging from ruby trunkAaron Patterson
2011-06-05release memory associated with yaml_event using yaml_event_delete at bottom ↵Mark J. Titorenko
of parse event loop
2011-05-13updating manifestAaron Patterson
2011-05-13increasing version numberAaron Patterson