Smoke [5.9.3] 25287 FAIL(F) bsd/os 4.1 (i386/1 cpu)

2005-08-12 Thread kane
Automated smoke report for 5.9.3 patch 25287 fixit.xs4all.nl: Pentium II (i386/1 cpu) onbsd/os - 4.1 using cc version egcs-2.91.66 19990314 (egcs-1.1.2 release) smoketime 3 hours 55 minutes (average 1 hour 57 minutes) Summary: FAIL(F) O = OK F = Failure(s), extended

What is 32 ?

2005-08-12 Thread Piotr Fusik
Hello, I thought that 32 is simply an empty string, but it appears to be something different: perl -le print '' eq (32) 1 perl -le print 'a'|'' a perl -le print 'a'|(32) 0 Can someone explain me this? Piotr

[perl #36875] Certain string handling functions don't warn on undef

2005-08-12 Thread via RT
# New Ticket Created by Tassilo von Parseval # Please include the string: [perl #36875] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36875 This is a bug report for perl from [EMAIL PROTECTED], generated with the

RE: [PATCH] Compress::Zlib 1.36

2005-08-12 Thread Paul Marquess
-Original Message- From: Abe Timmerman [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 06:27 To: [EMAIL PROTECTED]; perl5-porters@perl.org Cc: vmsperl@perl.org Subject: Re: [PATCH] Compress::Zlib 1.36 Op een mooie zomerdag (Sunday 07 August 2005 23:47),schreef Paul Marquess:

Re: perl's #! redispatch

2005-08-12 Thread Andy Dougherty
yOn Thu, 11 Aug 2005, Nicholas Clark wrote: Perl can act as a /bin/sh replacement, re-dispatching based on the #! line. The code to do this fires if #! doesn't contain perl, and a few other conditions. Specifically, s is a pointer to the #! line: if (!d *s

Re: What is 32 ?

2005-08-12 Thread Ronald J Kimball
On Fri, Aug 12, 2005 at 02:16:21PM +0200, Piotr Fusik wrote: Hello, I thought that 32 is simply an empty string, but it appears to be something different: perl -le print '' eq (32) 1 perl -le print 'a'|'' a perl -le print 'a'|(32) 0 Can someone explain me this? 32 returns the

Re: What is 32 ?

2005-08-12 Thread Amick, Eric
I thought that 32 is simply an empty string, but it appears to be something different: perl -le print '' eq (32) 1 perl -le print 'a'|'' a perl -le print 'a'|(32) 0 Can someone explain me this? The values produced by the relational operators are internally both a string and a number. Your

[PATCH @ 24148] Compress::Zlib 1.37

2005-08-12 Thread Paul Marquess
This syncs bleed with the latest Compress::Zlib on CPAN cheers Paul zlib-1.37.patch.gz Description: GNU Zip compressed data

Smoke [5.8.7] 24695 FAIL(m) MSWin32 WinXP/.Net SP2 (x86/2 cpu)

2005-08-12 Thread Steve Hay
Automated smoke report for 5.8.7 patch 24695 Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) onMSWin32 - WinXP/.Net SP2 using ? unknown cc version smoketime 4 minutes 26 seconds (average 13.300 seconds) Summary: FAIL(m) O = OK F =

[EMAIL PROTECTED] Add sig_count to CONFIGURE.COM

2005-08-12 Thread John E. Malmberg
This patch fixes configure.com on VMS to add the sig_count parameter. This allows the ext/posix/t/sigaction.t script to run with out errors on VMS. -John [EMAIL PROTECTED] Personal Opinion Only --- configure.com_25289 Fri Aug 12 13:34:49 2005 +++ configure.com Fri Aug 12 00:51:49 2005

Re: Smoke [5.8.7] 24695 FAIL(m) MSWin32 WinXP/.Net SP2 (x86/2 cpu)

2005-08-12 Thread Nicholas Clark
On Fri, Aug 12, 2005 at 06:39:00PM +0100, Steve Hay wrote: Automated smoke report for 5.8.7 patch 24695 Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) onMSWin32 - WinXP/.Net SP2 using ? unknown cc version smoketime 4 minutes 26

Re: What is 32 ?

2005-08-12 Thread Yitzchak Scott-Thoennes
On Fri, Aug 12, 2005 at 02:16:21PM +0200, Piotr Fusik wrote: Hello, I thought that 32 is simply an empty string, but it appears to be something different: perl -le print '' eq (32) 1 perl -le print 'a'|'' a perl -le print 'a'|(32) 0 It has a string value of and a numeric value

[EMAIL PROTECTED] bninfnan.t setting include path to file.

2005-08-12 Thread John E. Malmberg
Small change to fix how the @INC is being set up. I do not know why this was working before and is only being detected by VMS in blead. -John [EMAIL PROTECTED] Personal Opinion Only --- lib/bignum/t/bninfnan.t Fri Aug 12 16:52:35 2005 +++ lib/bignum/t/bninfnan.t_25289 Fri Aug 12

Re: [EMAIL PROTECTED] bninfnan.t setting include path to file.

2005-08-12 Thread Michael G Schwern
On Fri, Aug 12, 2005 at 05:05:47PM -0400, John E. Malmberg wrote: --- lib/bignum/t/bninfnan.t Fri Aug 12 16:52:35 2005 +++ lib/bignum/t/bninfnan.t_25289 Fri Aug 12 16:58:21 2005 @@ -8,7 +8,7 @@ BEGIN { $| = 1; - my $location = $0; $location =~ s/bninfnan.t//i; + my $location

Smoke [5.9.3] 25289 FAIL(F) linux 2.6.12-6-686 [debian] (i686/1 cpu)

2005-08-12 Thread steve
Automated smoke report for 5.9.3 patch 25289 kirk: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 1994MHz) (i686/1 cpu) onlinux - 2.6.12-6-686 [debian] using cc version 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu2) smoketime 2 hours 47 minutes (average 20 minutes 58

Re: [EMAIL PROTECTED] bninfnan.t setting include path to file.

2005-08-12 Thread John E. Malmberg
Michael G Schwern wrote: On Fri, Aug 12, 2005 at 05:05:47PM -0400, John E. Malmberg wrote: I think your patch is backwards. It is. The corrected patch is attached. To avoid these sort of mistakes in the future I'd suggest using RCS on the files you edit rather than diffing copies. I do

Re: [EMAIL PROTECTED] Add sig_count to CONFIGURE.COM

2005-08-12 Thread John Malmberg
John E. Malmberg wrote: This patch fixes configure.com on VMS to add the sig_count parameter. This allows the ext/posix/t/sigaction.t script to run with out errors on VMS. An updated patch for configure.com will be posted sometime this weekend. It seems that I need to fix configure.com to

Smoke [5.9.3] 25289 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)

2005-08-12 Thread Steve Hay
Automated smoke report for 5.9.3 patch 25289 Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) onMSWin32 - WinXP/.Net SP2 using bcc32 version 5.5.1 smoketime 12 hours 17 minutes (average 18 minutes 26 seconds) Summary: FAIL(F) O = OK F =