summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/bigdecimal/bigdecimal.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cefdc7a66a..70eea6eccf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index c3eb3771c9..ce311a6b12 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -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