From 6fca57dd06d5db056bf9ac7c07474e32b4fb80e1 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 16 Dec 2005 02:45:35 +0000 Subject: * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak. * ext/syck/rubyext.c (syck_node_type_id_set): should set newly allocated memory instead of RString's internal storage. ... these fixes won't fix [ruby-dev:27839]. more work is needed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 875f4eb75..b1b9e6e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Dec 16 11:44:43 2005 Hirokazu Yamamoto + + * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak. + + * ext/syck/rubyext.c (syck_node_type_id_set): should set newly + allocated memory instead of RString's internal storage. + + ... these fixes won't fix [ruby-dev:27839]. more work is needed. + Thu Dec 15 12:35:14 2005 Yukihiro Matsumoto * lib/tmpdir.rb: merged RDoc patch from Eric Hodel * gc.c (ruby_xrealloc2): ditto. -Tue Dec 4 16:37:57 2005 Yuya Nishida +Tue Dec 6 16:37:57 2005 Yuya Nishida * eval.c (exec_under): avoid accessing ruby_frame->prev. [ruby-dev:27948] @@ -2988,7 +2997,8 @@ Sat Jul 30 18:49:44 2005 Masaki Suketa * ext/win32ole/tests/testOLETYPE.rb: ditto. -Fri Jul 29 16:12:02 005 Keiju Ishitsuka +Fri Jul 29 16:12:02 2005 Keiju Ishitsuka + * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955] Fri Jul 29 09:59:38 2005 Nobuyoshi Nakada -- cgit