From b863b3fd686f736583532a45cf7713637b232e35 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 9 Jun 2005 14:59:10 +0000 Subject: * ext/Win32API/Win32API.c (Win32API_Call): disable global optimization. fixed: [ruby-core:05143] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 54d8870b6..b18332312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 9 23:58:12 2005 Nobuyoshi Nakada + + * ext/Win32API/Win32API.c (Win32API_Call): disable global + optimization. fixed: [ruby-core:05143] + Thu Jun 9 23:35:22 2005 Nobuyoshi Nakada * enum.c (enum_inject): default the result value to Qundef to use -- cgit