From dd38dc1e81a46a0b6d8940b06a4368a391132687 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 14 Jan 2009 13:39:17 +0000 Subject: * gc.c (negative_size_allocation_error_with_gvl): abolish a warning. (negative_size_allocation_error): ditto. * ext/openssl/ossl.c (ossl_raise): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7dbd5d68d..214ac4b85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jan 14 22:38:30 2009 Tanaka Akira + + * gc.c (negative_size_allocation_error_with_gvl): abolish a warning. + (negative_size_allocation_error): ditto. + + * ext/openssl/ossl.c (ossl_raise): ditto. + Wed Jan 14 20:05:05 2009 Martin Duerst * enc/trans/gb18030.trans, gb18030-tbl.rb: -- cgit