Files
mruby-mruby/mrblib
Yukihiro "Matz" Matsumoto afca99a40b Remove implicit conversion using to_int method.
The ISO standard does not include implicit type conversion using
`to_int`. This implicit conversion often causes vulnerability.
There will be no more attacks like #4120.

In addition, we have added internal convenience method `__to_int` which
does type check and conversion (from floats).
2018-11-19 11:28:51 +09:00
..
2017-10-28 00:29:30 +09:00
2018-09-01 09:35:46 +09:00
2017-10-11 17:58:11 +09:00
2017-07-30 13:19:31 +02:00