diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-01 07:23:40 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-01 07:23:40 +0000 |
| commit | 46baa328453939fa289bb1c853bc6e4f272c352a (patch) | |
| tree | c9c3d0f9ce9593b30b263050864e5f7a6a33f83d /ChangeLog | |
| parent | 7eea74f1a32dc90ed0a7774ef23e6130ffcd74c8 (diff) | |
| download | ruby-46baa328453939fa289bb1c853bc6e4f272c352a.tar.gz ruby-46baa328453939fa289bb1c853bc6e4f272c352a.tar.xz ruby-46baa328453939fa289bb1c853bc6e4f272c352a.zip | |
* missing/erf.c: need to include some headers for some platforms.
* win32/win32.h (copysign, scalb): define for compatibility with
other platforms. [ruby-dev:26430]
* missing/crypt.c: modified to make it compilable on platforms
other than BSD. [ruby-dev:26430]
* missing/erf.c: ditto. code from <exp.c> merged.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +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.h (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 + other than BSD. [ruby-dev:26430] + + * missing/erf.c: ditto. code from <exp.c> merged. + Fri Jul 1 12:44:56 2005 Tanaka Akira <akr@m17n.org> * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check |
