summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 17:54:32 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 17:54:32 +0000
commit4dc29e295fd9fdff4fb20ab185def0bdd4d3a944 (patch)
tree732726227046fe116074ba6b46289b7fafdf5769 /ChangeLog
parent83cfc4ead42ec82c0a4f0dece1a1bcb315ef9b41 (diff)
downloadruby-4dc29e295fd9fdff4fb20ab185def0bdd4d3a944.tar.gz
ruby-4dc29e295fd9fdff4fb20ab185def0bdd4d3a944.tar.xz
ruby-4dc29e295fd9fdff4fb20ab185def0bdd4d3a944.zip
* 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] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70270000b..808d20e5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 16 02:51:59 2007 why the lucky stiff <why@ruby-lang.org>
+
+ * 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]
+
Thu Nov 15 19:49:03 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/curses/extconf.rb: check macro if cannot find func.