aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_encoding.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/psych/*: merge psych master(8737e5b). It contains following fixes.hsbt2015-09-021-0/+9
* * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove2014-03-011-0/+5
* * test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove2013-05-141-3/+3
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-39/+35
* Suppress warningsnaruse2013-04-021-25/+15
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-1/+1
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-231-0/+73
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-0/+16
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* * ext/psych/emitter.c: output strings are automatically transcodedtenderlove2010-05-191-0/+72
* * ext/psych/parser.c (parse): Return strings encoded astenderlove2010-05-101-0/+16
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+91