Ping? [PATCH] Re: [perl #36654] Inconsistent treatment of NaN

2005-08-16 Thread Yitzchak Scott-Thoennes
Can the patches in: http://nntp.perl.org/group/perl.perl5.porters/103801 and http://nntp.perl.org/group/perl.perl5.porters/103906 be applied (or receive feedback)? Thanks.

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread John E. Malmberg
Michael G Schwern wrote: On Sat, Aug 13, 2005 at 10:33:45PM -0400, John E. Malmberg wrote: There does not seem to be a method of explicitly closing or flushing the output stream being written to by Test::Builder. Any ideas on how to resolve this? I can change the test to write to a tied file

File::Temp: euid in _is_safe(); safe_level(MEDIUM) for taint mode

2005-08-16 Thread Alexey Tourbin
Hello, The patch is explained below. --- File/Temp.pm- 2005-04-03 15:27:16 + +++ File/Temp.pm2005-08-16 22:50:39 + @@ -679,11 +679,11 @@ sub _is_safe { return 1 if $^O eq 'VMS'; # owner delete control at file level # Check to see whether owner is neither superuser (

[perl #36922] perl crash on cygwin

2005-08-16 Thread via RT
# New Ticket Created by Anton Ivanov # Please include the string: [perl #36922] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36922 > This is perl, v5.8.7 built for cygwin-thread-multi-64int The code is basically doing t

Re: [perl #36853] -Dx can crash bleadperl

2005-08-16 Thread Rafael Garcia-Suarez
Dominic Dunlop (via RT) wrote: > The following is seen in a debugging [EMAIL PROTECTED], but not in a > debugging > perl5.8.7: > > $ ./perl -Ilib -Dx -MConfig -e 1 # or -Mstrict, or ... Thanks, fixed by change #25296. [...] > Segmentation fault

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread Michael G Schwern
On Sat, Aug 13, 2005 at 10:33:45PM -0400, John E. Malmberg wrote: > There does not seem to be a method of explicitly closing or flushing the > output stream being written to by Test::Builder. > > Any ideas on how to resolve this? I can change the test to write to a tied filehandle or I can make s

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread sebb
On 16/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote: > Sebb wrote: > > On 15/08/05, Carl Friedberg <[EMAIL PROTECTED]> wrote: > > > >>sebb wrote: > >> > >>On VMS, the default behavior makes sense. VMS is a > >>multi-user system, and when you open a file, the > >>default access is exclusi

[perl #36918] Sed 2 perl (s2p) bug report file attached

2005-08-16 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #36918] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36918 > Hi People: A perlbug report document generated by perlbug is attached. The repor

Re: Time::HiRes::nanosleep support for Solaris [PATCH]

2005-08-16 Thread Jarkko Hietaniemi
H.Merijn Brand wrote: > On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote: > > >>I noticed that our Solaris builds ends up with a Time::HiRes module >>that does not support nanosleep. This happens because the Solaris >>hints file for Time::HiRes tries to use the POSIX module tha

Re: [perl #36839] \xA0 (non-breaking space) does and doesn't matc h \s

2005-08-16 Thread Rafael Garcia-Suarez
Konovalov, Vadim wrote: > > However, this is *the* unfixable UTF-8 bug in Perl 5 - the > > fact that 1 bit > > is used as a flag that both signals "buffer is encoded as UTF-8" and > > "string should use Unicode rather than bytes semantics" > > But may be those two concepts should be considered sy

Re: Time::HiRes::nanosleep support for Solaris [PATCH]

2005-08-16 Thread Gisle Aas
demerphq <[EMAIL PROTECTED]> writes: > On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote: > >/tmp/perl-aekojpkufyzuasapckiyadszkxhdobbloqazueglxwkksqoohxylbukriemwutaerimizyjbxfnynbotpkfurxdgmkhwefhqxhyptjatvzulotpskbfuda > > Thats quite the directory name there, must be a bitch

[perl #36909] $^R undefined on matches involving backreferences

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

Smoke [5.9.0] 25294 FAIL(m) openbsd 3.6 (i386/1 cpu)

2005-08-16 Thread Steven P. Schubiger
Automated smoke report for 5.9.0 patch 25294 accognoscere.homeunix.org: AMD Athlon(TM) XP 1800+ ("AuthenticAMD" 686-class) (i386/1 cpu) onopenbsd - 3.6 using cc version 2.95.3 20010125 (prerelease, propolice) smoketime 3 minutes 1 seconds (average 22.625 seconds) Summary:

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread John E. Malmberg
Sebb wrote: > On 15/08/05, Carl Friedberg <[EMAIL PROTECTED]> wrote: > >>sebb wrote: >> >>On VMS, the default behavior makes sense. VMS is a >>multi-user system, and when you open a file, the >>default access is exclusive. VMS has rich file >>sharing semantics, so it is easy to change this >>behav

Re: Getopt::Long bundling bug

2005-08-16 Thread Alexey Tourbin
On Tue, Aug 16, 2005 at 06:27:46PM +0400, Alexey Tourbin wrote: > $ perl -MGetopt::Long=GetOptions -e 'GetOptions("v|verbose+"=>$v)' -- > --verbosex > Unknown option: verbosex > $ perl -MGetopt::Long=GetOptions,:config,bundling -e > 'GetOptions("v|verbose+"=>$v)' -- --verbosex > Unknown option: v

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread sebb
On 14/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote: > Tests 7 and 8 for this script are failing on VMS. > > Test 7 is failing because normally on VMS, unless you specify otherwise, > you get exclusive access to the file, so the second open is failing. > > The logical name DECC$FILE_SHARING d

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread sebb
On 15/08/05, Carl Friedberg <[EMAIL PROTECTED]> wrote: > sebb wrote: > > JEM wrote: > > > Test 7 is failing because normally on VMS, unless you > > specify otherwise, > > > you get exclusive access to the file, so the second open is failing. > > > > > > The logical name DECC$FILE_SHARING defined as

[perl #36908] ?{ ...}) code loses local vars on subsequent matches

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

Getopt::Long bundling bug

2005-08-16 Thread Alexey Tourbin
On Tue, Aug 16, 2005 at 05:55:02AM +0400, Alexey Tourbin wrote: > Does this make any sense? Now I use Pod::Usage in my scripts, > and it works almost fine. Here is another issue: I use Getopt::Long, too. $ perl -MGetopt::Long=GetOptions -e 'GetOptions("v|verbose+"=>$v)' -- --verbosex Unknown op

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread sebb
On 16/08/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > sebb <[EMAIL PROTECTED]> wrote on 08/15/2005 08:34:31 PM: > > > > > Would it not be better to fix the VMS Perl open() call so it works > the > > > > same as on other OSes? > > > > I meant for READ access only here. > > The performa

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread sebb
On 16/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote: > sebb wrote: > > On 14/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote: > > > >>Tests 7 and 8 for this script are failing on VMS. > >> > >>Test 7 is failing because normally on VMS, unless you specify otherwise, > >>you get exclusive acces

RE: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread Carl Friedberg
sebb wrote: > JEM wrote: > > Test 7 is failing because normally on VMS, unless you > specify otherwise, > > you get exclusive access to the file, so the second open is failing. > > > > The logical name DECC$FILE_SHARING defined as "ENABLE" will > change VMS > > behavior to that of UNIX which wil

Fw: Re: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform

2005-08-16 Thread SADAHIRO Tomoyuki
perl5 porters, There is a response in approval from Sastry to my proposed patch. I'll forward it and now submit the proposal (on my prev mail) to p5p. Regards, SADAHIRO Tomoyuki Forwarded by SADAHIRO Tomoyuki <[EMAIL PROTECTED]> --- Original Message --- F

Re: lib/test/simple/t/create.t help with VMS issue needed.

2005-08-16 Thread PPrymmer
sebb <[EMAIL PROTECTED]> wrote on 08/15/2005 08:34:31 PM: > > > Would it not be better to fix the VMS Perl open() call so it works the > > > same as on other OSes? > > I meant for READ access only here. The performance impact of altering perl's open() to use the CRTL shr would be significant.

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

2005-08-16 Thread kane
Automated smoke report for 5.9.3 patch 25294 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(F) O = OK F = Failure(s), extended repor

Re: Time::HiRes::nanosleep support for Solaris [PATCH]

2005-08-16 Thread demerphq
On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote: >/tmp/perl-aekojpkufyzuasapckiyadszkxhdobbloqazueglxwkksqoohxylbukriemwutaerimizyjbxfnynbotpkfurxdgmkhwefhqxhyptjatvzulotpskbfuda Thats quite the directory name there, must be a bitch to type yves -- perl -Mre=debug -e "/ju

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

2005-08-16 Thread Steve Hay
Automated smoke report for 5.9.3 patch 25294 Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) onMSWin32 - WinXP/.Net SP2 using cl version 12.00.8804 smoketime 10 hours 20 minutes (average 15 minutes 31 seconds) Summary: FAIL(XF) O = OK F = F

Re: Time::HiRes::nanosleep support for Solaris [PATCH]

2005-08-16 Thread H.Merijn Brand
On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote: > I noticed that our Solaris builds ends up with a Time::HiRes module > that does not support nanosleep. This happens because the Solaris > hints file for Time::HiRes tries to use the POSIX module that is not > available when the