Smoke [5.9.3] 24449 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)

2005-05-12 Thread Steve Hay
Automated smoke report for 5.9.3 patch 24449 TANGAROA.uk.radan.com: Intel(R) Pentium(R) 4 CPU 2.00GHz(~1992 MHz) (x86/1 cpu) onMSWin32 - WinXP/.Net SP1 using cl version 12.00.8804 smoketime 10 hours 40 minutes (average 26 minutes 42 seconds) Summary: FAIL(F) O = OK F = F

Re: [perl #33766] [PATCH] perldoc -f split lacks basic null example

2005-05-12 Thread Rafael Garcia-Suarez
Randy W. Sims wrote: > Dave Mitchell wrote: > > On Wed, May 11, 2005 at 02:14:28PM -0400, Ronald J Kimball wrote: > > > >>Of course split('') is equivalent to split(//), just as split('a|b') is > >>equivalent to split(/a|b/). > > > > > > And of course split(/a\b/) is *not* equivalent to split("a

ponie in svn

2005-05-12 Thread Nicholas Clark
Robert has migrated ponie to subversion: http://svn.perl.org/ponie/ http://svn.perl.org/viewcvs/ponie/ I've RTFM and then tweaked the svn:external property so that svn co http://svn.perl.org/ponie/trunk ponie will automatically check out parrot's trunk in the right place. For me it pass

Re: Why is $? forced to 16 bits?

2005-05-12 Thread Rafael Garcia-Suarez
Gisle Aas wrote: > The following trivial test program fails on AIX 5.1 because the high > bits are always stipped off $?. Does anybody know why perl does this? Smells like non portable assumptions. As says perlvar, This is just the 16-bit status word returned by the wait() system call (o

Re: ponie in svn

2005-05-12 Thread Rafael Garcia-Suarez
Nicholas Clark wrote: > Robert has migrated ponie to subversion: OK. Next question... migrating perl 5 ?

Re: [PATCH] Add Win32::GetFileVersion() function

2005-05-12 Thread Rafael Garcia-Suarez
Jan Dubois wrote: > The attached patch adds Win32::GetFileVersion() to the Win32 module. > > It also adds documentation for Win32::GuidGen(), which has been part > of the Win32 module for a long time, but somehow I overlooked it when > I wrote the docs for the other functions. > > While looking a

Re: [PATCH] Add Win32::GetFileVersion() function

2005-05-12 Thread Steve Hay
Rafael Garcia-Suarez wrote: >Jan Dubois wrote: > > >>The attached patch adds Win32::GetFileVersion() to the Win32 module. >> >>It also adds documentation for Win32::GuidGen(), which has been part >>of the Win32 module for a long time, but somehow I overlooked it when >>I wrote the docs for the o

[perl #35420] localtime corruption

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

Re: [PATCH] Add Win32::GetFileVersion() function

2005-05-12 Thread Rafael Garcia-Suarez
Steve Hay wrote: > Rafael Garcia-Suarez wrote: > > > >Looks like this patch was already applied in : > > > ?! No it wasn't... > > But it is applied now (#24453). Thanks. Er, well, ok. The space-time continuum isn't was it used to be ...

Re: [PATCH] Add Win32::GetFileVersion() function

2005-05-12 Thread Steve Hay
Steve Hay wrote: >>Jan Dubois wrote: >> >> >> >> >>>The attached patch adds Win32::GetFileVersion() to the Win32 module. >>> >>> >But it is applied now (#24453). > In the course of applying that I spotted a couple of unreferenced local variables in other functions, which change #24454

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

2005-05-12 Thread kane
Automated smoke report for 5.9.3 patch 24449 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 4 hours 7 minutes (average 2 hours 3 minutes) Summary: FAIL(F) O = OK F = Failure(s), extended report

Re: [perl #35420] localtime corruption

2005-05-12 Thread Rafael Garcia-Suarez
Daniel Pfeiffer (via RT) wrote: > localtime returns rubbish outside of -~0/2..~0/2. The first quarter of > possible arguments all return 1901, while the last quarter wraps around > after > 2038, back to 1970. This should die or, better, be extended. Perl can't do better than the OS here.

Perl 5.8.6 on PASE (AIX 5.2 emulation on iSeries AS/400)

2005-05-12 Thread Henri Gomez
Hi to all, I'm trying to build Perl 5.8.6 on PASE, which is an AIX 5.2 emulation on iSeries (AS/400). I'm using OS/400 V5R3 so the AIX emulation is 5.2 I'm using gcc 3.3.2 and succeed in build but I wonder about test resuls. I used : sh Configure -Dcc=gcc -d -DPASE -Dprefix=/QOpenSys/perl586

Segfault with Storable

2005-05-12 Thread Thomas Fjellstrom
I didn't submit a bug for this, because I'm not sure it really is a bug, but wanted some info... I've attached my test case which coredumps with the latest "stable" perl, straight from cpan, yet only on my computers? Some folks from #perl were nice enough to test for me, and they couldn't manag

[perl #35423] case insensitive regexp/UTF 8 "malformed" error

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

Re: [perl #35423] case insensitive regexp/UTF 8 "malformed" error

2005-05-12 Thread Nicholas Clark
On Thu, May 12, 2005 at 04:31:59PM -, Nicholas Clark wrote: > 'é' is in the string at offset 20 ^ My copy of mutt doesn't believe in UTF-8. I can't remember if RT UTF-8-ises everything that passes through it, but in the original program output that was a single byte é Nicholas Clark

[PATCH] Add a Makefile target for ctags

2005-05-12 Thread Andy Lester
This patch changes the ctags target from being a synonym for "tags" and "etags" to running Exuberant Tags (ctags.sf.net). I don't use Emacs-format tags, and I bet many others don't, either. vim has beautiful support for ctags. Ctrl-] jumps to the definition of the symbol under the cursor, for ex

Re: [perl #35423] case insensitive regexp/UTF 8 "malformed" error

2005-05-12 Thread Tassilo von Parseval
On Thu, May 12, 2005 at 05:34:52PM +0100 Nicholas Clark wrote: > On Thu, May 12, 2005 at 04:31:59PM -, Nicholas Clark wrote: > > > 'é' is in the string at offset 20 >^ > > My copy of mutt doesn't believe in UTF-8. I can't remember if RT UTF-8-ises > everything that passes through it, but

Should we move PVGVs to arenas?

2005-05-12 Thread Nicholas Clark
PVGVs are currently allocated like this: #define new_XPVGV() my_safemalloc(sizeof(XPVGV)) #define del_XPVGV(p)my_safefree(p) There seems to be an assumption that they are rare. A little empirical testing suggest that this is very wrong: $ /usr/local/maint/bin/perl -MDevel::Arena -MEncode

Re: Why is $? forced to 16 bits?

2005-05-12 Thread Ton Hospel
In article <[EMAIL PROTECTED]>, Rafael Garcia-Suarez <[EMAIL PROTECTED]> writes: > > PL_statusvalue is defined as 32 bits integer in intrpvar.h. > wait(3) on Linux says that status is an "int". So your patch seems sane. > Other opinions ? > Mm, this is all very unfortunate. Traditionally

Re: [perl #35420] localtime corruption

2005-05-12 Thread Ton Hospel
In article <[EMAIL PROTECTED]>, Rafael Garcia-Suarez <[EMAIL PROTECTED]> writes: > Daniel Pfeiffer (via RT) wrote: >> localtime returns rubbish outside of -~0/2..~0/2. The first quarter of >> possible arguments all return 1901, while the last quarter wraps around >> after >> 2038, back to

[perl #35416] Problem compiling perl 5.9.2

2005-05-12 Thread Steve Peters via RT
> [pierre - Wed May 11 16:13:16 2005]: > > # make > LD_LIBRARY_PATH=/tmp/perl- > 5.9.2:/usr/local/lib:/usr/local/qt/lib:/usr/local/kde/lib:/usr/local/pwlib/lib:/usr/local/openh323/lib > gcc -L/usr/local/lib -o miniperl \ > miniperlmain.o opmini.o libperl.so -lnsl -ldl -lm -lcrypt -lutil > -lp

Re: [perl #35420] localtime corruption

2005-05-12 Thread John Peacock
Ton Hospel wrote: Actually, I suppose we could. We don't *have* to use the libc localtime/gmtime/strftime and could implement our own, though it might need some per OS code, mainly to find the timezone database and to decide if the clock is TAI or nominal (without leap) seconds. libtai is public

FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)

2005-05-12 Thread José Pedro Oliveira
Hi, Shouldn't the code in the FindBin.pm patches #24375 and #24379 be also applied to the true block of "if($0 eq '-e' || $0 eq '-')" ? -- --- FindBin.pm.145 2005-05-03 13:46:43.0 +0100 +++ FindBin.pm 2005-05-12 20:20:22.0 +0100 @@ -113,8 +113,11 @@ { # perl i

Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7

2005-05-12 Thread Steve Peters
On Tue, May 10, 2005 at 12:44:13PM -0500, Steve Peters wrote: > On Tue, May 10, 2005 at 09:38:37AM +0100, Nicholas Clark wrote: > > On Mon, May 09, 2005 at 09:10:49PM -0500, Steve Peters wrote: > > > > > The attached patch initializes the structs with a memzero() prior to > > > calling getprotoby

Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7

2005-05-12 Thread Nicholas Clark
On Thu, May 12, 2005 at 03:15:32PM -0500, Steve Peters wrote: > For even more fun, reentr.pl is structured very different in maint that it > is in blead. Attached is a patch to reentr.pl for maint only. The > results of this patch has been tested with a multithreaded Perl on OpenBSD > and all t

[perl #35427] reset coredumps pre 5.8.0

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

Segfault with Storable

2005-05-12 Thread Thomas Fjellstrom
I didn't submit a bug for this, because I'm not sure it really is a bug, but wanted some info... I've attached my test case which coredumps with the latest "stable" perl, straight from cpan, yet only on my computers? Some folks from #perl were nice enough to test for me, and they couldn't manag

Re: Segfault with Storable

2005-05-12 Thread Thomas Fjellstrom
I appologise for any duplicates, I was having issues with gmail... -- Thomas Fjellstrom [EMAIL PROTECTED]

Re: Why is $? forced to 16 bits?

2005-05-12 Thread David Nicol
On 5/12/05, Ton Hospel <[EMAIL PROTECTED]> wrote: > And isn't a simular fix needed for the returncode of system() ? fascinating stuff. Would it make sense to abstract return code massaging into a macro, possibly different per-platform? -- David L Nicol Like a bird on a wire, Like a drunk in a

[perl #35426] Perl crash on syntax error

2005-05-12 Thread Steve Peters via RT
> [suckfish - Thu May 12 13:53:17 2005]: > > > This is a bug report for perl from [EMAIL PROTECTED], > generated with the help of perlbug 1.35 running under perl v5.8.6. > > > - > Segfault on a syntax error: > > $ perl -e 'sub c{(