aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* * test/psych/test_emitter.rb: test_resizing_tags missingheadius2016-02-221-0/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-1646-0/+46
* psych_emitter.c: check tags rangenobu2015-12-131-0/+15
* psych_emitter.c: check stringnobu2015-12-131-0/+1
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-074-12/+19
* * ext/psych/*: merge psych master(8737e5b). It contains following fixes.hsbt2015-09-021-0/+9
* * ext/psych/*: update to Psych 2.0.14tenderlove2015-08-212-0/+8
* * ext/psych/lib/psych.rb: bump psych version.tenderlove2015-02-172-2/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whentenderlove2015-02-061-0/+22
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regulartenderlove2015-02-061-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withtenderlove2015-01-281-0/+7
* yaml_tree.rb: fix anchornobu2015-01-171-8/+16
* * ext/psych/lib/psych/visitors/yaml_tree.rb: only dump hashtenderlove2015-01-161-6/+0
* * ext/psych/lib/psych.rb: bump versiontenderlove2015-01-161-2/+48
* * ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-asciitenderlove2015-01-081-0/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashtenderlove2015-01-081-0/+28
* * ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarstenderlove2015-01-081-0/+16
* * ext/psych/lib/psych/visitors/to_ruby.rb: support objects that aretenderlove2014-12-011-0/+54
* * test/psych/json/test_stream.rb (Psych::JSON::TestStream::test_list_to_json):usa2014-11-202-2/+2
* * test/psych/test_emitter.rb: Fix line_width test...initial valueheadius2014-10-311-2/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andtenderlove2014-08-291-0/+6
* * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thattenderlove2014-08-291-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove2014-08-291-0/+10
* * ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringstenderlove2014-08-291-0/+20
* * ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility fortenderlove2014-08-051-0/+5
* fix encoding specnobu2014-07-251-2/+0
* Revert "Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]""hsbt2014-06-263-51/+0
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove2014-06-051-0/+8
* Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse2014-05-253-0/+51
* * lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak2014-05-253-51/+0
* * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove2014-03-011-0/+5
* * test/test/psych/test_string.rb: remove unused variables.hsbt2014-02-182-3/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove2014-01-091-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove2014-01-091-0/+4
* * ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove2013-11-261-0/+9
* * ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove2013-11-261-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforetenderlove2013-11-051-0/+18
* * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldtenderlove2013-10-291-0/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whentenderlove2013-09-051-0/+5
* backport Tempfile.create so psych tests will run outside ruby trunktenderlove2013-08-281-0/+29
* * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should betenderlove2013-08-281-0/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects sotenderlove2013-07-051-0/+8
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-145-6/+103
* * test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove2013-05-143-5/+33
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-204-80/+74
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove2013-04-051-2/+2
* change test name to be more helpfultenderlove2013-04-051-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove2013-04-051-0/+25
* Suppress warningsnaruse2013-04-023-26/+21
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-2637-37/+37