diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-20 06:46:45 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-20 06:46:45 +0000 |
| commit | c192fabfd08a5c2dad440c875cb0d984c7a13c2c (patch) | |
| tree | e1dd7146e9bc2cfb3f97950abb16ce6f78b9d943 /ChangeLog | |
| parent | 56c41fa15c3fd040b06b04a94983d578bef7bdf2 (diff) | |
| download | ruby-c192fabfd08a5c2dad440c875cb0d984c7a13c2c.tar.gz ruby-c192fabfd08a5c2dad440c875cb0d984c7a13c2c.tar.xz ruby-c192fabfd08a5c2dad440c875cb0d984c7a13c2c.zip | |
* ext/syck/emitter.c (syck_scan_scalar): prevent indicators from
appearing alone or at the end of plain scalars. [ruby-core:5826]
* ext/syck/emitter.c (syck_emit_scalar): treat typed scalar nodes
as complex keys.
* lib/syck.h: version 0.60.
* lib/yaml/basenode.rb (YAML::BaseNode#at): transform keys during
key searches.
* ext/syck/rubyext.c: loading of binary-typed nodes. prevent
emission of plain strings that look like symbols, but which aren't.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Tue Sep 20 15:39:40 2005 why the lucky stiff <why@ruby-lang.org> + + * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from + appearing alone or at the end of plain scalars. [ruby-core:5826] + + * ext/syck/emitter.c (syck_emit_scalar): treat typed scalar nodes + as complex keys. + + * lib/syck.h: version 0.60. + + * lib/yaml/basenode.rb (YAML::BaseNode#at): transform keys during + key searches. + + * ext/syck/rubyext.c: loading of binary-typed nodes. prevent + emission of plain strings that look like symbols, but which aren't. + Tue Sep 20 05:50:22 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * test/xmlrpc/test_webrick_server.rb (setup_http_server): |
