Re: [Patch]: mkdir -p and network drives

2005-05-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wrong list. Redirecting. According to Vance Turner on 5/18/2005 11:06 PM: I usually don't write you guys, I follow the thread to see how development is going. Just a note. The ls command is't quite right. Ls -lRC wil not recursively list

[patch] several new features for cygrunsrv

2005-05-19 Thread Brian Dessent
(I realize this list is technically only for patches on cygwin, but cygrunsrv is close enough...) I've implemented some new features for cygrunsrv that I think might be useful to people. Examples follow. A new command -L / --list can be specified that will list all installed cygrunsrv

Re: [patch] several new features for cygrunsrv

2005-05-19 Thread Brian Dessent
Brian Dessent wrote: -controlsToString(DWORD controls) + char *base, *end; + static char buf[34]; + int used = 0, dsiz = strlen (delim); Crap, that is a mistake. buf[34] should be something more generous like 128 or 256. I had it set small to test to make sure it couldn't overflow and