From d8a878962af7e955e76fea52d88f5ba27a16d1bc Mon Sep 17 00:00:00 2001 From: why Date: Sat, 17 Sep 2005 17:22:49 +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/trunk@9207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1da85cf3d..8a38fed99 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. + Sun Sep 18 01:10:37 2005 Nobuyoshi Nakada * file.c (rb_file_join): convert components by to_s instead of to_str. -- cgit