From stdcxx-dev-return-1960-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Aug 16 18:43:47 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 97890 invoked from network); 16 Aug 2006 18:43:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 18:43:47 -0000 Received: (qmail 39930 invoked by uid 500); 16 Aug 2006 18:43:47 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 39915 invoked by uid 500); 16 Aug 2006 18:43:47 -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 39904 invoked by uid 99); 16 Aug 2006 18:43:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 11:43:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 11:43:46 -0700 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.4) with ESMTP id k7GIhOY7015352 for ; Wed, 16 Aug 2006 18:43:24 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 16 Aug 2006 12:43:37 -0600 Message-ID: <44E36756.7010003@roguewave.com> Date: Wed, 16 Aug 2006 12:43:34 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [patch] exec utility windows port References: <44DA6A90.50006@roguewave.com> <44DA7D4D.7080100@roguewave.com> <44DB9766.4030004@roguewave.com> <44DBDEF7.9030301@roguewave.com> <44DCF336.9030805@roguewave.com> <44E11F68.7080604@roguewave.com> <44E204BF.6000607@roguewave.com> In-Reply-To: <44E204BF.6000607@roguewave.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Aug 2006 18:43:37.0123 (UTC) FILETIME=[E26B1730:01C6C163] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew Black wrote: > I believe I posted my patch to the list prior to the referenced change > being submitted to subversion, but I am uncertain why those particular > hunks failed to apply (running svn up appears to have merged them > without conflicts). > > Attached is a revised version of the patch that tries to address the > formatting issues in changed code (a formatting and comment cleanup > sweep is needed after the windows port is finished). I have also tried > to alter the log based on the changes to the patch and the referenced link. Great, thank you! Applied as follows: http://svn.apache.org/viewvc?rev=431984&view=rev Martin