ruby/ext/syck
why f3d9f34537 * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@9207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-09-17 17:22:49 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
bytecode.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
depend * ext/syck/depend: commit miss. 2004-05-15 05:29:30 +00:00
emitter.c * lib/yaml/rubytypes.rb: remove comments that are bungling up 2005-09-17 17:22:49 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
gram.h * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
handler.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
implicit.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
node.c * ext/syck/node.c (syck_replace_str): was using return from the 2005-09-16 09:37:45 +00:00
rubyext.c * lib/yaml/rubytypes.rb: remove comments that are bungling up 2005-09-17 17:22:49 +00:00
syck.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
syck.h * lib/yaml/rubytypes.rb: remove comments that are bungling up 2005-09-17 17:22:49 +00:00
token.c * lib/yaml/rubytypes.rb: remove comments that are bungling up 2005-09-17 17:22:49 +00:00
yaml2byte.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
yamlbyte.h * ext/syck/yamlbyte.h: Ditto. 2003-10-17 21:03:16 +00:00