Re: Extending brace expansion

2015-01-25 Thread Eduardo A . Bustamante López
> I read somewhere that GNU was moving to C++. > > But I can rewrite this in C. > > --- Brian You forgot to CC the list. Also, consider the following: - bash has one maintainer only - the code you provided is just an example, it's not a patch against bash, so, further work is needed to unders

Re: Extending brace expansion

2015-01-24 Thread Eduardo A . Bustamante López
On Sat, Jan 24, 2015 at 01:53:43PM -0500, McGuinness, Brian wrote: > I have been experimenting with code to allow > sequences to be included in lists and to > extend sequences to arbitrary character strings. > This seems to work well now. Please feel free > to incorporate this into future version

Extending brace expansion

2015-01-24 Thread McGuinness, Brian
I have been experimenting with code to allow sequences to be included in lists and to extend sequences to arbitrary character strings. This seems to work well now. Please feel free to incorporate this into future versions of the Bash shell. --- Brian #include #include "BraceExpander.h" #include