[PATCH 5.8.7] misc a2p fixes

2005-09-11 Thread Brendan O'Dea
The following patch corrects some issues with a2p: * Make {$1++;print} work correctly. The re-join was occuring for assignment, but not increment (Debian bug #198945). * Make {$NF++} work. Was generating $Fld[$#Fld++]. * Use -1 as the last argument to split (cosmetic, bug #18395). *

Re: no 6;

2005-09-11 Thread Michael G Schwern
On Mon, Sep 05, 2005 at 08:29:00PM +0100, Nicholas Clark wrote: It's not valid perl 4: $ perl4 -e 'no 5; print [EMAIL PROTECTED]' syntax error in file /tmp/perl-em47tij at line 1, next 2 tokens no 5 Execution of /tmp/perl-em47tij aborted due to compilation errors. $ perl1 -e 'no 4; print

[perl #37134] Memory Leaking when joining threads?

2005-09-11 Thread via RT
# New Ticket Created by Garry # Please include the string: [perl #37134] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37134 Hi, I've attached a program that simulates the problem I'm experiencing.

Smoke [5.9.3] 25374 FAIL(XF) bsd/os 4.1 (i386/1 cpu)

2005-09-11 Thread kane
Automated smoke report for 5.9.3 patch 25374 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 56 minutes (average 1 hour 58 minutes) Summary: FAIL(XF) O = OK F = Failure(s), extended

Blead 25366 on VMS - Only ZLIB still failing for unknown reasons

2005-09-11 Thread John E. Malmberg
This is the status of Blead 25366 (Sept 9, 2005 download) on VMS. Only the ZLIB test is failing for unknown reasons. Paul, if your changes got applied to blead, then they are still not working. Otherwise, I have pulled down the latest ZLIB from CPAN and will try that one out. This is with

Re: [perl #37134] Memory Leaking when joining threads?

2005-09-11 Thread Dave Mitchell
On Sat, Sep 10, 2005 at 07:10:26PM -0700, Garry wrote: I've attached a program that simulates the problem I'm experiencing. Basically, as I spawn and join threads in a long running program, I appear to leak away memory. The program shows how this leak manifests itself. It shows the

Re: PathTools 3.10 released

2005-09-11 Thread Ken Williams
On Sep 10, 2005, at 11:31 PM, Michael G Schwern wrote: On Thu, Aug 25, 2005 at 10:31:03PM -0500, Ken Williams wrote: I finally found time to implement the code for the prospective tests that Schwern added to File::Spec, so I uploaded 3.10 to CPAN. Should be hitting mirrors now. Which

Re: [perl #37117] Math::Complex atan2 bug

2005-09-11 Thread Jarkko Hietaniemi
This bit: : This is not correct. Obviously, 0/i is the same as 0/1 : which is 0. Thus atan2(0,i) == atan2(0,1) == atan(0) == 0 seems to be incorrect... if one believes the Mathematica definition atan2(0, i) is pi/2, not zero. Ahem, sorry... it seems that Mathematica's ArcTan is

RE: Blead 25366 on VMS - Only ZLIB still failing for unknown reasons

2005-09-11 Thread Paul Marquess
From: John E. Malmberg [mailto:[EMAIL PROTECTED] This is the status of Blead 25366 (Sept 9, 2005 download) on VMS. Only the ZLIB test is failing for unknown reasons. Paul, if your changes got applied to blead, then they are still not working. Otherwise, I have pulled down the latest ZLIB

Re: [perl #36448] [PATCH] configuring ranlib for perl on osx with xcode 2.1

2005-09-11 Thread Rafael Garcia-Suarez
On 9/11/05, Steve Peters via RT [EMAIL PROTECTED] wrote: Has anyone looked at this patch yet? I'm assuming that since it was written against 5.6.1 rather than the current bleadperl and it isn't in diff -u format, a new patch might be needed. One question comes to mind when I look at it,

Zlib 2.00_02 on VMS

2005-09-11 Thread Abe Timmerman
Op een mooie zomerdag (Sunday 11 September 2005 19:14),schreef Paul Marquess: From: John E. Malmberg [mailto:[EMAIL PROTECTED] This is the status of Blead 25366 (Sept 9, 2005 download) on VMS. Only the ZLIB test is failing for unknown reasons. Paul, if your changes got applied to

[perl #37138] using XSUB as DB::DB causes perl to crash

2005-09-11 Thread Fandiño
# New Ticket Created by Salvador Fandiño # Please include the string: [perl #37138] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37138 This is a bug report for perl from [EMAIL PROTECTED] generated with the help

RE: Zlib 2.00_02 on VMS

2005-09-11 Thread Paul Marquess
From: Abe Timmerman [mailto:[EMAIL PROTECTED] Op een mooie zomerdag (Sunday 11 September 2005 19:14),schreef Paul Marquess: From: John E. Malmberg [mailto:[EMAIL PROTECTED] This is the status of Blead 25366 (Sept 9, 2005 download) on VMS. Only the ZLIB test is failing for unknown

[perl #37142] h2xs skips enums with negative values

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

[perl #37140] Building recent Perl on Mac OSX

2005-09-11 Thread via RT
# New Ticket Created by Dan Starr # Please include the string: [perl #37140] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37140 I downloaded Perl-5.8.7 and read the README.macosx file. It basically tells why

ZLIB 2.0 / Blead 25366 on VMS

2005-09-11 Thread John E. Malmberg
Ok, I installed ZLIB 2.0 into my blead 25366 tree and ran all the tests that I found resulting in the following: lib/IO/Zlib/t/basic.t 15 of 15 ok. lib/IO/Zlib/t/external.t 1..0 # Skip: no /usr/bin/gzip If the GNV package is installed on VMS, then gzip is available at

odd corruption seen previously with hashes on VMS

2005-09-11 Thread Nicholas Clark
With respect to the odd corruption seen previously on VMS, but now no longer visible, might this patch have had something to do with it? I believe that the change I made was correct. If so, then because it removed a large over- allocation, it will show up any other code that failed to allocate

Re: PathTools 3.10 released

2005-09-11 Thread Michael G Schwern
On Sun, Sep 11, 2005 at 08:25:24AM -0500, Ken Williams wrote: On Thu, Aug 25, 2005 at 10:31:03PM -0500, Ken Williams wrote: I finally found time to implement the code for the prospective tests that Schwern added to File::Spec, so I uploaded 3.10 to CPAN. Should be hitting mirrors now.

Re: Zlib 2.00_02 on VMS

2005-09-11 Thread John E. Malmberg
Paul Marquess wrote: From: Abe Timmerman [mailto:[EMAIL PROTECTED] Op een mooie zomerdag (Sunday 11 September 2005 19:14),schreef Paul Marquess: This is with 5.8.6 on Alpha: t/14gzopen.. # Failed test (t/14gzopen.t at line 421) # Failed test (t/14gzopen.t at line 424) #

RE: ZLIB 2.0 / Blead 25366 on VMS

2005-09-11 Thread Paul Marquess
Thanks John. I've CCed Tom Hughes for the IO:Zlib results. I see that the majority of the failures match those that Abe Timmerman reported earlier today. Apart from running with bleed what else is different between the two versions that could account for the extra failures you are seeing? Is it

Re: PathTools 3.10 released

2005-09-11 Thread Ken Williams
On Sep 11, 2005, at 6:05 PM, Michael G Schwern wrote: On Sun, Sep 11, 2005 at 08:25:24AM -0500, Ken Williams wrote: On Thu, Aug 25, 2005 at 10:31:03PM -0500, Ken Williams wrote: I finally found time to implement the code for the prospective tests that Schwern added to File::Spec, so I

Re: ZLIB 2.0 / Blead 25366 on VMS

2005-09-11 Thread John E. Malmberg
Paul Marquess wrote: Thanks John. I've CCed Tom Hughes for the IO:Zlib results. I did not realize at the time that I did the tests that they were not the same ZLIB module. I see that the majority of the failures match those that Abe Timmerman reported earlier today. Apart from running with