-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@9835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
ocean
committed
Jan 16, 2006
1 parent
44bf6c8
commit d54f7b0
Showing
3 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Mon Jan 16 10:13:38 2006 Hirokazu Yamamoto <[email protected]> | ||
|
||
* 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 03:38:54 2006 Hirokazu Yamamoto <[email protected]> | ||
|
||
* file.c (rb_file_s_chmod): avoid warning where sizeof(int) != | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters