Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 74559 invoked from network); 18 Oct 2007 12:19:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 12:19:52 -0000 Received: (qmail 39341 invoked by uid 500); 18 Oct 2007 12:19:39 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 39301 invoked by uid 500); 18 Oct 2007 12:19:39 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 39290 invoked by uid 99); 18 Oct 2007 12:19:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 05:19:38 -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 trawick@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 12:19:42 +0000 Received: by nf-out-0910.google.com with SMTP id 30so145507nfu for ; Thu, 18 Oct 2007 05:19:21 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=g7XOmswn2sO3MyPesjcL6xE0lzQTHZyhQTUf6sN0J2I=; b=CZcUiR4VvFO6+I9iiwXezmrFcJ31hiodkpKi9vlBQ60OV+V5N3yI9gaCtC2cxMuXAuJ5pnTPKXdC8GMEiygltI1qTFJ1aJg236jWfnK1ab8PC5w2jsQDOVqkWP82f07OZ6RUV1MDXwuhiGTGNpIH+5S3AUtRjHbAi8/ACShtxMM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RC+UNKcVaOzn2WjRNEgXVsKHFH4MQoYNTHFY8V+UWSRNIhUuXEuHS4Rhvt+rQijYQLIyjauiFzKesVgEXmZxTdOt/xTyilTzFvplt1p51VaqjWto44oSD5JL1wiFYYO2pYrKlHcxhY7uNQbrVvdOosRQOgFfPZXlzjk1cxpjWRY= Received: by 10.78.21.7 with SMTP id 7mr314141huu.1192709960672; Thu, 18 Oct 2007 05:19:20 -0700 (PDT) Received: by 10.78.186.1 with HTTP; Thu, 18 Oct 2007 05:19:15 -0700 (PDT) Message-ID: Date: Thu, 18 Oct 2007 08:19:15 -0400 From: "Jeff Trawick" To: dev@apr.apache.org Subject: Re: PATCH: zOS specific implementation of apr_atomic_casptr In-Reply-To: <3ce0569d0710160811y1dcb3c7aqb16b83b590ed9b00@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3ce0569d0710160811y1dcb3c7aqb16b83b590ed9b00@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/16/07, David Jones wrote: > Create a z/OS implementation of apr_atomic_casptr. Please double-check/test-compile what I just committed to trunk and the 1.2.x branch. I tweaked whitespace and comments ever so slightly.