aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-01 06:52:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-01 06:52:37 +0000
commit00e35b4f19e4ec1f7d1d3f8bd49573054669f32e (patch)
tree1fb66f54bb92e7747bc087c547187aeb2d81db93 /ChangeLog
parent3b53e365dc41fa15854c2f2275ea7ebc05562152 (diff)
downloadruby-00e35b4f19e4ec1f7d1d3f8bd49573054669f32e.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@8690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1031e5a5b..c1562e3679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jul 1 15:50:12 2005 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* missing/crypt.c: modified to make it compilable on platforms