From 4dc29e295fd9fdff4fb20ab185def0bdd4d3a944 Mon Sep 17 00:00:00 2001 From: why Date: Thu, 15 Nov 2007 17:54:32 +0000 Subject: * 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * ext/curses/extconf.rb: check macro if cannot find func. -- cgit