From stdcxx-dev-return-5372-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Oct 05 18:25:55 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 6407 invoked from network); 5 Oct 2007 18:25:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 18:25:54 -0000 Received: (qmail 291 invoked by uid 500); 5 Oct 2007 18:25:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 226 invoked by uid 500); 5 Oct 2007 18:25:43 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 215 invoked by uid 99); 5 Oct 2007 18:25:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 11:25:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msebor@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 18:25:45 +0000 Received: by rv-out-0910.google.com with SMTP id k20so195398rvb for ; Fri, 05 Oct 2007 11:25:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=kzEd0OMbsKDri2Owg01QMZIIrny02gsWvDvXUrel6Y4=; b=Z1z4Wo1wfYdQbMKAOenON6QQiiZMLx/WeYVLi+UidfJi/CGmTznCP1DisUWL7Y3ULzbzCLblGLJZKmxuwAwDx2kGQRWzrDtLKEXof/nrULkUdQ9Nw1L5dIjNKrytMp5z1i3902YkSvwc10VKk+kX9ku8Q9fWR4ugLi+xVguXN80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=Vo8FoCZiPDNUKQPz5XvbxNz6tzllaowqbIor6g2WqVOFnpHaOmYeGdadXFXkF8imHW5SMEHmJOdtr3IKe3ecHkvH6PWqsU5vwotVCA3FFfRos/8ZP/+/4IIcJbpqG4W5tcXPF5NZq6R3M0KA8RuEK/KG51cvnSaOWUXp7TVetuM= Received: by 10.141.142.15 with SMTP id u15mr1850716rvn.1191608723775; Fri, 05 Oct 2007 11:25:23 -0700 (PDT) Received: from ?10.19.230.97? ( [67.53.46.3]) by mx.google.com with ESMTPS id z20sm2177985pod.2007.10.05.11.25.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Oct 2007 11:25:20 -0700 (PDT) Message-ID: <4706818B.2050805@roguewave.com> Date: Fri, 05 Oct 2007 08:25:15 -1000 From: Martin Sebor User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r581872 - /incubator/stdcxx/trunk/include/sstream.cc References: <20071004121624.DA7921A9832@eris.apache.org> <4705B5DC.2040008@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE6438010B26D3@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE6438010B26D3@epmsa009.minsk.epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor >> Sent: Friday, October 05, 2007 6:56 AM >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: svn commit: r581872 - >> /incubator/stdcxx/trunk/include/sstream.cc >> >> faridz@apache.org wrote: >>> Author: faridz >>> Date: Thu Oct 4 05:16:24 2007 >>> New Revision: 581872 >>> >>> URL: http://svn.apache.org/viewvc?rev=581872&view=rev >>> Log: >>> 2007-10-04 Farid Zaripov >>> >>> * Merged the head of branches/4.2.0 >> This change has not been sufficiently tested on trunk. > > This change was introduced in r553931 (6 Jul 2007), > then reverted in r564213 (9 Aug 2007) for the JIRA > issue be created and commit as fix of this JIRA issue. > > So this change was tested ~ one month. Great, thanks for the clarification. Martin > > Farid. >