aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove2010-04-171-0/+7
* * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove2010-04-161-0/+8
* * ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove2010-04-161-0/+8
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-091-0/+135
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+6
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-031-0/+57
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-311-0/+19
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-0/+25
* * test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe2010-03-311-1/+1
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-0/+7
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-2929-29/+29
* * test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove2010-03-292-4/+5
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2830-0/+3274