summaryrefslogtreecommitdiff
path: root/test/psych
AgeCommit message (Expand)Author
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove
2013-05-14* test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-05* ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove
2013-04-05change test name to be more helpfultenderlove
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove
2013-04-02Suppress warningsnaruse
2013-03-26* test/psych/test_*.rb: use require_relative to require local libraryxibbar
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove
2013-01-29* test/ruby/test_marshal.rb: remove temporally files early.akr
2013-01-12* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove
2013-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove
2012-12-13* ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove
2012-12-07test: remove or replace trailing spacesnobu
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove
2012-08-22* ext/syck: removed. Fixes [ruby-core:43360]tenderlove
2012-07-17* lib/open-uri.rb: delete space.ayumin
2012-07-16* ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove
2012-04-28add a test for yaml ast roundtrippingtenderlove
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externaltenderlove
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-03-05only run `test_key` on ruby 2.0.0 or uptenderlove
2012-02-28* ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove
2012-02-24* ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2011-12-18* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove
2011-12-18* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-11-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-11-27An address can be negative.naruse
2011-11-17infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove
2011-11-07* test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove