mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't use
non-ascii character. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40cd5e8a79
commit
c8316e30ae
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat May 1 16:46:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't use
|
||||
non-ascii character.
|
||||
|
||||
Sat May 1 14:08:29 2010 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rubygems/server.rb: Fix bug when serving gems.
|
||||
|
|
|
@ -439,7 +439,7 @@ BigDecimal_IsNaN(VALUE self)
|
|||
return Qfalse;
|
||||
}
|
||||
|
||||
/* Returns nil, −1, or +1 depending on whether the value is finite,
|
||||
/* Returns nil, -1, or +1 depending on whether the value is finite,
|
||||
* -infinity, or +infinity.
|
||||
*/
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue