From issues-return-839-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Mar 26 00:05:42 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 28326 invoked from network); 26 Mar 2008 00:05:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2008 00:05:42 -0000 Received: (qmail 38772 invoked by uid 500); 26 Mar 2008 00:05:41 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 38747 invoked by uid 500); 26 Mar 2008 00:05:41 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 38733 invoked by uid 99); 26 Mar 2008 00:05:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 17:05:41 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 00:04:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 76F21234C0AC for ; Tue, 25 Mar 2008 17:03:24 -0700 (PDT) Message-ID: <1481677421.1206489804486.JavaMail.jira@brutus> Date: Tue, 25 Mar 2008 17:03:24 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-714) implement function to do shell brace expansion In-Reply-To: <5183488.1201621054032.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-714. --------------------------------- Resolution: Fixed Work complete. Needs to be merged to trunk before closing. > implement function to do shell brace expansion > ---------------------------------------------- > > Key: STDCXX-714 > URL: https://issues.apache.org/jira/browse/STDCXX-714 > Project: C++ Standard Library > Issue Type: Sub-task > Components: Test Driver > Affects Versions: 4.2.0 > Reporter: Travis Vitek > Assignee: Travis Vitek > Fix For: 4.2.1 > > Original Estimate: 8h > Time Spent: 32h > Remaining Estimate: 0h > > We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.