summaryrefslogtreecommitdiff
path: root/test/yaml
AgeCommit message (Expand)Author
2012-03-06merge revision(s) 34908:nobu
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-04-16* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-04-19* lib/yaml/baseemitter.rb, lib/yaml/encoding.rb: performanceknu
2008-04-19* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit;knu
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-10* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean
2006-01-10* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2004-05-16* lib/yaml.rb: removed fallback to pure Ruby parser.why
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-13* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-03* ext/syck/rubyext.c: default keys handled.why