summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-22 04:52:09 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-22 04:52:09 +0000
commit303b994d8f014b16db32906afee58c8592d428b5 (patch)
tree1cde2518f895575e44fb57bc50762db38df1cb07 /ChangeLog
parentee77fc79f8ffa6edd39d4d1f2400c25b77a5b5ff (diff)
downloadruby-303b994d8f014b16db32906afee58c8592d428b5.tar.gz
ruby-303b994d8f014b16db32906afee58c8592d428b5.tar.xz
ruby-303b994d8f014b16db32906afee58c8592d428b5.zip
* ext/syck/rubyext.c (id_hash_new): new function to create a hash
which key is compared by object id. (syck_parser_load): use id_hash_new for bonus->data. (syck_parser_load_documents): ditto. (syck_emitter_reset): ditto. * lib/yaml.rb (YAML.quick_emit): give the object itself to eimitter. don't use object_id and hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 661d8ea75..de9589f52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Sat Aug 22 13:46:15 2009 Tanaka Akira <akr@fsij.org>
+
+ * ext/syck/rubyext.c (id_hash_new): new function to create a hash
+ which key is compared by object id.
+ (syck_parser_load): use id_hash_new for bonus->data.
+ (syck_parser_load_documents): ditto.
+ (syck_emitter_reset): ditto.
+
+ * lib/yaml.rb (YAML.quick_emit): give the object itself to eimitter.
+ don't use object_id and hash.
+
Sat Aug 22 13:05:22 2009 NARUSE, Yui <naruse@ruby-lang.org>
* Makefile.in: use CP and MV macros.