From ee288a80c816cc0727cd006713ccd7be4e5ffe24 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 1 Jul 2005 06:52:37 +0000 Subject: * missing/erf.c: need to include some headers for some platforms. * win32/win32.c (copysign, scalb): define for compatibility with other platforms. [ruby-dev:26430] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1031e5a5..c1562e367 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 1 15:50:12 2005 NAKAMURA Usaku + + * missing/erf.c: need to include some headers for some platforms. + + * win32/win32.c (copysign, scalb): define for compatibility with + other platforms. [ruby-dev:26430] + Fri Jul 1 15:37:42 2005 Yukihiro Matsumoto * missing/crypt.c: modified to make it compilable on platforms -- cgit