* NEWS: bigdecimal is not a builtin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
057e0a373c
commit
88b6d5050b
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jul 9 17:24:41 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
|
* NEWS: bigdecimal is not a builtin.
|
||||||
|
|
||||||
Sat Jul 9 17:17:53 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
Sat Jul 9 17:17:53 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
* ext/date/date_core.c: some improvements for performance.
|
* ext/date/date_core.c: some improvements for performance.
|
||||||
|
2
NEWS
2
NEWS
@ -101,7 +101,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Process#maxgroups and Process#maxgroups= now raise NotImplementedError if
|
* Process#maxgroups and Process#maxgroups= now raise NotImplementedError if
|
||||||
the platform don't support supplementary groups concept.
|
the platform don't support supplementary groups concept.
|
||||||
|
|
||||||
* bigdecimal
|
* bigdecimal
|
||||||
* Kernel.BigDecimal and BigDecimal.new now accept instances of Integer,
|
* Kernel.BigDecimal and BigDecimal.new now accept instances of Integer,
|
||||||
Rational, and Float. If you pass a Rational or a Float to them, you must
|
Rational, and Float. If you pass a Rational or a Float to them, you must
|
||||||
specify the precision to produce the digits of a BigDecimal.
|
specify the precision to produce the digits of a BigDecimal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user