diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-02 08:35:32 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-02 08:35:32 +0000 |
| commit | 02ba3483640d6fe5305686217cb50c9f168e0470 (patch) | |
| tree | bc8b476e1670d24b014a3d9f024c65b7f73e483d /ChangeLog | |
| parent | 6734bf1cce2ef1bd2ec5e28cf8aaee8cd044b76c (diff) | |
| download | ruby-02ba3483640d6fe5305686217cb50c9f168e0470.tar.gz ruby-02ba3483640d6fe5305686217cb50c9f168e0470.tar.xz ruby-02ba3483640d6fe5305686217cb50c9f168e0470.zip | |
* eval.c (top_include): include in the wrapped load is done for
the wrapper, not for a singleton class for wrapped main.
[ruby-dev:23305]
* bignum.c (rb_big_eq): use temporary double variable to save the
result (internal float register may be bigger than 64 bits, for
example, 80 bits on x86). [ruby-dev:23311]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,7 +1,19 @@ +Fri Apr 2 17:27:17 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (top_include): include in the wrapped load is done for + the wrapper, not for a singleton class for wrapped main. + [ruby-dev:23305] + +Fri Apr 2 15:13:44 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * bignum.c (rb_big_eq): use temporary double variable to save the + result (internal float register may be bigger than 64 bits, for + example, 80 bits on x86). [ruby-dev:23311] + Fri Apr 2 14:35:26 2004 Yukihiro Matsumoto <matz@ruby-lang.org> - * eval.c (block_pass): should increment unique identifier of the - block. [ruby-talk:96363] + * eval.c (block_pass): should generate unique identifier of the + pushing block. [ruby-talk:96363] Fri Apr 2 11:36:20 2004 Minero Aoki <aamine@loveruby.net> |
