Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 32883 invoked from network); 25 Jul 2007 03:30:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 03:30:41 -0000 Received: (qmail 21328 invoked by uid 500); 25 Jul 2007 03:30:42 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 21314 invoked by uid 500); 25 Jul 2007 03:30:42 -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 21302 invoked by uid 99); 25 Jul 2007 03:30:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 20:30:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of msebor@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 20:30:39 -0700 Received: by wa-out-1112.google.com with SMTP id n4so176824wag for ; Tue, 24 Jul 2007 20:30:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:organization:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=Xg5xPudeUwBhEguQD/YsJgckbCRWlxkAROz+nrticXI2jNGme0G2n3kUWxyxxIpIfVrtIVPqapCmUHm9naE9k8fFgY8bBeXxIy7cB9skVdGhNdko4AJ4fWPNrnWy1vHWNu3YZ9JX7fMxuLEvjvMXTgCDPAWD/wDVPWD+C4OH/3s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:organization:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=bOjAjtyt6ECG2Ql4MNdZ9pwAwwvVuUvzOBzd6VsfqVkZw53alhY7G4eSHak8PGLmANhfnZYSnwfFaikLapaJwcHmDI11Po2nGoigzbPzPCcqxLRKYLzeInOqINRaF2MDLEUSH7FoBbZtE68B73xQ9XwYdd/IzhaH3oo4WvRkPNk= Received: by 10.114.77.1 with SMTP id z1mr205954waa.1185334219388; Tue, 24 Jul 2007 20:30:19 -0700 (PDT) Received: from ?192.168.1.104? ( [71.229.200.170]) by mx.google.com with ESMTPS id m26sm475630pof.2007.07.24.20.30.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Jul 2007 20:30:18 -0700 (PDT) Message-ID: <46A6C3C5.6020100@roguewave.com> Date: Tue, 24 Jul 2007 21:30:13 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20070719 Fedora/1.0.9-2.fc6 pango-text SeaMonkey/1.0.9 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] failing test intro/17.names.cpp References: <46A6909F.5020405@roguewave.com> In-Reply-To: <46A6909F.5020405@roguewave.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 Martin Sebor wrote: > Travis Vitek wrote: [...] Thanks for opening the issue and attaching the patch to it! This time the patch applied with no problems. I committed it in this change: http://svn.apache.org/viewvc?view=rev&rev=559300 >> 2007-07-24 Travis Vitek >> >> * valarray: Updated local variable names to meet conventions and >> get test 17.names passing again Remember to include the names of the modified functions in your ChangeLog. Martin