From 9ba8470dee98b8da2c813aed8ce2b420abd6548a Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Dec 2008 13:40:33 +0000 Subject: * pack.c (pack_pack): template f should not accept non float values. [ruby-dev:37656] * object.c (rb_to_float): new function to type check floats. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3cb8ac1f..2cad5e9be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 29 22:37:57 2008 Yukihiro Matsumoto + + * pack.c (pack_pack): template f should not accept non float + values. [ruby-dev:37656] + + * object.c (rb_to_float): new function to type check floats. + Mon Dec 29 22:27:11 2008 Yukihiro Matsumoto * random.c (rb_f_rand): type check simplified. strings are no -- cgit