aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
...
* test: remove or replace trailing spacesnobu2012-12-071-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove2012-11-171-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove2012-11-171-0/+16
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-1/+2
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-291-0/+25
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove2012-10-281-0/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove2012-10-281-0/+11
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-221-0/+21
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-0/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-0/+4
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-10/+0
* * lib/open-uri.rb: delete space.ayumin2012-07-171-5/+5
* * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove2012-07-161-0/+70
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove2012-05-152-0/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove2012-05-151-0/+7
* add a test for yaml ast roundtrippingtenderlove2012-04-281-0/+7
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-1/+1
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-0/+10
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-081-0/+34
* only run `test_key` on ruby 2.0.0 or uptenderlove2012-03-051-0/+1
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-1/+1
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-0/+30
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-233-1/+77
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-091-9/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-181-0/+25
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-181-0/+28
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove2011-12-181-0/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove2011-12-181-0/+22
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-061-1/+77
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-0/+7
* An address can be negative.naruse2011-11-271-1/+1
* infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove2011-11-171-3/+1
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove2011-11-081-0/+67
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-071-0/+6
* * test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove2011-11-071-4/+3
* * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove2011-11-071-4/+5
* Don't define tests if there is no psych.naruse2011-11-032-4/+6
* * test/psych/test_yamldbm.rb: avoid platform dependency.ayumin2011-11-011-4/+4
* * test/psych/test_yamldbm.rb: don't run test if the systemktsj2011-10-091-5/+9
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-041-0/+15
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-033-13/+13
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-031-0/+14
* * test/psych/test_yamldbm.rb: add test case.ayumin2011-10-021-0/+29
* * test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin2011-09-271-2/+10
* * test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin2011-09-261-2/+11
* * test/syck/test/yamldbm.rb: add test for Syck::DBM.ayumin2011-09-252-0/+231
* Remove assertion which depends the load ordernaruse2011-09-071-8/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-011-0/+8
* Use psych_yaml_as to avoid collision with Syck.naruse2011-08-291-1/+1
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-0/+16