From b02b4bb04831671c77dbd55eaf7e77e1629c03b5 Mon Sep 17 00:00:00 2001 From: why Date: Sun, 16 May 2004 16:09:41 +0000 Subject: * lib/yaml.rb: removed fallback to pure Ruby parser. * lib/yaml/baseemitter.rb (indent_text): was forcing a mod value of zero at times, which kept some blocks from getting indentation. * lib/yaml/baseemitter.rb (node_text): rewriting folded scalars. * ext/syck/syck.h: reports style of scalars now, be they plain, block single-, or double-quoted. * ext/syck/syck.c: ditto. * ext/syck/gram.c: ditto. * ext/syck/node.c: ditto. * ext/syck/token.c: ditto. * ext/syck/rubyext.c (yaml_org_handler): symbols loaded only if scalar style is plain. * ext/syck/rubyext.c (yaml_org_handler): some empty strings were loaded as symbols. * test/yaml/test_yaml.rb (test_perl_regexp): updated test to match new regexp serialization. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5be7f732ee..bdfd852bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +Mon May 17 01:15:23 2004 why the lucky stiff + + * lib/yaml.rb: removed fallback to pure Ruby parser. + + * lib/yaml/baseemitter.rb (indent_text): was forcing a mod value + of zero at times, which kept some blocks from getting indentation. + + * lib/yaml/baseemitter.rb (node_text): rewriting folded scalars. + + * ext/syck/syck.h: reports style of scalars now, be they plain, block + single-, or double-quoted. + + * ext/syck/syck.c: ditto. + + * ext/syck/gram.c: ditto. + + * ext/syck/node.c: ditto. + + * ext/syck/token.c: ditto. + + * ext/syck/rubyext.c (yaml_org_handler): symbols loaded only + if scalar style is plain. + + * ext/syck/rubyext.c (yaml_org_handler): some empty strings were + loaded as symbols. + + * test/yaml/test_yaml.rb (test_perl_regexp): updated test to + match new regexp serialization. + Mon May 17 00:03:00 2004 Gavin Sinclair * lib/drb/drb.rb: Cosmetic documentation changes. -- cgit v1.2.3