From a99bd60e6cc6c4fa66c972172888dea2b50f5043 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 8 Aug 2009 15:31:53 +0000 Subject: merges r24361 from trunk into ruby_1_9_1. -- * numeric.c (flo_hash): normalize -0.0 to 0.0. [ruby-core:24577] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5231f7036..7f3f168ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 3 13:05:22 2009 Nobuyoshi Nakada + + * array.c (rb_ary_{permutation,combination,product}): must not use + ary_discard on strings. + Sat Aug 1 19:23:27 2009 NARUSE, Yui * string.c (tr_trans): change condition of singlebyte -- cgit