diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-16 01:29:58 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-16 01:29:58 +0000 |
| commit | fd8934462e51e74d57424fd3b3ae6bc7cb1112ac (patch) | |
| tree | 537c74d113b17bbd1675db311a30f517ff72fd37 /ChangeLog | |
| parent | 480f79c9d4cffe085f30c93de94ec9936f4c4c84 (diff) | |
* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):
should output complex key mark even if map's key is empty seq/map.
[ruby-core:7129]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Jan 16 10:26:23 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item): + should output complex key mark even if map's key is empty seq/map. + [ruby-core:7129] + Sat Jan 14 05:37:06 2006 Tanaka Akira <akr@m17n.org> * io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): defined |
