diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-19 11:21:23 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-19 11:21:23 +0000 |
| commit | bf11d6ee76d5c696b58cd6080efbca38bf58e8fb (patch) | |
| tree | 1da7db74dc47c6264d2b5fed9f8cdb4799547a94 /ChangeLog | |
| parent | 80627a281e22589c8f35d31f99469daa31a2a75f (diff) | |
* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit;
merged from 1.9.
* lib/yaml.rb (quick_emit): use combination of object_id and hash to
identify repeated object references, since GC will reuse memory of
objects during output of YAML. [ruby-Bugs-8548] [ruby-Bugs-3698];
merged from 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sat Apr 19 20:16:52 2008 Akinori MUSHA <knu@iDaemons.org> + + * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit; + merged from 1.9. + + * lib/yaml.rb (quick_emit): use combination of object_id and hash to + identify repeated object references, since GC will reuse memory of + objects during output of YAML. [ruby-Bugs-8548] [ruby-Bugs-3698]; + merged from 1.9. + Sat Apr 19 20:05:39 2008 Akinori MUSHA <knu@iDaemons.org> * array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp): |
