Search Discussions
-
Hi, I think i have the TRIE patch in a stable form now. It handles spamassassin no problem, and passes all tests. Ive beefed up the testing and split apart the way case insensitive and case sensitive ...
Demerphq
Feb 19, 2005 at 12:40 pm
Mar 3, 2005 at 6:20 pm -
Hi, we're noticing a few bleadperl smokes failing on win32 because IPC::Run requires some win32 modules that aren't part of core currently. The 2 modules in question are Win32API::File and ...
Jos I. Boumans
Feb 10, 2005 at 1:05 pm
Feb 23, 2005 at 11:52 am -
Hi, On perl 5.6, \(0..127) is a reference to the array (0..127). A colleague reports that it's the same with perl 5.8.0 - but I'm unable to verify. On perl 5.8.6, however, with both Win32 and linux, ...
Sisyphus
Feb 3, 2005 at 10:11 pm
Feb 21, 2005 at 11:44 am -
Hi, Attached is a .tar.gz of a patch ive put together to add trie optimisation to perl. I'm sorry it sending it as a tar is wrong, but the patch is quite large (about 50k) and the tar also includes a ...
Demerphq
Feb 9, 2005 at 8:07 pm
Feb 17, 2005 at 6:50 pm -
The scalars leaking reporting needs to be improved. At the moment if you get a scalars leaked reported and it didn't happen when you've added that new line of XS/C code you really have no idea where ...
Stas Bekman
Feb 24, 2005 at 4:40 am
Jun 22, 2005 at 5:07 pm -
# New Ticket Created by Mike Rosulek # Please include the string: [perl #34195] # in the subject line of all future correspondence about this issue. # <URL: ...
Mike Rosulek
Feb 20, 2005 at 10:23 pm
Mar 27, 2005 at 2:25 pm -
perl-current compiled with -g valgrind --num-callers ./perl -e '$^V' gives "Invalid read of size 1 ... 0 bytes after a block of size 6", report attached. The suggested cure: make Perl_savesvpv() more ...
Jarkko Hietaniemi
Feb 5, 2005 at 6:58 pm
Feb 6, 2005 at 9:50 pm -
How does this look? --- README.cygwin.orig 2003-08-19 07:37:00.000000000 -0700 +++ README.cygwin 2005-02-08 11:47:03.382880000 -0800 @@ -369,6 +369,8 @@ See comment on fork in L<Miscellaneous below. ...
Yitzchak Scott-Thoennes
Feb 8, 2005 at 9:46 pm
Feb 16, 2005 at 1:47 pm -
The following scalar leak is reproduced under any perl 5.8+ w/ithreads: #!/usr/bin/perl -T use Devel::Peek; use threads; local $0 = "test"; # <== XXX: leaks scalar my $thr = threads- new(sub { Dump ...
Stas Bekman
Feb 24, 2005 at 4:05 am
Jul 12, 2005 at 1:49 pm -
Not sure if this is the right venue for this, but no one seemed to know on the module-author's list....how does \one keep one's CPAN archive from becoming a 5+ year "historical" archive...:-) I was ...
Linda W
Feb 21, 2005 at 6:57 pm
Feb 27, 2005 at 10:32 am -
# New Ticket Created by Nils # Please include the string: [perl #34233] # in the subject line of all future correspondence about this issue. # <URL: ...
Nils
Feb 23, 2005 at 1:14 pm
Feb 24, 2005 at 5:50 pm -
I want to access a Web-server by using LWP in Perl 5.8.5 (LWP version 5.803) - hence I tried to run the following small program: use LWP; my $lwp = LWP::UserAgent- new(); my $url = ...
Thomas Brandtner
Feb 3, 2005 at 9:54 am
Feb 18, 2005 at 3:27 pm -
# New Ticket Created by Dan Jacobson # Please include the string: [perl #34288] # in the subject line of all future correspondence about this issue. # <URL: ...
Dan Jacobson
Feb 28, 2005 at 8:13 pm
Mar 6, 2005 at 5:17 am -
Is anyone aware of any limitations in 5.8.1 that would lead to a problem using substr on utf8 strings? I'm getting lots of: Malformed UTF-8 character (unexpected end of string) errors in a function ...
Aaron Sherman
Feb 28, 2005 at 5:20 pm
Mar 5, 2005 at 5:53 pm -
If we can get the version of PathTools currently in blead integrated into maint, that should take care of these. -- Craig A. Berry mailto:craigberry@mac.com "... getting out of a sonnet is much more ...
Craig A. Berry
Feb 25, 2005 at 8:36 pm
Feb 28, 2005 at 8:45 pm -
# New Ticket Created by "Piyush Shourie" # Please include the string: [perl #34204] # in the subject line of all future correspondence about this issue. # <URL: ...
Piyush Shourie
Feb 22, 2005 at 9:47 am
Feb 27, 2005 at 10:52 am -
Hi, As https://rt.cpan.org/Ticket/Display.html?id=11251 shows, Cwd.pm is having trouble on perl 5.005_03. The suggested solution in that thread is to add "#define HAS_GETCWD" to Cwd.xs, but this ...
Ken Williams
Feb 5, 2005 at 2:46 pm
Feb 7, 2005 at 4:56 am -
# New Ticket Created by abigail@abigail.nl # Please include the string: [perl #34087] # in the subject line of all future correspondence about this issue. # <URL: ...
Abigail @ abigail . nl
Feb 7, 2005 at 10:45 pm
Mar 22, 2005 at 8:33 pm -
# New Ticket Created by robin.stocker@nibor.org # Please include the string: [perl #34101] # in the subject line of all future correspondence about this issue. # <URL: ...
Robin . stocker @ nibor . org
Feb 10, 2005 at 4:15 pm
Feb 11, 2005 at 5:17 am -
I've added Module::CoreList to bleadperl as change 23947. I also made the following minor change, please integrate in the CPAN version : Change 23948 by rgs@bloom on 2005/02/08 10:39:21 Fix typo in ...
Rafael Garcia-Suarez
Feb 8, 2005 at 11:15 am
Feb 8, 2005 at 10:06 pm -
system("zsh") fires up a child zsh just fine. But when the zsh exits, the Perl process is suspended! Repeat by: prompt$ perl print "one: "; <STDIN ; system "zsh"; print "two: "; <STDIN ; ^D one: foo ...
Randal L. Schwartz
Feb 19, 2005 at 5:43 pm
Mar 5, 2005 at 7:59 pm -
Hi all, This is my first posting to this list so go easy :) While doing a make test on the BerkeleyDB module I am getting a core dump from perl. A stack trace shows its breaking in Perl_newRV_noinc ...
Kean Johnston
Feb 24, 2005 at 9:14 pm
Feb 24, 2005 at 11:47 pm -
This allows you to specify a regex pattern to filter the test file list with. Ie: harness -v -re \bop\b \bext\b would run all op and ext tests listed in the manifest in verbose. harness -v -re=y ...
Demerphq
Feb 19, 2005 at 10:10 am
Feb 24, 2005 at 5:40 pm -
# New Ticket Created by Fergal Daly # Please include the string: [perl #34230] # in the subject line of all future correspondence about this issue. # <URL: ...
Fergal Daly
Feb 23, 2005 at 4:33 am
Mar 28, 2012 at 2:05 am -
perl-current compiled with -g The code: $_ = 'a'; s/a/xx/g; my $f = eval q{ $& }; The result: ==31028== Memcheck, a memory error detector for x86-linux. ==31028== Copyright (C) 2002-2004, and GNU ...
Jarkko Hietaniemi
Feb 5, 2005 at 7:02 pm
Mar 1, 2007 at 6:35 pm -
Hello: I would like to serialize Perl objects for future usage. Can I serialize objects using Storable class ? I tried to serialize a LibXSLT stylesheet object using Storable and I ran into ...
Prasannap
Feb 24, 2005 at 11:34 pm
Feb 28, 2005 at 6:24 am -
Test: t/op/groups...............................FAILED at test 1 Failed 1 test script out of 871, 99.89% okay. Failed during a build on SuSE 9.1. Any special flags I should be setting for SuSE? You ...
Linda W
Feb 22, 2005 at 2:08 am
Feb 23, 2005 at 6:13 pm -
This allows you to do things like: nmake test TEST="op/pat.t" And similar. If TEST isnt defined harness runs them all as normal. Cheers, Yves -- First they ignore you, then they laugh at you, then ...
Demerphq
Feb 19, 2005 at 10:00 am
Feb 23, 2005 at 12:56 pm -
Currently IPC::Run fails tests with PERL_UNICODE set and a UTF-8 locale. The appended patch is one way to fix this. I'm not sure if it's the best way, so didn't apply it. Thoughts? Nicholas Clark ...
Nicholas Clark
Feb 19, 2005 at 12:28 am
Feb 21, 2005 at 4:32 pm -
A coworker found this oddity. The object created by the closure returned by ok() is destroyed soon, the one created by the closure returned by bad() is destroyed during the END phase. I can't figure ...
Rafael Garcia-Suarez
Feb 8, 2005 at 11:46 am
Feb 10, 2005 at 12:06 am -
# New Ticket Created by Stas Bekman # Please include the string: [perl #34180] # in the subject line of all future correspondence about this issue. # <URL: ...
Stas Bekman
Feb 19, 2005 at 2:20 am
Jul 7, 2005 at 7:40 am -
# New Ticket Created by mhooreman@keyware.com # Please include the string: [perl #34252] # in the subject line of all future correspondence about this issue. # <URL: ...
Mhooreman @ keyware . com
Feb 24, 2005 at 1:09 pm
May 3, 2005 at 12:45 pm -
# New Ticket Created by Dan Jacobson # Please include the string: [perl #34155] # in the subject line of all future correspondence about this issue. # <URL: ...
Dan Jacobson
Feb 16, 2005 at 3:45 pm
Mar 14, 2005 at 9:45 am -
# New Ticket Created by Dan Jacobson # Please include the string: [perl #34287] # in the subject line of all future correspondence about this issue. # <URL: ...
Dan Jacobson
Feb 28, 2005 at 8:12 pm
Mar 2, 2005 at 11:08 pm -
# New Ticket Created by "David R. Throop" # Please include the string: [perl #34257] # in the subject line of all future correspondence about this issue. # <URL: ...
David R. Throop
Feb 24, 2005 at 9:31 pm
Feb 24, 2005 at 11:39 pm -
I got tired of always having to "man dprofpp" to look up options, and even then, I have to scroll through the whole page to find the ones I want. Now, dprofpp takes a -h for a short usage, and -H for ...
Andy Lester
Feb 24, 2005 at 6:10 am
Feb 24, 2005 at 3:17 pm -
(Please CC me, I'm not subscribed) I'm trying to build perl 5.8.x (tried .5 and .6 so far) on HP-UX 11.11 using the HP Ansi C compiler in /opt/ansic/bin. The build runs just fine, but all tests of ...
Al Tobey
Feb 21, 2005 at 10:28 pm
Feb 22, 2005 at 3:48 am -
Going through old list mail and found this one ... don't know if it's still relevant, but ... I have "identical" OS X 10.3.8 installs on two different machines ... identical that is except one has ...
Richard Cook
Feb 17, 2005 at 1:31 pm
Feb 17, 2005 at 4:47 pm -
# New Ticket Created by Marco Rietveld # Please include the string: [perl #34124] # in the subject line of all future correspondence about this issue. # <URL: ...
Marco Rietveld
Feb 13, 2005 at 3:22 pm
Feb 13, 2005 at 7:15 pm -
# New Ticket Created by Lukas Mai # Please include the string: [perl #34070] # in the subject line of all future correspondence about this issue. # <URL: ...
Lukas Mai
Feb 6, 2005 at 4:09 pm
Feb 7, 2005 at 10:30 am -
I can't think of a good answer to this. (Basicly because I'm stuck in a loop of "but you should already have it") ----- Forwarded message from "Delaporte, Olivier" <olivier.delaporte@idt.com ----- ...
Nicholas Clark
Feb 3, 2005 at 9:40 am
Feb 3, 2005 at 6:27 pm -
Only two weeks left till OSCON proposals are due, and Perl is currently trailing Java and PHP by a lot. Can't let that happen! OSCON started out as the Perl Conference! http://conference.perl.com/
Robert Spier
Feb 3, 2005 at 4:19 am
Feb 3, 2005 at 7:59 am -
While I agree that an explanation of why "print !!0" doesn't work isn't needed (take a look at Devel::Peek. It's your friend!), I was unable to find actual documentation as to what values actually ...
Steve Peters via RT
Feb 1, 2005 at 5:34 pm
Feb 1, 2005 at 5:59 pm -
# New Ticket Created by dgeorge@cas.org # Please include the string: [perl #34171] # in the subject line of all future correspondence about this issue. # <URL: ...
Dgeorge @ cas . org
Feb 17, 2005 at 9:25 pm
Jul 7, 2005 at 12:38 am -
Perl5 Bug Summary http://rt.perl.org/rt3/NoAuth/perl5/Overview.html Generated at Mon Feb 7 14:00:03 2005 GMT ------------------------------------------------------------------------------- * Total ...
Robert Spier
Feb 8, 2005 at 12:16 am
Feb 28, 2005 at 3:46 pm -
# New Ticket Created by p9e883002@sneakemail.com # Please include the string: [perl #34267] # in the subject line of all future correspondence about this issue. # <URL: ...
P9e883002 @ sneakemail . com
Feb 25, 2005 at 4:23 pm
Feb 26, 2005 at 1:20 am -
The bleadperl build currently fails using Compaq C V6.5-001 on OpenVMS Alpha V7.3-1 because there are lots of signed/unsigned mismatch warnings in pp_pack.c. The attached patch adds a bunch of casts ...
Craig A. Berry
Feb 18, 2005 at 3:43 pm
Feb 21, 2005 at 2:18 pm -
Its time for another MakeMaker alpha! This one is mostly VMS fixes though I also discovered a conflict with Module::Install and undid an accidental change that broken Archive::Zip. As far as I know ...
Michael G Schwern
Feb 8, 2005 at 2:31 pm
Feb 19, 2005 at 6:08 pm -
While looking at the nifty new utils/corelist utility in 5.9.x, I tried to run it with -h. That emitted a brief message suggesting I try '-man' or '--man' instead. (The exact number of dashes to use ...
Andy Dougherty
Feb 18, 2005 at 6:18 pm
Feb 19, 2005 at 7:48 am -
I'm interested in learning more about the internals of stashes and globs, their interaction with local, package, our, etc. I've read the "Stashes and Globs" section of perlguts, where do I go from ...
Alexey Toptygin
Feb 18, 2005 at 8:58 pm
Feb 18, 2005 at 9:29 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 172 |
posts | 502 |
users | 97 |
website | perl.org |
97 users for February 2005
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)