Re: -x weirdness

2003-08-18 Thread Benoit Rochefort
ure there will be a 5.6.2 release, I'll look into this issue if > it is a bug in 5.6.x, and my 5.8.1-tobe snapshot with cygwin 1.5.2 > does it the correct way: > > $ perl -e 'print -x "/usr/bin/bash" ? 0 : 1 , "\n"' > 0 > $ perl -e 'print -x "/usr/bin/bash.exe" ? 0 : 1 , "\n"' > 0 > $ perl -v > > This is perl, v5.8.1 built for cygwin-multi-64int > (with 1 registered patch, see perl -V for more detail) > ... > > > Gerrit > -- > =^..^= -- *º¤., ¸¸,.¤º*¨¨¨*¤ Benoit Rochefort *º¤., ¸¸,.¤º*¨¨¨*¤ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

-x weirdness

2003-08-18 Thread Benoit Rochefort
g - or - I'm wrong, this is not a bug - or - Tell me a way to interprete these results. Do I have to mail this problem to a perl mailing list? Thanks -- *º¤., ¸¸,.¤º*¨¨¨*¤ Benoit Rochefort *º¤., ¸¸,.¤º*¨¨¨*¤ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: "Too many open files" problem

2002-02-21 Thread Benoit Rochefort
of my little perl program where I can get as many file handle I want (this seems to not be limited by any means). Ben Christopher Faylor writes: ] On Fri, Feb 15, 2002 at 01:13:44PM -0500, Benoit Rochefort wrote: ] >In facts, I goes all thru the mailing list archive, and all I found is ] &g

Re: "Too many open files" problem

2002-02-15 Thread Benoit Rochefort
In facts, I goes all thru the mailing list archive, and all I found is people asking help about that problem. Unfortunatly, I didn't see any of these mail where a reply was done. Is there at least someone else who have seen that kind of problem so we can find what are the common point. That coul

"Too many open files" problem

2002-02-15 Thread Benoit Rochefort
win runs forever? $ touch aaa; perl -e 'for ( $n = 1; open "f$n", "aaa"; $n++ ) {} print "$n\n"' >From this, I may assume that the fd table could be dynamic, but in that case why are the other example crashes with "too many open files"

RE: /usr/bin/env - Incorrect parsing of #! line?

2002-02-13 Thread Benoit Rochefort
ected to that behavior...but so it is. ] ] ] -- ] Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple ] Bug reporting: http://cygwin.com/bugs.html ] Documentation: http://cygwin.com/docs.html ] FAQ: http://cygwin.com/faq/ -- *º¤., ¸¸,.¤º*¨¨¨

perl "-i" switch bug on cygwin

2002-02-06 Thread Benoit Rochefort
Hi! It seems there is a bug on the "-i" switch for perl. I do not know if it's a perl issue or cygwin issue so I post it here for first; let me know please if it would be better to send a bug report to perl mainteners instead. Here is a small example: ###

Re: $HOME Directory Relocation

2002-02-05 Thread Benoit Rochefort
Michael A Chase writes: | - Original Message - | From: "Benoit Rochefort" <[EMAIL PROTECTED]> | To: "Laurence F. Wood" <[EMAIL PROTECTED]> | Cc: "Cygwin@Cygwin. Com" <[EMAIL PROTECTED]> | Sent: Tuesday, February 05, 2002 13:11 | Subject: R

Re: $HOME Directory Relocation

2002-02-05 Thread Benoit Rochefort
Benoit Rochefort writes: | Since no login occurs, place it in your batch file calling bash, or in | /etc/profile like I do. Here is my /etc/profile that correct many such | environment variable problems I found over the time Please note that with my /etc/profile, I can easily "change"

Re: $HOME Directory Relocation

2002-02-05 Thread Benoit Rochefort
/profile that correct many such environment variable problems I found over the time: ### # File: /etc/profile # Author: Benoit Rochefort # This file is only executed at login time! # Be sure to include both the "--