Search Discussions
-
lep a5:/pro/tu/lep/4gl/l03f000 137 perl -Mcharnames=:full,alias,pro -le'print "\N{y_DIAERES}"' | dump [DUMP 0.5.05 UX] 00000000 FF 0A .. lep a5:/pro/tu/lep/4gl/l03f000 138 perl ...
H.Merijn Brand
Oct 24, 2002 at 2:10 pm
Nov 1, 2002 at 9:47 am -
As a start for a `normal' interface to the interperters internals, this time no open hack, but a neat interface. Very open to additions. Useful? Feedback please NAME Devel-Internals - Perl extension ...
H.Merijn Brand
Oct 2, 2002 at 11:50 am
Oct 11, 2002 at 9:10 pm -
I've had a few reports of the newest Compress::ZLib failing its test suite on Redhat 8 + 5.8.0. After a bit of digging with the assistance of the first person to report the issue, I've boiled the ...
Paul Marquess
Oct 30, 2002 at 9:35 pm
Nov 19, 2002 at 11:56 pm -
# New Ticket Created by Autrijus Tang # Please include the string: [perl #18107] # in the subject line of all future correspondence about this issue. # <URL: ...
Autrijus Tang
Oct 29, 2002 at 2:43 am
Dec 9, 2002 at 1:13 am -
I have a task for someone. I know approximately what to do but I do not have the time to do it-- and implementing what it takes wouldn't sit that well with my intention of taking some time off from ...
Jarkko Hietaniemi
Oct 7, 2002 at 2:32 pm
Oct 8, 2002 at 9:27 pm -
# New Ticket Created by David Kernen # Please include the string: [perl #18066] # in the subject line of all future correspondence about this issue. # <URL: ...
David Kernen
Oct 23, 2002 at 9:54 pm
Nov 5, 2002 at 9:23 pm -
I was fooled for a moment by the misleading DO NOT EDIT headers that did not mention embed.fnc. regen_headers, of course. --- embed.pl.dist 2002-10-23 18:34:05.000000000 +0300 +++ embed.pl 2002-10-23 ...
Jarkko Hietaniemi
Oct 23, 2002 at 3:41 pm
Nov 19, 2002 at 1:18 pm -
The new safe signal implementation seems to cause a number of problems. In former perl versions, it was possible to use the following snippet $SIG{ALRM} = sub { die }; eval { alarm($timeout); # ...
Slaven Rezic
Oct 13, 2002 at 4:28 pm
Oct 14, 2002 at 8:29 am -
cc -c -I/usr/local/BerkeleyDB/include -Ae -DDEBUGGING -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit -DVERSION=\"1.804\" ...
H.Merijn Brand
Oct 9, 2002 at 7:25 am
Oct 10, 2002 at 9:11 am -
Hi all, File::Spec::Win32::rel2abs('../../dir') returns cwd/../../dir which is IMHO wrong as this result is good for shell only and is not good for other uses. AFAIK, this is intended behavior in ...
Information Service
Oct 2, 2002 at 10:09 am
Oct 9, 2002 at 4:25 am -
13
5005thr
Can I uncover the chainsaw? -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE ...H.Merijn Brand
Oct 1, 2002 at 12:53 pm
Oct 8, 2002 at 4:47 pm -
# New Ticket Created by David Dyck # Please include the string: [perl #18055] # in the subject line of all future correspondence about this issue. # <URL: ...
David Dyck
Oct 22, 2002 at 6:15 pm
Oct 24, 2002 at 10:11 am -
(Or perl not accurate enough, perhaps.) When compiled with long doubles, we get a test failure: ext/Storable/t/code..................B::Deparse version 0.609.999.999.999.999.987 required--this is ...
Hv
Oct 11, 2002 at 12:53 pm
Oct 17, 2002 at 3:50 pm -
Subject: Re: Net::Ping 2.23 failure on Irix Subject: Re: FAIL Net-Ping-2.23 IP30-irix-thread-multi-64int-ld 6.5 Subject: Re: FAIL Net-Ping-2.23 sun4-solaris 2.8 cpan testing: Ugh, you're killing me. ...
Rob Brown
Oct 21, 2002 at 4:51 pm
Nov 19, 2002 at 6:48 pm -
Could we remove the facility to set the bug severity from perlbug? All users' bugs are high priority, because they are high priority to them. Hence this field is usually not set to anything ...
Nicholas Clark
Oct 22, 2002 at 9:12 pm
Nov 7, 2002 at 2:51 pm -
Automated smoke report for patch 18027 on MSWin32 - 5.0 Win2000Pro (MSWin32-x86) v1.16_03 using gcc version 3.2 O = OK F = Failure(s), extended report at the bottom ? = still running or test results ...
Abe Timmerman
Oct 17, 2002 at 9:14 pm
Oct 23, 2002 at 7:12 pm -
Houston, we have a problem. It looks like we get failures, probably SEGVs, from t/op/closure, for configurations with perl's malloc and no threads and no -DDEBUGGING That combination may be ...
Nicholas Clark
Oct 5, 2002 at 2:40 am
Oct 12, 2002 at 3:30 pm -
# New Ticket Created by Chris Darroch # Please include the string: [perl #17757] # in the subject line of all future correspondence about this issue. # <URL: ...
Chris Darroch
Oct 4, 2002 at 6:19 pm
Jan 21, 2003 at 3:25 am -
# New Ticket Created by Jan Dubois # Please include the string: [perl #18113] # in the subject line of all future correspondence about this issue. # <URL: ...
Jan Dubois
Oct 29, 2002 at 2:43 am
Nov 19, 2002 at 12:58 pm -
Is there a reason why require is always called in scalar context ? $ cat foo.pl (3,4,5); $ perl -le 'print require "foo.pl"' 5 $ perl -MO=Concise -e 'print require "foo.pl"' 7 <@ leave[t1] vKP/REFC - ...
Rafael Garcia-Suarez
Oct 18, 2002 at 10:13 pm
Nov 11, 2002 at 10:33 pm -
10
FYI Cygwin
FYI: cygwin-1.3.13-2 is out. With - surprise - a long changelist available on the site (www.cywin.com). Lost of thread and timer fixes. Smoke is running. -- H.Merijn Brand Amsterdam Perl Mongers ...H.Merijn Brand
Oct 15, 2002 at 10:05 am
Oct 23, 2002 at 10:09 am -
This is a problem that occurs when installing perl5.8.0 over perl5.6.x, I think (Ccing perl5-porters for confirmation). Here's what happened: perl5.8.0 tried to reuse perl modules from perl5.6.1. ...
Barrie Slaymaker
Oct 16, 2002 at 7:57 pm
Oct 17, 2002 at 7:14 pm -
Hi, I just uploaded Safe.pm 2.08 to PAUSE, however it only works on 5.8 since it requires a newer Opcode.pm. Could/should Opcode be backported to 5.5/5.6 aswell? Any volunteers ;-), or should Safe.pm ...
Arthur Bergman
Oct 5, 2002 at 6:41 pm
Oct 6, 2002 at 12:40 pm -
Does this qualify as a bug? ============================================================== #my ($one,$two) = @{foo()}; # doesn't work my ($list) = foo(); # works my ($one,$two) = @$list; print "$one, ...
Elizabeth Mattijsen
Oct 27, 2002 at 12:46 pm
Oct 28, 2002 at 9:24 pm -
Only alias supported, alias can be anon hash, file, or file with implicit :full While testing I noticed that charnames does not support :full *and* :short Alias files can also have :short aliases ...
H.Merijn Brand
Oct 15, 2002 at 7:18 pm
Oct 17, 2002 at 10:22 am -
the blesses the first ref to the package that the second ref is already blessed to. What isn't clear about it? The idea is (was?) to allow inherited constructors. How do you rig an inheritable ...
David Nicol
Oct 10, 2002 at 6:44 pm
Oct 14, 2002 at 8:43 am -
Hi All, Somewhere between now and the earlier 5.9 builds the build process under Win32 VC7 (or VC6) has broken completely. A straight out of the box (er rsynch) fails build with the following: link ...
Orton, Yves
Oct 4, 2002 at 4:33 pm
Oct 12, 2002 at 3:26 pm -
While everyone has their own preferences for searching the bug database for things to close, it's best to deal with them when they are first reported. Unfortunately, many bugs go by with no response ...
Yitzchak Scott-Thoennes
Oct 8, 2002 at 1:16 am
Dec 6, 2002 at 8:17 pm -
Hugo, I am now convinced that Inaba-san's patch that addresses tr/// vs. use encoding issue, is good enough to go into bleedperl. The problem was reported as follows; With this patch tr/// with ...
Dan Kogai
Oct 21, 2002 at 8:36 am
Nov 7, 2002 at 3:13 pm -
This Week on perl5-porters (14-20 October 2002) This week, folks, I've written a low-fat summary. Not that I'm especially tired, but the bulk of messages in perl5-porters were bug reports and small ...
Rafael Garcia-Suarez
Oct 21, 2002 at 8:18 pm
Oct 29, 2002 at 9:41 am -
# New Ticket Created by Andreas Jurenda # Please include the string: [perl #17744] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas Jurenda
Oct 4, 2002 at 2:58 pm
Oct 5, 2002 at 9:51 am -
.../ext/Storable/t/code.................NOK 38# Test 38 got: 'code sub { use strict 'refs'; 'JAPH'; } caused an error: caller trapped by operation mask at ../lib/strict.pm line 22. Compilation failed ...
Andreas J. Koenig
Oct 3, 2002 at 8:25 am
Oct 3, 2002 at 9:45 pm -
# New Ticket Created by Barrie Slaymaker # Please include the string: [perl #18048] # in the subject line of all future correspondence about this issue. # <URL: ...
Barrie Slaymaker
Oct 22, 2002 at 4:47 am
Nov 6, 2002 at 9:54 pm -
This is a build failure report for perl from nick@ccl4.org, generated with the help of perlbug 1.34 running under perl v5.9.0. ----------------------------------------------------------------- ...
Nicholas Clark
Oct 26, 2002 at 8:47 pm
Oct 28, 2002 at 9:57 pm -
# New Ticket Created by tassilo.parseval@post.rwth-aachen.de # Please include the string: [perl #18045] # in the subject line of all future correspondence about this issue. # <URL: ...
tassilo.parseval@post.rwth-aachen.de (via RT)
Oct 21, 2002 at 11:07 pm
Oct 22, 2002 at 10:12 pm -
Below are some minor tweaks in Porting/pumpkin.pod. I also noticed that there are some modules which changed between 5.6.1 and 5.8.0, but still have the same version numbers. Maybe add a section to ...
Slaven Rezic
Oct 3, 2002 at 7:57 pm
Oct 18, 2002 at 8:51 pm -
' ', '0', ')' seem to be superfluous, respectively. diff -urN old/perlhist.pod new/perlhist.pod --- old/perlhist.pod Sun Oct 13 08:50:48 2002 +++ new/perlhist.pod Sun Oct 13 08:51:50 2002 @@ -38,7 ...
SADAHIRO Tomoyuki
Oct 13, 2002 at 12:00 am
Oct 14, 2002 at 9:41 pm -
Can anybody confirm this is a typo? Regards, Slaven --- scope.c.orig Sat Oct 12 23:55:25 2002 +++ scope.c Sat Oct 12 23:55:38 2002 @@ -717,7 +717,7 @@ Perl_leave_scope(pTHX_ I32 base) ptr = SSPOPPTR; ...
Slaven Rezic
Oct 12, 2002 at 10:04 pm
Oct 14, 2002 at 5:39 pm -
This message is nothing other than an annoyance. If you can't trust the perldoc you installed, why should you trust the perl you installed? --- utils/perldoc.PL~ 2002-10-08 11:09:00.000000000 +0100 ...
Simon Cozens
Oct 8, 2002 at 10:13 am
Oct 13, 2002 at 12:52 am -
A while ago I came across something stating that my (@x, @y) was quicker than my @x; my @y; This is reasonably reasonable. What I didn't expect was that my (@x); my (@y); would be quicker than both ...
Tony Bowden
Oct 2, 2002 at 6:33 pm
Oct 3, 2002 at 9:17 pm -
CPAN/MakeMaker version 0.10 =========================== The module ExtUtils::MakeMaker is familiar to everybody. It's on the first line of every Makefile.PL of every module distribution on CPAN. The ...
Brian Ingerson
Oct 28, 2002 at 1:29 am
Nov 16, 2002 at 10:18 pm -
Hello. I've attached a (very small) patch for Class::Struct that allows me to do: use Class::Struct ELEMENT_NAME = ELEMENT_TYPE, ... ; which has the same effect as: use Class::Struct; BEGIN { struct ...
Marty Pauley
Oct 18, 2002 at 8:22 pm
Nov 5, 2002 at 2:23 am -
I can't build blead with gcc3.2 and ccache (on x86 linux, but I suspect the problem is portable) the problem would seem to be a side effect of how this bit of Configure interacts with how ccache ...
Nicholas Clark
Oct 29, 2002 at 3:01 pm
Nov 4, 2002 at 5:19 pm -
Dear Perl gurus, I noticed that some changes have been done to e.g. lib/Pod/Checker.pm in the perl-5.8.0 distribution, relative to PodParser-1.18 on CPAN. Who did these changes? There is one that ...
Marek Rouchal
Oct 30, 2002 at 10:22 am
Oct 31, 2002 at 4:46 pm -
Hi all. In my effort to get Inline into the core I have attempted to change all the file path operations to use File::Spec. For the most part, things work. One thing I am doing is using catfile(), ...
Brian Ingerson
Oct 23, 2002 at 5:43 am
Oct 23, 2002 at 12:12 pm -
-----BEGIN PGP SIGNED MESSAGE----- Moin, perl -Mbignum is supposed to catch all constants and convert them to BigInts/BigFloats. This is obviously neccessary for *all* cases, not only for big ...
Tels
Oct 13, 2002 at 11:32 am
Oct 14, 2002 at 7:07 am -
Assuming we want to see the warnings during the devel cycle: --- cflags.SH.dist 2002-10-05 21:44:19.000000000 +0300 +++ cflags.SH 2002-10-05 21:46:33.000000000 +0300 @@ -131,8 +131,8 @@ *-Wall*) ;; ...
Jarkko Hietaniemi
Oct 5, 2002 at 6:50 pm
Oct 12, 2002 at 12:20 am -
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #18165] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark-Jason Dominus
Oct 30, 2002 at 5:38 pm
Dec 8, 2002 at 11:15 pm -
It looks like we have lost threads in Windows 2000 (for all three supported compilers) Could this have to do with Merijn's chainsaw job on the 5005 threads? Automated smoke report for patch 18064 on ...
by way of Abe Timmerman
Oct 26, 2002 at 1:00 pm
Nov 12, 2002 at 11:20 pm -
# New Ticket Created by Yitzchak Scott-Thoennes # Please include the string: [perl #18175] # in the subject line of all future correspondence about this issue. # <URL: ...
Yitzchak Scott-Thoennes
Oct 31, 2002 at 5:38 am
Nov 7, 2002 at 8:06 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 249 |
posts | 1,221 |
users | 135 |
website | perl.org |
135 users for October 2002
Archives
- June 2016 (5)
- May 2016 (782)
- April 2016 (174)
- March 2016 (531)
- December 2015 (245)
- April 2015 (169)
- March 2015 (473)
- February 2015 (439)
- January 2015 (1,057)
- December 2014 (1,349)
- November 2014 (966)
- October 2014 (1,113)
- September 2014 (1,618)
- August 2014 (784)
- July 2014 (976)
- June 2014 (1,234)
- May 2014 (1,223)
- April 2014 (772)
- March 2014 (754)
- February 2014 (1,098)
- January 2014 (1,160)
- December 2013 (788)
- November 2013 (1,137)
- October 2013 (838)
- September 2013 (1,294)
- August 2013 (1,480)
- July 2013 (1,403)
- June 2013 (1,437)
- May 2013 (1,331)
- April 2013 (436)
- March 2013 (795)
- February 2013 (762)
- December 2012 (972)
- November 2012 (155)
- October 2012 (1,550)
- September 2012 (1,847)
- August 2012 (1,300)
- July 2012 (1,143)
- June 2012 (1,403)
- May 2012 (1,373)
- April 2012 (993)
- March 2012 (958)
- February 2012 (1,326)
- January 2012 (1,667)
- December 2011 (1,109)
- November 2011 (1,422)
- October 2011 (840)
- September 2011 (1,365)
- August 2011 (1,119)
- July 2011 (1,330)
- June 2011 (946)
- May 2011 (1,393)
- April 2011 (1,195)
- March 2011 (866)
- February 2011 (949)
- January 2011 (1,089)
- December 2010 (962)
- November 2010 (1,137)
- October 2010 (828)
- September 2010 (988)
- August 2010 (1,087)
- July 2010 (1,280)
- June 2010 (670)
- May 2010 (968)
- April 2010 (1,475)
- March 2010 (1,025)
- February 2010 (990)
- January 2010 (1,101)
- December 2009 (1,010)
- November 2009 (1,157)
- October 2009 (1,628)
- September 2009 (790)
- August 2009 (1,183)
- July 2009 (1,367)
- June 2009 (1,126)
- May 2009 (809)
- April 2009 (606)
- March 2009 (812)
- February 2009 (714)
- January 2009 (913)
- December 2008 (752)
- November 2008 (1,039)
- October 2008 (903)
- September 2008 (761)
- August 2008 (496)
- July 2008 (758)
- June 2008 (923)
- May 2008 (931)
- April 2008 (813)
- March 2008 (954)
- February 2008 (850)
- January 2008 (1,433)
- December 2007 (1,146)
- November 2007 (1,102)
- October 2007 (896)
- September 2007 (1,183)
- August 2007 (737)
- July 2007 (1,316)
- June 2007 (1,017)
- May 2007 (1,071)
- April 2007 (1,129)
- March 2007 (1,150)
- February 2007 (1,179)
- January 2007 (947)
- December 2006 (670)
- November 2006 (1,105)
- October 2006 (962)
- September 2006 (695)
- August 2006 (597)
- July 2006 (948)
- June 2006 (1,145)
- May 2006 (1,002)
- April 2006 (1,102)
- March 2006 (1,056)
- February 2006 (1,026)
- January 2006 (1,142)
- December 2005 (1,030)
- November 2005 (825)
- October 2005 (996)
- September 2005 (885)
- August 2005 (693)
- July 2005 (1,381)
- June 2005 (1,137)
- May 2005 (909)
- April 2005 (795)
- March 2005 (762)
- February 2005 (503)
- January 2005 (815)
- December 2004 (931)
- November 2004 (981)
- October 2004 (670)
- September 2004 (449)
- August 2004 (749)
- July 2004 (871)
- June 2004 (708)
- May 2004 (711)
- April 2004 (986)
- March 2004 (1,232)
- February 2004 (934)
- January 2004 (1,310)
- December 2003 (1,055)
- November 2003 (1,220)
- October 2003 (1,628)
- September 2003 (1,693)
- August 2003 (2,053)
- July 2003 (1,739)
- June 2003 (1,064)
- May 2003 (1,344)
- April 2003 (1,256)
- March 2003 (1,143)
- February 2003 (1,236)
- January 2003 (1,108)
- December 2002 (897)
- November 2002 (874)
- October 2002 (1,221)
- September 2002 (1,255)
- August 2002 (1,696)
- July 2002 (1,719)
- June 2002 (2,292)
- May 2002 (2,016)
- April 2002 (2,489)
- March 2002 (2,413)
- February 2002 (1,488)
- January 2002 (1,641)
- December 2001 (2,190)
- November 2001 (2,082)
- October 2001 (1,372)
- September 2001 (1,828)
- August 2001 (1,602)
- July 2001 (1,667)
- June 2001 (1,833)
- May 2001 (2,353)
- April 2001 (1,893)
- March 2001 (1,594)
- February 2001 (1,808)
- January 2001 (1,825)
- December 2000 (1,353)
- November 2000 (1,776)
- October 2000 (1,452)
- September 2000 (1,318)
- August 2000 (2,169)
- July 2000 (1,118)
- June 2000 (773)
- May 2000 (1,163)
- April 2000 (1,181)
- March 2000 (2,886)
- February 2000 (1,596)
- January 2000 (1,407)
- December 1999 (644)
- November 1999 (1,102)
- October 1999 (1,537)
- September 1999 (1,425)
- August 1999 (303)