index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
psych
/
test_encoding.rb
Age
Commit message (
Expand
)
Author
2023-01-11
[ruby/psych] Get rid of anonymous eval calls
Jean Boussier
2022-12-09
Merge Psych-5.0.1
Hiroshi SHIBATA
2021-05-10
[ruby/psych] Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2017-11-27
Merge psych-3.0.0.beta4 from upstream.
hsbt
2017-07-14
Merge psych-3.0.0.beta3 from ruby/psych.
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-09-02
* ext/psych/*: merge psych master(8737e5b). It contains following fixes.
hsbt
2014-03-01
* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encoding
tenderlove
2013-05-14
* test/psych/helper.rb: envutil is not available outside Ruby, so
tenderlove
2013-04-20
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2013-04-02
Suppress warnings
naruse
2013-03-26
* test/psych/test_*.rb: use require_relative to require local library
xibbar
2012-04-06
* ext/psych/parser.c: fall back to any encoding if the external
tenderlove
2012-02-23
* ext/psych/parser.c: set parser encoding based on the YAML input
tenderlove
2011-08-24
* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
tenderlove
2011-03-30
converting require_relative to just regular requires
tenderlove
2010-05-19
* ext/psych/emitter.c: output strings are automatically transcoded
tenderlove
2010-05-10
* ext/psych/parser.c (parse): Return strings encoded as
tenderlove
2010-03-29
* test/psych/*: switching tests to use relative require.
tenderlove
2010-03-28
* ext/psych/*: importing Psych to trunk
tenderlove