From a571edd80a8a30fc9fba79ebe5bf7bf9133e1f63 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 17 Jul 2008 12:32:16 +0000 Subject: merge revision(s) 17719: * string.c (rb_str_format_m): make tmp volatile to avoid possible GC problem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@18112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 897d0228e5..d4c33aac74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 17 21:31:46 2008 Tanaka Akira + + * string.c (rb_str_format_m): make tmp volatile to avoid possible GC + problem. + Thu Jul 17 21:29:34 2008 Nobuyoshi Nakada * lib/optparse.rb (OptionParser#environment): requires shellwords. -- cgit v1.2.3