Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 29965 invoked from network); 26 Sep 2007 17:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 17:43:30 -0000 Received: (qmail 789 invoked by uid 500); 26 Sep 2007 17:43:21 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 772 invoked by uid 500); 26 Sep 2007 17:43:21 -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 754 invoked by uid 99); 26 Sep 2007 17:43:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 10:43:21 -0700 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; Wed, 26 Sep 2007 17:43:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D4B7B1A9832; Wed, 26 Sep 2007 10:43:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r579729 - /incubator/stdcxx/trunk/util/locale.cpp Date: Wed, 26 Sep 2007 17:43:09 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070926174309.D4B7B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Wed Sep 26 10:43:08 2007 New Revision: 579729 URL: http://svn.apache.org/viewvc?rev=579729&view=rev Log: 2007-09-26 Farid Zaripov * locale.cpp [_WIN32]: Add /A:D option in dir command to print the directory names only. Modified: incubator/stdcxx/trunk/util/locale.cpp Modified: incubator/stdcxx/trunk/util/locale.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/locale.cpp?rev=579729&r1=579728&r2=579729&view=diff ============================================================================== --- incubator/stdcxx/trunk/util/locale.cpp (original) +++ incubator/stdcxx/trunk/util/locale.cpp Wed Sep 26 10:43:08 2007 @@ -39,7 +39,7 @@ # define LS_1 "ls -1 " #else # define SLASH "\\" -# define LS_1 "dir /B " +# define LS_1 "dir /B /A:D" #endif #ifndef _MSC_VER