RE: Please test latest snapshot

2005-05-16 Thread Gary R. Van Sickle
[snip uberslow network traverse] > > I don't know if there is a reasonable way to speed this up, > because you want to ensure that //machine exists before > allowing `cd //machine' to succeed, but don't want to go > stat'ing every machine on the network when doing a readdir() on //. > I can

Re: Please test latest snapshot

2005-05-16 Thread Corinna Vinschen
On May 16 14:36, Eric Blake wrote: > Corinna Vinschen cygwin.com> writes: > > > > > We would like to release 1.5.17 soon. > > > > Please try the latest snapshot, 2005-May-13, from > > http://cygwin.com/snapshots/ > > > > Additional to a couple of bugfixes there's also a new feature which need

Re: Please test latest snapshot

2005-05-16 Thread Eric Blake
Corinna Vinschen cygwin.com> writes: > > We would like to release 1.5.17 soon. > > Please try the latest snapshot, 2005-May-13, from http://cygwin.com/snapshots/ > > Additional to a couple of bugfixes there's also a new feature which needs a > bit of testing. You can now list servers in the m

RE: Please test latest snapshot

2005-05-15 Thread Sonam Chauhan
> This is per the Single Unix Specification; three or more slashes are > required to be equivalent to one slash, while two slashes are > explicitly reserved for operating system dependent behaviour (in > cygwin's case, //server). Thanks for the clarification Yitzchak - that does make sense. So, a

Re: Please test latest snapshot

2005-05-15 Thread Yitzchak Scott-Thoennes
On Mon, May 16, 2005 at 11:03:32AM +1000, Sonam Chauhan wrote: > Corinna Vinschen said: > > You can now list servers in the machine's domain/workgroup with > > > > $ ls // > > Since some (most?) Unix shells have a "convenience feature" to reinterpret > multiple forward slashes as a single slash,

RE: Please test latest snapshot

2005-05-15 Thread Sonam Chauhan
Corinna Vinschen said: > You can now list servers in the machine's domain/workgroup with > > $ ls // Since some (most?) Unix shells have a "convenience feature" to reinterpret multiple forward slashes as a single slash, could this behavior break existing scripts or makefiles? Also, there is a s

Re: Please test latest snapshot

2005-05-15 Thread Corinna Vinschen
On May 15 02:32, Eric Blake wrote: > $ cygcheck -c cygwin > $ echo $? > 0 > $ strace cygcheck -c cygwin > Cygwin Package Information > Package VersionStatus > cygwin 1.5.16-1 OK > $ strace --help > $ strace strace --help | head -n 1 > Usage: strace [OPTIONS]

Re: Please test latest snapshot

2005-05-14 Thread Eric Blake
> > Also, it appears that cygcheck is doing work, but not printing any output. > > -v, please. It prints a lot of stuff for me. > On my 266 MHz Win98 machine (yes, I know it is old, but it makes a great regression tester): $ mount -m mount -f -s -b "d:/cygwin/usr/X11R6/lib/X11/fonts" "/usr/X1

Re: Please test latest snapshot

2005-05-14 Thread Corinna Vinschen
On May 14 19:44, Eric Blake wrote: > > Additional to a couple of bugfixes there's also a new feature which needs a > > bit of testing. You can now list servers in the machine's domain/workgroup > > with > > > > $ ls // > > > > and accessible disk shares on a server with > > > > $ ls //serve

Re: Please test latest snapshot

2005-05-14 Thread Eric Blake
> Additional to a couple of bugfixes there's also a new feature which needs a > bit of testing. You can now list servers in the machine's domain/workgroup > with > > $ ls // > > and accessible disk shares on a server with > > $ ls //server AWESOME! Thanks for doing this; it even worked on