aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.tenderlove2011-08-131-0/+7
* Use ::Syck explicitly.naruse2011-07-271-1/+1
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-181-0/+9
* * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove2011-06-211-0/+17
* fix ambiguous argument warnings in test/psych/test_nil.rbtenderlove2011-06-211-2/+2
* Allow "--- \n" as a yaml dumped result for nil.naruse2011-06-201-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove2011-06-091-0/+14
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove2011-06-091-0/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove2011-06-091-5/+7
* * remove trailing spaces.nobu2011-05-152-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-033-2/+8
* * ext/psych/parser.c (parse): strings from psych have proper tainttenderlove2011-04-211-0/+128
* fixing syntax error in 1.8tenderlove2011-03-301-1/+1