From ec6c4298bc94d88f1bbfa000675e99a08914ceed Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 17 May 2006 09:14:34 +0000 Subject: * dir.c (sys_warning): should not call a vararg function rb_sys_warning() indirectly. [ruby-core:07886] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa901fc99..0b8d4eaf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 17 17:55:26 2006 Yukihiro Matsumoto + + * dir.c (sys_warning): should not call a vararg function + rb_sys_warning() indirectly. [ruby-core:07886] + Wed May 17 08:17:15 2006 Yukihiro Matsumoto * util.c (ruby_strtod): try to reduce errors using powersOf10 -- cgit