Search Discussions
-
# New Ticket Created by "Nathan H Zook" # Please include the string: [perl #31421] # in the subject line of all future correspondence about this issue. # <URL: ...
Nathan H Zook
Sep 1, 2004 at 4:55 pm
Sep 25, 2004 at 5:34 pm -
Automated smoke report for 5.8.5 patch 23318 TANGAROA.uk.radan.com: Intel(R) Pentium(R) 4 CPU 2.00GHz(~1992 MHz) (x86/1 cpu) on MSWin32 - WinXP/.Net SP1 using cl version 12.00.8804 smoketime 4 hours ...
Steve Hay
Sep 10, 2004 at 9:58 pm
Sep 20, 2004 at 9:04 pm -
Automated smoke report for 5.8.5 patch 23301 TANGAROA.uk.radan.com: Intel(R) Pentium(R) 4 CPU 2.00GHz(~1992 MHz) (x86/1 cpu) on MSWin32 - WinXP/.Net SP1 using cl version 12.00.8804 smoketime 4 hours ...
Steve Hay
Sep 9, 2004 at 9:58 pm
Sep 13, 2004 at 9:14 pm -
# New Ticket Created by alester@flr.follett.com # Please include the string: [perl #31730] # in the subject line of all future correspondence about this issue. # <URL: ...
Alester @ flr . follett . com
Sep 27, 2004 at 12:48 am
Sep 30, 2004 at 9:33 pm -
It appears that there is a problem with your regexp. /^((.)?a\2)+$/ The "^" is saying start at the beginning of the string, and none of the strings start with "dad". Also, the enclosed match must be ...
Steve Peters via RT
Sep 17, 2004 at 9:05 pm
May 27, 2008 at 2:08 pm -
# New Ticket Created by btietze@epo.org # Please include the string: [perl #31586] # in the subject line of all future correspondence about this issue. # <URL: ...
Btietze @ epo . org
Sep 15, 2004 at 2:36 pm
Sep 20, 2004 at 10:32 pm -
Is there any existing macro to access the original PV ptr in an SV after doing an sv_chop(), i.e. something like the following: #define SvPVXO(sv) (SvOOK(sv) ? SvPVX(sv) - SvIVX(sv) : SvPVX(sv)) I ...
Steve Hay
Sep 16, 2004 at 10:19 am
Sep 20, 2004 at 6:33 pm -
Moin, (the attached patch triggers an error I do not yet understand, please don't apply yet!) today I patched a lightweight module (Linux::Cpuinfo) to require Carp instead of using it to save a bit ...
Tels
Sep 24, 2004 at 6:54 pm
Oct 1, 2004 at 12:02 pm -
# New Ticket Created by "Mehrdad Ziaei" # Please include the string: [perl #31769] # in the subject line of all future correspondence about this issue. # <URL: ...
Mehrdad Ziaei
Sep 29, 2004 at 10:47 pm
Sep 30, 2004 at 10:19 pm -
(See http://www.perlmonks.org/index.pl?node_id=304883 for more information) Despite the curious subject line, named anonymous subroutines are not oxymoronic and are quite helpful. Frequently I write ...
Ovid
Sep 10, 2004 at 3:40 am
Oct 2, 2004 at 6:31 pm -
I've just tried to build an XS module that uses PerlLIO_chsize() on Cygwin and got an error about "undefined reference to `_chsize'". The attached sample module reproduces this behaviour. Is chsize() ...
Steve Hay
Sep 3, 2004 at 10:39 am
Sep 7, 2004 at 9:01 am -
the stat manpage talks about ctime not being portable: (*) The ctime field is non-portable. In particular, you cannot expect it to be a "creation time", see "Files and Filesystems" in perlport for ...
Stas Bekman
Sep 17, 2004 at 11:45 pm
Sep 21, 2004 at 4:14 am -
# New Ticket Created by geoffr@gbdirect.co.uk # Please include the string: [perl #31583] # in the subject line of all future correspondence about this issue. # <URL: ...
Geoffr @ gbdirect . co . uk
Sep 15, 2004 at 12:00 pm
Sep 15, 2004 at 6:00 pm -
# New Ticket Created by Jim Carter # Please include the string: [perl #31455] # in the subject line of all future correspondence about this issue. # <URL: ...
Jim Carter
Sep 5, 2004 at 6:15 pm
Sep 30, 2012 at 2:17 am -
# New Ticket Created by gyepi@praxis-sw.com # Please include the string: [perl #31678] # in the subject line of all future correspondence about this issue. # <URL: ...
Gyepi @ praxis-sw . com
Sep 22, 2004 at 6:12 pm
Oct 8, 2004 at 10:10 pm -
[ We're down a handful this week... but not by much... thanks to Steve Peters for going through some of the old ones and identifiying things that can be closed. ] Perl5 Bug Summary ...
Robert Spier
Sep 6, 2004 at 6:09 pm
Sep 27, 2004 at 3:54 pm -
I'm looking for a link to the Perl Artistic License to use in my CPAN modules. I thought I'd raise the issue here because it affects links within the Perl sources themselves too. Up to now I have ...
Steve Hay
Sep 27, 2004 at 8:46 am
Sep 27, 2004 at 11:34 am -
4
Cwd-2.21
l1:/pro/3gl/CPAN/Cwd-2.21 113 make test PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cwd......Use of uninitialized value in ...H.Merijn Brand
Sep 2, 2004 at 9:33 am
Sep 4, 2004 at 2:23 am -
# New Ticket Created by njs.perlbug@spameater.squawk.com # Please include the string: [perl #31782] # in the subject line of all future correspondence about this issue. # <URL: ...
Njs . perlbug @ spameater . squawk . com
Sep 30, 2004 at 5:18 pm
Oct 3, 2004 at 11:05 am -
While working on an XS module which allows plugins that can in turn be XS I needed to do the effective equivalent of eval {} around these plugin calls because they can do a croak and I needed to do ...
Ton Hospel
Sep 26, 2004 at 1:17 pm
Sep 28, 2004 at 12:29 pm -
Hi, The following message was circulated here at work and no one can see a reason why this pattern substitution doesn't behave as expected. I suspect it's a bug. Can you please prove me wrong? Rob in ...
Robert William Leach
Sep 23, 2004 at 5:22 pm
Sep 24, 2004 at 7:49 am -
As I'm trying to catch up with P5P and the backlog of patches, I find myself without any more time to write the weekly P5P summaries. (And frankly, after two years of writing them, I'm beginning to ...
Rafael Garcia-Suarez
Sep 23, 2004 at 8:15 am
Sep 24, 2004 at 7:40 am -
% perl -Tle '$ENV{PATH} = "."; qx[echo doh]' Insecure directory in $ENV{PATH} while running with -T switch at -e line 1. I had a very long $PATH value and it took me some time to figure out what it ...
Stas Bekman
Sep 21, 2004 at 1:31 am
Sep 22, 2004 at 9:29 am -
I am using perl mostly on Win32 and noticed that 'perldoc' does not cleans TEMP directory properly. After I invoke 'perldoc win32::ole' two times there are 2 files left in c:\temp directory: ...
Konovalov, Vadim
Sep 20, 2004 at 10:37 am
Sep 21, 2004 at 1:33 am -
# New Ticket Created by Chris Heath # Please include the string: [perl #31459] # in the subject line of all future correspondence about this issue. # <URL: ...
Chris Heath
Sep 5, 2004 at 11:56 pm
Sep 19, 2004 at 8:17 am -
Porters, Perl now accepts UTF-16 source. % perl foo-u.pl 5.008005 % hexdump -C foo-u.pl 00000000 00 70 00 72 00 69 00 6e 00 74 00 20 00 24 00 5d 00000010 00 2c 00 20 00 22 00 5c 00 6e 00 22 00 3b 00 ...
Dan Kogai
Sep 10, 2004 at 12:29 am
Sep 15, 2004 at 5:13 pm -
Hello, We are using socket.pm and I am trying to send a packet of approximately 500 bytes, and Perl generated an error in socket.pm, do you know how to solve it? This is the error, Thanks Carlos ...
Chacon Solano, Carlos Andres
Sep 9, 2004 at 1:44 pm
Sep 9, 2004 at 6:03 pm -
# New Ticket Created by Chivas # Please include the string: [perl #31485] # in the subject line of all future correspondence about this issue. # <URL: ...
Chivas
Sep 8, 2004 at 2:21 pm
Sep 9, 2004 at 4:17 am -
Right now, glob is doing an lstat for each readdir, but only actually needs to if GLOB_MARK flag is set or GLOB_NOCHECK and GLOB_NOMAGIC are not. Since GLOB_NOMAGIC is on by default, this should ...
Yitzchak Scott-Thoennes
Sep 8, 2004 at 8:33 pm
Sep 8, 2004 at 10:12 pm -
I have attached a small script we wrote to expose a more complex bug in the usage of Storable. Please see if you can reproduce it, or advise of a way around that will not raise this behaviour. Or ...
Yusuf Moola [Striata]
Sep 7, 2004 at 3:10 pm
Sep 7, 2004 at 7:35 pm -
# New Ticket Created by Chris Kelly # Please include the string: [perl #31767] # in the subject line of all future correspondence about this issue. # <URL: ...
Chris Kelly
Sep 29, 2004 at 4:44 pm
Aug 23, 2011 at 9:24 pm -
What does "chunk's tail overwrite" overwrite mean? It comes from malloc.c line 2074 (perl-5.8.5). An XS module of mine keeps crashing with the message: assertion botched (chunk's tail overwrite?): ...
Steve Hay
Sep 28, 2004 at 4:00 pm
Sep 29, 2004 at 7:44 am -
This seems to be OK in Perl 5.8.5. Has this fix been placed into the Perl 5.9 releases?
Steve Peters via RT
Sep 28, 2004 at 12:23 pm
Sep 28, 2004 at 4:20 pm -
A coworker is having a problem with 5.8.4 (on Debian, if that matters), $ perl -le '@a=qw/2 3/;@a=("new", sort @a);print "@a"' 2 3 I cannot reproduce this under other versions. I think he'll be ...
Ovid
Sep 27, 2004 at 11:23 pm
Sep 28, 2004 at 4:40 am -
I've modified /usr/perl5/5.6.1/lib/CPAN/Config.pm like this: 'makepl_arg' = q[CC=/opt/csw/gcc3/bin/gcc LD=/opt/csw/gcc3/bin/gcc], but it still fails like this: cp Storable.pm blib/lib/Storable.pm ...
Kevin Rodgers
Sep 23, 2004 at 11:45 pm
Sep 24, 2004 at 2:04 pm -
# New Ticket Created by Ken Chen # Please include the string: [perl #31676] # in the subject line of all future correspondence about this issue. # <URL: ...
Ken Chen
Sep 22, 2004 at 5:33 pm
Sep 23, 2004 at 11:14 pm -
# New Ticket Created by aspa@merlot.kronodoc.fi # Please include the string: [perl #31691] # in the subject line of all future correspondence about this issue. # <URL: ...
Aspa @ merlot . kronodoc . fi
Sep 23, 2004 at 10:35 am
Sep 23, 2004 at 8:00 pm -
# New Ticket Created by tadman@fmri.ca # Please include the string: [perl #31693] # in the subject line of all future correspondence about this issue. # <URL: ...
Tadman @ fmri . ca
Sep 23, 2004 at 3:00 pm
Sep 23, 2004 at 5:29 pm -
I followed instruction in http://dev.perl.org/perl5/source.html and issued a command rsync -auvz --delete rsync://ftp.linux.activestate.com/perl-current/ bleadperl/ However latest change in Changelog ...
Konovalov, Vadim
Sep 23, 2004 at 8:00 am
Sep 23, 2004 at 8:40 am -
23323 was still OK, 23330 was the next smoke on this machine after 23323 and the first to show this pattern Forwarded by "H.Merijn Brand" <h.m.brand@hccnet.nl ----------------------- Original Message ...
H.Merijn Brand
Sep 22, 2004 at 8:54 am
Sep 23, 2004 at 7:54 am -
Hi, I have a couple of issues with threads and the debugger... It appears that a threaded Perl program will run happily under the debugger, (which in itself is nice), but when you look at a variable ...
Richard Foley
Sep 21, 2004 at 12:45 pm
Sep 22, 2004 at 6:18 am -
# New Ticket Created by Alexander Stohr # Please include the string: [perl #31578] # in the subject line of all future correspondence about this issue. # <URL: ...
Alexander Stohr
Sep 15, 2004 at 8:03 am
Sep 16, 2004 at 8:51 am -
# New Ticket Created by brendon@brendon.com # Please include the string: [perl #31445] # in the subject line of all future correspondence about this issue. # <URL: ...
Brendon @ brendon . com
Sep 4, 2004 at 3:15 am
Sep 14, 2004 at 11:30 pm -
# New Ticket Created by Marc Wiatrowski # Please include the string: [perl #31546] # in the subject line of all future correspondence about this issue. # <URL: ...
Marc Wiatrowski
Sep 13, 2004 at 3:03 pm
Sep 14, 2004 at 10:56 pm -
Is there any plan to meet up somewhere in Belfast on tuesday evening, much as we did in Paris last year? -- Alan Burlison --
Alan Burlison
Sep 13, 2004 at 12:23 pm
Sep 13, 2004 at 12:51 pm -
I think the following patch to README.solaris (suitable for both 5.8.6 and 5.9.x) addresses the matter adequately. --- perl-current/README.solaris Wed Jul 28 02:47:42 2004 +++ ...
Andy Dougherty
Sep 8, 2004 at 3:31 pm
Sep 13, 2004 at 11:42 am -
# New Ticket Created by root@black.3wgraphics.net # Please include the string: [perl #31521] # in the subject line of all future correspondence about this issue. # <URL: ...
Root @ black . 3wgraphics . net
Sep 10, 2004 at 5:37 pm
Sep 12, 2004 at 9:34 am -
Can someone who understands the internals of Storable explain to me under what conditions this error occurs: Frozen string corrupt - contains characters outside 0-255 In my app, I'm using nfreeze to ...
Dave Rolsky
Sep 11, 2004 at 5:25 pm
Sep 11, 2004 at 7:06 pm -
# New Ticket Created by sekhar n # Please include the string: [perl #31496] # in the subject line of all future correspondence about this issue. # <URL: ...
Sekhar n
Sep 9, 2004 at 1:21 pm
Sep 10, 2004 at 9:16 am -
Hello, all! Just for information: i've released Perl 5.6.1 for MorphOS. It can be found at ftp://gg.portail-e.com/geekgadgets/morphos/ppc/bin (binary archive) and ...
Pavel Fedin
Sep 2, 2004 at 6:19 am
Sep 2, 2004 at 1:14 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 134 |
posts | 449 |
users | 97 |
website | perl.org |
97 users for September 2004
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)