Re: Report 18891

2003-03-13 Thread Jarkko Hietaniemi
On Thu, Mar 13, 2003 at 01:33:44PM +0100, Rafael Garcia-Suarez wrote: H.Merijn Brand [EMAIL PROTECTED] wrote: -1 not allowed? Dunno, I was thinking that signal numbers must be (logically) positive numbers. Not true. Can have zero, too. So I introduced this test in Config.t (change

Re: Report 18891

2003-03-13 Thread Rafael Garcia-Suarez
Jarkko Hietaniemi [EMAIL PROTECTED] wrote: I am not certain but I suspect/guess that SIGRTMIN == -1 means there are no realtime signals at all. I think my patch suggestion to Configure where less-than-zero signals are just simply not detected should be a reasonable workaround. Perl doesn't

Re: Report 18891

2003-03-13 Thread Rafael Garcia-Suarez
- if (!i) { + if (i 0) { = 0 is better of course.