зеркало из https://github.com/github/ruby.git
* encoding.c: Fix return value of `Encoding::ISO8859_1.name`
[Bug #12313][ruby-core:75147][ci skip] * ext/bigdecimal/bigdecimal.c: Fix code sample of `BigDecimal.new` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
32aa367dfb
Коммит
0e382a3dd8
|
@ -1,3 +1,9 @@
|
|||
Mon Apr 25 11:17:50 2016 Marcus Stollsteimer <sto.mar@web.de>
|
||||
|
||||
* encoding.c: Fix return value of `Encoding::ISO8859_1.name`
|
||||
[Bug #12313][ruby-core:75147][ci skip]
|
||||
* ext/bigdecimal/bigdecimal.c: Fix code sample of `BigDecimal.new`
|
||||
|
||||
Sun Apr 24 23:29:16 2016 Rei Odaira <Rei.Odaira@gmail.com>
|
||||
|
||||
* configure.in: add missing -lm for AIX.
|
||||
|
|
|
@ -1718,7 +1718,7 @@ rb_enc_aliases(VALUE klass)
|
|||
* optionally, aliases:
|
||||
*
|
||||
* Encoding::ISO_8859_1.name
|
||||
* #=> #<Encoding:ISO-8859-1>
|
||||
* #=> "ISO-8859-1"
|
||||
*
|
||||
* Encoding::ISO_8859_1.names
|
||||
* #=> ["ISO-8859-1", "ISO8859-1"]
|
||||
|
|
|
@ -1103,7 +1103,7 @@ BigDecimal_comp(VALUE self, VALUE r)
|
|||
*
|
||||
* Values may be coerced to perform the comparison:
|
||||
*
|
||||
* BigDecimal.new('1.0') == 1.0 -> true
|
||||
* BigDecimal.new('1.0') == 1.0 #=> true
|
||||
*/
|
||||
static VALUE
|
||||
BigDecimal_eq(VALUE self, VALUE r)
|
||||
|
|
Загрузка…
Ссылка в новой задаче