From bef69a7275f44f35a63df597301846b3479593a4 Mon Sep 17 00:00:00 2001 From: why Date: Sat, 17 Sep 2005 17:17:07 +0000 Subject: * lib/yaml/rubytypes.rb: remove comments that are bungling up the rdoc and ri output. output symbols as plain scalars. * ext/syck/rubyext.c (syck_emitter_reset): emit headless documents always. * ext/syck/emitter.c (syck_scan_scalar): quote scalars with any kind of surrounding line space, tabs or spaces alike. * ext/syck/token.c: accept tabs as whitespace, not for indentation, but strip from plain scalars. * test/yaml/test_yaml.rb: remove outdated tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e06b51409..b3c36758f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Sun Sep 18 02:10:47 2005 why the lucky stiff + + * lib/yaml/rubytypes.rb: remove comments that are bungling up + the rdoc and ri output. output symbols as plain scalars. + + * ext/syck/rubyext.c (syck_emitter_reset): emit headless + documents always. + + * ext/syck/emitter.c (syck_scan_scalar): quote scalars with any + kind of surrounding line space, tabs or spaces alike. + + * ext/syck/token.c: accept tabs as whitespace, not for indentation, + but strip from plain scalars. + + * test/yaml/test_yaml.rb: remove outdated tests. + Sat Sep 17 23:25:04 2005 sheepman * lib/mathn.rb (Rational::inspect): should preserve original @@ -228,7 +244,7 @@ Tue Sep 13 16:26:45 2005 Minero Aoki * lib/net/pop.rb: ditto. -Tue Sep 13 12:33:05 2005 +Tue Sep 13 12:33:05 2005 why the lucky stiff * lib/yaml.rb: reworking YAML::Stream to use the new emitter. -- cgit