summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registerAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson
2013-02-06sync with ruby trunkAaron Patterson
2013-01-11* ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thatAaron Patterson
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson
2013-01-06Testing 8bit ascii_only strings.Paul Kunysch
2013-01-06Testing custom character-based class.Paul Kunysch
2012-12-13merge changes from ruby trunkAaron Patterson
2012-12-08Strings that start with non-word characters should double quote without excla...Alex Tambellini
2012-11-16Merge pull request #97 from atambo/masterAaron Patterson
2012-11-16* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whenAaron Patterson
2012-11-16* ruby.c (load_file_internal): set default source encoding asAaron Patterson
2012-10-28* ext/psych/lib/psych/handlers/recorder.rb: added a class forAaron Patterson
2012-10-28Use literal style when emitting multiline strings, fixes #64Alex Tambellini
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson
2012-10-22merging from ruby trunkAaron Patterson
2012-10-22Psych::SyntaxError now inherits from RuntimeErrorEric Hodel
2012-10-22Skip set_syck on Ruby 2.0 where syck has been removedEric Hodel
2012-09-11Ignore bad timestamps. #82.Rhett Sutphin
2012-09-07Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds
2012-07-18sync with ruby trunkAaron Patterson
2012-07-13From yaml, register a newly created String with aliases. To yaml, register S...Joe Rafaniello
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringAaron Patterson
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps toAaron Patterson
2012-04-28add a test for ast roundtrippingAaron Patterson
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externalAaron Patterson
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading afterAaron Patterson
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block isAaron Patterson
2012-03-05only run test on ruby less than 2.0.0Aaron Patterson
2012-03-05* ext/psych/lib/psych.rb: default open YAML files with utf8 externalAaron Patterson
2012-02-27* ext/psych/parser.c: prevent a memory leak by protecting calls toAaron Patterson
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputAaron Patterson
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson
2012-01-17* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson
2012-01-17syncing with ruby trunkAaron Patterson
2011-12-17* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredAaron Patterson
2011-12-17* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson
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