Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 73681 invoked from network); 20 Sep 2005 00:24:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 00:24:27 -0000 Received: (qmail 39446 invoked by uid 500); 20 Sep 2005 00:24:27 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 39431 invoked by uid 500); 20 Sep 2005 00:24:27 -0000 Mailing-List: contact stdcxx-commits-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-commits@incubator.apache.org Received: (qmail 39418 invoked by uid 500); 20 Sep 2005 00:24:27 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 39415 invoked by uid 99); 20 Sep 2005 00:24:27 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Sep 2005 17:24:25 -0700 Received: (qmail 73496 invoked by uid 65534); 20 Sep 2005 00:23:25 -0000 Message-ID: <20050920002325.73494.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290320 - in /incubator/stdcxx/trunk/src: atomic-cxx.S atomic.S Date: Tue, 20 Sep 2005 00:23:25 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Mon Sep 19 17:23:20 2005 New Revision: 290320 URL: http://svn.apache.org/viewcvs?rev=290320&view=rev Log: 2005-09-19 Martin Sebor STDCXX-14 (part 2) * atomic.S: Renamed... * atomic-cxx.S: ...to this. Added: incubator/stdcxx/trunk/src/atomic-cxx.S - copied, changed from r290002, incubator/stdcxx/trunk/src/atomic.S Removed: incubator/stdcxx/trunk/src/atomic.S Copied: incubator/stdcxx/trunk/src/atomic-cxx.S (from r290002, incubator/stdcxx/trunk/src/atomic.S) URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/atomic-cxx.S?p2=incubator/stdcxx/trunk/src/atomic-cxx.S&p1=incubator/stdcxx/trunk/src/atomic.S&r1=290002&r2=290320&rev=290320&view=diff ============================================================================== --- incubator/stdcxx/trunk/src/atomic.S (original) +++ incubator/stdcxx/trunk/src/atomic-cxx.S Mon Sep 19 17:23:20 2005 @@ -2,7 +2,7 @@ * * atomic.S * - * $Id: //stdlib/dev/source/stdlib/atomic.S#7 $ + * $Id$ * *************************************************************************** *