summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.h
diff options
context:
space:
mode:
authorshigek <shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-28 07:50:28 +0000
committershigek <shigek@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-28 07:50:28 +0000
commit15e11a88c67334ea0ebae13cf59889f43d47ee6a (patch)
tree78283c1466c2dc0a35a0e8f253bbe6bd55126035 /ext/bigdecimal/bigdecimal.h
parent640c19405c8c5c4c982b83184086045295f52e8d (diff)
Use rb_str2cstr() instead of STR2CSTR() macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal/bigdecimal.h')
-rw-r--r--ext/bigdecimal/bigdecimal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index b7d2474e0b..050bdccc07 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -8,8 +8,8 @@
* License or the Artistic License, as specified in the README file
* of this BigDecimal distribution.
*
- * 2002-12-06
- * The sqrt() bug reported by Bret Jolly fixed.
+ * NOTES:
+ * 2003-03-28 V1.0 checked in.
*
*/