From 0bc2ccc712d944963d37082a1128c531d3ddd084 Mon Sep 17 00:00:00 2001 From: why Date: Wed, 14 May 2003 20:01:09 +0000 Subject: * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on sequence-in-sequence, memory leak in mapping merge. [0.28] * ext/syck/syck.c: memory leak in domain anchoring. [0.28] * lib/yaml/rubytypes.rb, lib/yaml/types.rb: eliminated 1.6.x code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94c81d09a..44e4a6f27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed May 14 20:09:26 2003 why the lucky stiff + + * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on + sequence-in-sequence, memory leak in mapping merge. + + * ext/syck/syck.c: memory leak in domain anchoring. + + * lib/yaml/rubytypes.rb, lib/yaml/types.rb: eliminated 1.6.x code. + Wed May 14 19:56:43 2003 NAKAMURA Usaku * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings. -- cgit