-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* numeric.c (Init_Numeric): Add Float::INFINITY and Float::NAN. [ruby-dev:1657] [ruby-dev:4760] [ruby-list:7023] [ruby-list:46690] [ruby-core:26632] [ruby-talk:41352] [ruby-talk:203333] * include/ruby/defines.h (INFINITY): defined. * include/ruby/defines.h (NAN): defined. * include/ruby/util.h (ruby_div0): removed. * numeric.c (fix_pow): use INFINITY and NAN instead of ruby_div0(1.0). * marshal.c (r_object0): ditto. * bignum.c (big_fdiv): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
7 changed files
with
67 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
Tue Dec 29 16:03:33 2009 NARUSE, Yui <[email protected]> | ||
|
||
* numeric.c (Init_Numeric): Add Float::INFINITY and Float::NAN. | ||
[ruby-dev:1657] [ruby-dev:4760] [ruby-list:7023] | ||
[ruby-list:46690] | ||
[ruby-core:26632] [ruby-talk:41352] [ruby-talk:203333] | ||
|
||
* include/ruby/defines.h (INFINITY): defined. | ||
|
||
* include/ruby/defines.h (NAN): defined. | ||
|
||
* include/ruby/util.h (ruby_div0): removed. | ||
|
||
* numeric.c (fix_pow): use INFINITY and NAN | ||
instead of ruby_div0(1.0). | ||
|
||
* marshal.c (r_object0): ditto. | ||
|
||
* bignum.c (big_fdiv): ditto. | ||
|
||
Tue Dec 29 10:36:23 2009 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters