1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/syck
why b02b4bb048 * 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
2004-05-16 16:09:41 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
bytecode.c * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling 2004-05-06 06:39:45 +00:00
emitter.c * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling 2004-05-06 06:39:45 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
gram.h * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
handler.c * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling 2004-05-06 06:39:45 +00:00
implicit.c * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling 2004-05-06 06:39:45 +00:00
MANIFEST * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
node.c * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
rubyext.c * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
syck.c * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling 2004-05-06 06:39:45 +00:00
syck.h * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
token.c * lib/yaml.rb: removed fallback to pure Ruby parser. 2004-05-16 16:09:41 +00:00
yaml2byte.c * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling 2004-05-06 06:39:45 +00:00
yamlbyte.h * ext/syck/yamlbyte.h: Ditto. 2003-10-17 21:03:16 +00:00