mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/bigdecimal/bigdecimal.c: Fix double word typo.
[ci skip][fix GH-1120] Patch by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9849555a3e
commit
d1decf0dfe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Dec 2 10:36:25 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/bigdecimal/bigdecimal.c: Fix double word typo.
|
||||||
|
[ci skip][fix GH-1120] Patch by @jwworth
|
||||||
|
|
||||||
Wed Dec 2 07:43:51 2015 Eric Wong <e@80x24.org>
|
Wed Dec 2 07:43:51 2015 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
* ext/openssl/ossl_ssl.c (mSSLExtConfig): make static
|
* ext/openssl/ossl_ssl.c (mSSLExtConfig): make static
|
||||||
|
|
|
@ -5027,7 +5027,7 @@ Exit:
|
||||||
* \n ... new line
|
* \n ... new line
|
||||||
* \b ... backspace
|
* \b ... backspace
|
||||||
* ... tab
|
* ... tab
|
||||||
* Note: % must must not appear more than once
|
* Note: % must not appear more than once
|
||||||
* a ... VP variable to be printed
|
* a ... VP variable to be printed
|
||||||
*/
|
*/
|
||||||
#ifdef BIGDECIMAL_ENABLE_VPRINT
|
#ifdef BIGDECIMAL_ENABLE_VPRINT
|
||||||
|
|
Loading…
Add table
Reference in a new issue