fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
62b511d9e6
commit
8ea5564183
@ -58,8 +58,8 @@ Thu Oct 22 06:33:38 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
|||||||
|
|
||||||
* random.c (InitVM_Random): move Random::DEFAULT initialization
|
* random.c (InitVM_Random): move Random::DEFAULT initialization
|
||||||
bits to Init_Random_default.
|
bits to Init_Random_default.
|
||||||
* random.c (Init_Random_default): renamed from Init_Rndom2.
|
* random.c (Init_Random_default): renamed from Init_RandomSeed2.
|
||||||
* random.c (Init_RandomSeedCore): renamed from Init_Random.
|
* random.c (Init_RandomSeedCore): renamed from Init_RandomSeed.
|
||||||
|
|
||||||
Thu Oct 22 06:20:48 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Thu Oct 22 06:20:48 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ Wed Oct 21 08:23:36 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
|||||||
|
|
||||||
Sun Oct 18 17:26:53 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Sun Oct 18 17:26:53 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* common.mk: add a rule for explicit.o.
|
* common.mk: add a rule for explicit_bzero.o.
|
||||||
* configure.in: detect explicit_bzero and memset_s.
|
* configure.in: detect explicit_bzero and memset_s.
|
||||||
* include/ruby/missing.h: add explicit_bzero.
|
* include/ruby/missing.h: add explicit_bzero.
|
||||||
* random.c (init_randomseed): use explicit_bzero() instead of
|
* random.c (init_randomseed): use explicit_bzero() instead of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user