diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-01 16:40:13 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-01 16:40:13 +0000 |
| commit | ba10185562e7ad21e94d6729910cb4bb5761197e (patch) | |
| tree | d05288e068fa1ae713b02272de668d4ef38c954d /ChangeLog | |
| parent | 5f123d920aae1ddd26efc1e562ef232d00432393 (diff) | |
| download | ruby-ba10185562e7ad21e94d6729910cb4bb5761197e.tar.gz ruby-ba10185562e7ad21e94d6729910cb4bb5761197e.tar.xz ruby-ba10185562e7ad21e94d6729910cb4bb5761197e.zip | |
* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]
* configure.in: should test isinf for Solaris with GCC compiler.
a patch from <ville.mattila at stonesoft.com>. [ruby-core:07791]
* configure.in: -shared patch from Andrew Morrow
<andrew.c.morrow at gmail.com>. [ruby-core:08100]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Jul 1 23:55:42 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911] + Sat Jul 1 17:00:42 2006 GOTOU Yuuzou <gotoyuzo@notwork.org> * test/webrick/utils.rb: use Proc#yield instead of Proc#call. @@ -12,7 +16,10 @@ Sat Jul 1 15:15:49 2006 Tanaka Akira <akr@m17n.org> Fri Jun 30 23:46:23 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * configure.in: should test isinf for Solaris with GCC compiler. - [ruby-core:08100] + a patch from <ville.mattila at stonesoft.com>. [ruby-core:07791] + + * configure.in: -shared patch from Andrew Morrow + <andrew.c.morrow at gmail.com>. [ruby-core:08100] Fri Jun 30 19:35:41 2006 GOTOU Yuuzou <gotoyuzo@notwork.org> |
