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
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_string.rb
Age
Commit message (
Expand
)
Author
2021-08-31
[ruby/psych] Add quotes to the strings "y" and "n"
Aaron Patterson
2021-05-17
[ruby/psych] Introduce `Psych.unsafe_load`
Aaron Patterson
2017-12-01
Merge psych-3.0.0.
hsbt
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
2017-04-05
Import psych-3.0.0.beta1 from ruby/psych.
hsbt
2016-09-07
* ext/psych/*, test/psych/*: Update psych-2.1.1
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-01-17
yaml_tree.rb: fix anchor
nobu
2015-01-16
* ext/psych/lib/psych.rb: bump version
tenderlove
2015-01-08
* ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-ascii
tenderlove
2014-08-29
* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings that
tenderlove
2014-02-18
* test/test/psych/test_string.rb: remove unused variables.
hsbt
2014-01-09
* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings with
tenderlove
2013-10-29
* ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses should
tenderlove
2013-09-05
* ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes when
tenderlove
2013-08-28
* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should be
tenderlove
2013-04-05
* ext/psych/lib/psych/visitors/to_ruby.rb: correctly register
tenderlove
2013-03-26
* test/psych/test_*.rb: use require_relative to require local library
xibbar
2013-01-09
* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots from
tenderlove
2013-01-09
* ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary strings
tenderlove
2012-05-15
* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with string
tenderlove
2012-01-18
* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
tenderlove
2011-11-07
* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that look
tenderlove
2011-09-01
* ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged as
tenderlove
2011-03-30
converting require_relative to just regular requires
tenderlove
2010-03-29
* test/psych/*: switching tests to use relative require.
tenderlove
2010-03-28
* ext/psych/*: importing Psych to trunk
tenderlove