From e4d374cf50faecafad3ef1a4e2c8896b030e50ef Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 20 Apr 2003 14:35:41 +0000 Subject: * win32/win32.c (NtInitialize): set the floating-point control word on bcc32. * win32/win32.h, bcc32/Makefile.sub: use missing/isinf.c, should not use _finite() because it returns 0 if NaN. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a23821e77..1b1a09e5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Apr 20 23:24:25 2003 WATANABE Hirofumi + + * win32/win32.c (NtInitialize): set the floating-point control word + on bcc32. + + * win32/win32.h, bcc32/Makefile.sub: use missing/isinf.c, should not + use _finite() because it returns 0 if NaN. + Sun Apr 20 03:09:30 2003 WATANABE Hirofumi * parse.y (void_expr0): node might become NULL after calling -- cgit