aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* converting require_relative to just regular requirestenderlove2011-03-3038-38/+38
* * ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove2011-03-091-0/+6
* * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove2011-02-251-12/+11
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-212-0/+31
* * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove2011-02-211-6/+20
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-021-0/+5
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-221-15/+0
* * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove2011-01-221-0/+51
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove2011-01-221-0/+21
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-221-0/+15
* fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove2011-01-221-2/+3
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-221-0/+17
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-221-0/+10
* * ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove2011-01-212-0/+92
* revert unrelated fix from r30615. Sorry!kosaki2011-01-201-2/+2
* * configure.in: Add '#include <stdlib.h>' tokosaki2011-01-201-2/+2
* * ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove2011-01-201-0/+10
* * ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove2011-01-191-0/+11
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-171-3/+57
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-171-4/+4
* * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove2011-01-061-0/+4
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove2011-01-051-0/+18