From 8abfebeda328051969c664a0a44a73b030737d9b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 2 Oct 2004 11:30:40 +0000 Subject: * string.c (rb_str_sum): should use bignums when bits is greater than or equals to sizeof(long)*CHAR_BITS. [ruby-dev:24395] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4e2f18a0..c2b1929f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Sat Oct 2 00:42:20 2004 Yukihiro Matsumoto + * string.c (rb_str_sum): should use bignums when bits is greater + than or equals to sizeof(long)*CHAR_BITS. [ruby-dev:24395] + + * eval.c (specific_eval): defer pointer retrieval to prevent + unsafe sourcefile string modification. [ruby-dev:24382] + * string.c (rb_str_sum): wrong cast caused wrong result. [ruby-dev:24385] -- cgit