Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-06-01 Thread Alex Vinokur
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > However, just *use* the function like you would any other function. > There is no need to locate the source code to use it. You don't need > open.c to use open. > [snip] I need the glob.c source to do its

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-06-01 Thread Alex Vinokur
"Eric Blake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks. > > Also > > http://www.devdaily.com/scw/c/cygwin/src/newlib/libc/sys/linux/include/glob.h.sh > > tml > > > > But I didn't fint out glob.c on Cygwin. > > Then you didn't look hard enough. Cygwin sources are kept

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Eric Blake
> Thanks. > Also > http://www.devdaily.com/scw/c/cygwin/src/newlib/libc/sys/linux/include/glob.h.sh > tml > > But I didn't fint out glob.c on Cygwin. Then you didn't look hard enough. Cygwin sources are kept in CVS, and you can browse CVS online. http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/c

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Christopher Faylor
On Sat, May 27, 2006 at 08:38:57PM +0300, Alex Vinokur wrote: >"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL >PROTECTED] >> On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote: >[snip] >> >Is there any free source C-code on Cygwin that implements "wildcard >> >pro

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Christopher Faylor
On Sat, May 27, 2006 at 08:34:53PM +0300, Alex Vinokur wrote: >"Eric Blake" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> > Is there any free source C-code on Cygwin that implements "wildcard >> > processing"? >> >> Yes - POSIX requires, and cygwin1.dll provides, glob(). >> http:

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Alex Vinokur
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote: [snip] > >Is there any free source C-code on Cygwin that implements "wildcard > >processing"? > > Just the same function that exist on linux: glob().

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Alex Vinokur
"Eric Blake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Is there any free source C-code on Cygwin that implements "wildcard > > processing"? > > Yes - POSIX requires, and cygwin1.dll provides, glob(). > http://www.opengroup.org/onlinepubs/009695399/functions/glob.html > > --

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Christopher Faylor
On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote: >"Igor Peshansky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> On Thu, 25 May 2006, Alex Vinokur wrote: >> >> > We have mini-shell that doesn't process an asterisk '*' as a special >> > symbol. Is there any free source

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Eric Blake
> Is there any free source C-code on Cygwin that implements "wildcard > processing"? Yes - POSIX requires, and cygwin1.dll provides, glob(). http://www.opengroup.org/onlinepubs/009695399/functions/glob.html -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-27 Thread Alex Vinokur
"Igor Peshansky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 25 May 2006, Alex Vinokur wrote: > > > We have mini-shell that doesn't process an asterisk '*' as a special > > symbol. Is there any free source C-code on Cygwin that implements that > > processing? > > If I und

Re: Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-25 Thread Igor Peshansky
On Thu, 25 May 2006, Alex Vinokur wrote: > We have mini-shell that doesn't process an asterisk '*' as a special > symbol. Is there any free source C-code on Cygwin that implements that > processing? If I understand your question correctly, there are at least 4 different sources for shells, plus v

Source C-code for shell (bash) that processes an asterisk as a special symbol

2006-05-25 Thread Alex Vinokur
We have mini-shell that doesn't process an asterisk '*' as a special symbol. Is there any free source C-code on Cygwin that implements that processing? -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/user