summaryrefslogtreecommitdiff
path: root/test/psych
AgeCommit message (Expand)Author
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-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-11-27An address can be negative.naruse
2011-11-17infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove
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-11-07* test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove
2011-11-07* test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove
2011-11-03Don't define tests if there is no psych.naruse
2011-11-01* test/psych/test_yamldbm.rb: avoid platform dependency.ayumin
2011-10-09* test/psych/test_yamldbm.rb: don't run test if the systemktsj
2011-10-04* ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove
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-02* test/psych/test_yamldbm.rb: add test case.ayumin
2011-09-27* test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin
2011-09-26* test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin
2011-09-25* test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin
2011-09-07Remove assertion which depends the load ordernaruse
2011-09-01* ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove
2011-08-29Use psych_yaml_as to avoid collision with Syck.naruse
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-07-27Use ::Syck explicitly.naruse
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-21fix ambiguous argument warnings in test/psych/test_nil.rbtenderlove
2011-06-20Allow "--- \n" as a yaml dumped result for nil.naruse
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-03* ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
2011-03-30fixing syntax error in 1.8tenderlove
2011-03-30converting require_relative to just regular requirestenderlove
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/json/stream.rb: do not emit custom tags in mapstenderlove
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: ARG_ENCODING_NONE regulartenderlove
2011-01-22reverting r30628 since this seems like a bug in libyamltenderlove
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-22* ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove
2011-01-22fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove
2011-01-22* ext/psych/parser.c (parse): add the file name to the exception whentenderlove
2011-01-22* ext/psych/parser.c (parse): fix assertion error when reusing atenderlove