From 5bb4e5a9d14a97736cd1c909e4b26bc65b2682bd Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 1 Jun 2007 04:05:46 +0000 Subject: * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because it might be a negative value. * insnhelper.h, insns.def: shoudn't use unary minus operator in index operator. some compilers (such as VC++8 x64) cannot deal it with expected way. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e845e7c58..95b27b862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jun 1 13:02:35 2007 NAKAMURA Usaku + + * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because + it might be a negative value. + + * insnhelper.h, insns.def: shoudn't use unary minus operator in index + operator. some compilers (such as VC++8 x64) cannot deal it with + expected way. + Fri Jun 1 11:33:40 2007 Nobuyoshi Nakada * numeric.c (num_round): should convert self to Float. -- cgit