summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-22 06:23:48 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-22 06:23:48 +0000
commit32c92029f70ed0a041f26307d5ff8e0b4f171515 (patch)
tree6ba63b06c5cab5b7bd3a70463442b3be0ee78e21 /ChangeLog
parent303b994d8f014b16db32906afee58c8592d428b5 (diff)
downloadruby-32c92029f70ed0a041f26307d5ff8e0b4f171515.tar.gz
ruby-32c92029f70ed0a041f26307d5ff8e0b4f171515.tar.xz
ruby-32c92029f70ed0a041f26307d5ff8e0b4f171515.zip
YAML parser don't need identity hash.
revert the part of previous commit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index de9589f52..1a1d74cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,8 @@
-Sat Aug 22 13:46:15 2009 Tanaka Akira <akr@fsij.org>
+Sat Aug 22 15:07:23 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.
+ (syck_emitter_reset): use id_hash_new for bonus->data.
* lib/yaml.rb (YAML.quick_emit): give the object itself to eimitter.
don't use object_id and hash.