summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson
2011-12-06* ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson
2011-11-29sync with ruby-coreAaron Patterson
2011-11-16infinite loop seems fixed, so I can uncomment this assertionAaron Patterson
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,Aaron Patterson
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson
2011-11-07merging from rubyAaron Patterson
2011-11-01another merge from ruby coreAaron Patterson
2011-11-01merging from rubyAaron Patterson
2011-10-04adding more information to the syntax error exceptionAaron Patterson
2011-10-03Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson
2011-10-03Avoid accepting incorrect floating point values.Aaron Patterson
2011-10-03sync with ruby coreAaron Patterson
2011-09-01Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson
2011-09-01sync with ruby-trunkAaron Patterson
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to beAaron Patterson
2011-08-17syncing with ruby trunkAaron Patterson
2011-07-29sync with ruby trunkAaron Patterson
2011-06-21fixing cyclic object reference handling. Thanks to @CvX for the test. fixes #19Aaron Patterson
2011-06-21avoid ruby warningsAaron Patterson
2011-06-21merge from ruby trunkAaron Patterson
2011-06-08fixing Hash subclass dump and load support. fixes #14Aaron Patterson
2011-06-08adding module serialization supportAaron Patterson
2011-06-08ruby classes can round tripAaron Patterson
2011-06-05merging from ruby trunkAaron Patterson
2011-05-13synching with ruby trunkAaron Patterson
2011-04-21setting correct taint status for stringsAaron Patterson
2011-03-30synching with ruby trunkAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-25add a failing test for time strings whose timezone follows the (+/-)dddd formatGonçalo Silva
2011-02-25improved time scanning testsGonçalo Silva
2011-02-25merging from ruby trunkAaron Patterson
2011-02-06merging from rubyAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-07-07line width option is passed to emitterAaron Patterson
2010-07-07preferred line width may be setAaron Patterson
2010-07-07dump options can include header and versionAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson
2010-07-07merging from rubyAaron Patterson
2010-07-05merging changes from rubyAaron Patterson
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix theAaron Patterson
2010-05-22adding a json stream emitterAaron Patterson
2010-05-19adding yaml streaming apiAaron Patterson
2010-05-19emitter transcodes to UTF-8 automaticallyAaron Patterson
2010-05-18setting the encoding twice is not allowedAaron Patterson
2010-05-18adding UTF-16 and UTF-16+BOM supportAaron Patterson
2010-05-15merging from rubyAaron Patterson
2010-05-03merging from rubyAaron Patterson
2010-04-24adding deprecated method "tagurize"Aaron Patterson
2010-04-24adding support for deprecated "add_private_type" functionAaron Patterson