Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 15154 invoked from network); 20 Nov 2007 15:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 15:14:27 -0000 Received: (qmail 94523 invoked by uid 500); 20 Nov 2007 15:14:14 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 94517 invoked by uid 500); 20 Nov 2007 15:14:14 -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 94506 invoked by uid 99); 20 Nov 2007 15:14:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 07:14:14 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 15:14:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C1C161A9832; Tue, 20 Nov 2007 07:14:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r596715 - /incubator/stdcxx/branches/4.2.x/tests/include/rw_locale.h Date: Tue, 20 Nov 2007 15:14:03 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071120151403.C1C161A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Tue Nov 20 07:14:03 2007 New Revision: 596715 URL: http://svn.apache.org/viewvc?rev=596715&view=rev Log: 2007-11-20 Martin Sebor Merged rev 596704 from trunk. * rw_locale.h (rw_set_locale_root): Updated comments. Modified: incubator/stdcxx/branches/4.2.x/tests/include/rw_locale.h Modified: incubator/stdcxx/branches/4.2.x/tests/include/rw_locale.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/tests/include/rw_locale.h?rev=596715&r1=596714&r2=596715&view=diff ============================================================================== --- incubator/stdcxx/branches/4.2.x/tests/include/rw_locale.h (original) +++ incubator/stdcxx/branches/4.2.x/tests/include/rw_locale.h Tue Nov 20 07:14:03 2007 @@ -22,7 +22,7 @@ * implied. See the License for the specific language governing * permissions and limitations under the License. * - * Copyright 2001-2006 Rogue Wave Software. + * Copyright 2001-2007 Rogue Wave Software, Inc. * **************************************************************************/ @@ -47,13 +47,16 @@ rw_locale (const char* /* args */, const char* /* fname */); -// creates a temporary directory and defines the RWSTD_LOCALE_ROOT -// environment variable to the name of the directory; if the environment -// variable RW_PUTENV is defined, defines any additional environment -// variable specified by it (by calling rw_putenv(0)) -// returns the absolute pathname of the directory #define LOCALE_ROOT_ENVAR "RWSTD_LOCALE_ROOT" +// creates a temporary directory and defines the RWSTD_LOCALE_ROOT +// environment variable to the name of the directory; the directory +// will be automatically removed on program exit as if by calling +// atexit() +// if the environment variable RW_PUTENV is defined, defines any +// additional environment variable(s) specified by it (by calling +// rw_putenv(0)) +// returns the absolute pathname of the directory _TEST_EXPORT const char* rw_set_locale_root ();