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 e921ea2d78 * ext/syck/token.c: preserve newlines prepended to a block.
* ext/syck/implicit.c (syck_match_implicit): added !merge and !default.

* lib/yaml/constants.rb: remove '\z' escape.

* lib/yaml/emitter.rb: ensure reset of @seq_map shortcut flag.

* lib/yaml/encoding.rb: remove Unicode translation methods.

* lib/yaml/rubytypes.rb: improved round-tripping of Strings.
  [ruby-core:1134]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-10 14:15:27 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
gram.h Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
handler.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
implicit.c * ext/syck/token.c: preserve newlines prepended to a block. 2003-06-10 14:15:27 +00:00
MANIFEST * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
node.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
rubyext.c * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 2003-06-10 05:22:17 +00:00
syck.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
syck.h * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. 2003-06-05 17:42:06 +00:00
token.c * ext/syck/token.c: preserve newlines prepended to a block. 2003-06-10 14:15:27 +00:00