You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2008/02/18 05:48:34 UTC

[jira] Commented: (STDCXX-714) implement function to do shell brace expansion

    [ https://issues.apache.org/jira/browse/STDCXX-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569781#action_12569781 ] 

Travis Vitek commented on STDCXX-714:
-------------------------------------

Committed to trunk in [r628611|http://svn.apache.org/viewvc?view=rev&revision=628611]. Passes test suite at 100%. Correctly handles nested brace expansion, range expansion, and escapes.

> 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.