Search Discussions
-
Hello Craig, you have just fixed one problem /ext/Time-Piece/t/02core.t (GIT: d82dd1bcff0c4a6fd34a7b7c69185b1d2823307a) On AIX 5.3 the following part still fails: ../ext/Time-Piece/t/01base.t ...
Rainer Tammer
Mar 27, 2009 at 4:14 pm
Feb 1, 2010 at 9:27 pm -
This is a mail on another list, which I cleaned up a bit for perl, as not everything was applicable to perl. Maybe still some things are not, but it is still an interesting read Begin forwarded ...
H.Merijn Brand
Mar 16, 2009 at 8:58 am
Mar 26, 2009 at 7:00 am -
Argggg! I've just spent 2 days tracking down why something that worked fine on one machine, was crawling to a halt on another. Eventually I bisected it to a change between Encode 2.29 and Encode ...
Rob Mueller
Mar 25, 2009 at 6:37 am
May 22, 2011 at 11:19 am -
Hi. I'm Dan Jacobson (http:// jidanni DOT org). Can somebody help me get my address, jidanni AT jidanni DOT org unblocked from *@perl.org, so I can submit bugs via perldoc, instead of indirectly via ...
Dan Jacobson
Mar 17, 2009 at 6:37 am
Apr 2, 2009 at 6:21 pm -
I tried, but was not able to get git + ssh to work from behind a firewall. Does anyone know how to do this?
Jerry D. Hedden
Mar 16, 2009 at 1:45 pm
Mar 20, 2009 at 1:39 pm -
A branch containing just the changes to make ext/Module tests run from ext/Module can be found here: http://github.com/schwern/perl/tree/ext_tests All tests pass and its ready to pull. Once it's ...
Michael G Schwern
Mar 15, 2009 at 12:30 am
Apr 20, 2009 at 7:37 pm -
I just pushed a new branch "smartmatch" intended to gather the changes to the semantics of ~~ and when() for 5.10.1 onwards. See <http://perl5.git.perl.org/perl.git/log/refs/heads/smartmatch . ...
Rafael Garcia-Suarez
Mar 5, 2009 at 8:53 am
Mar 25, 2009 at 6:34 pm -
Thought this was interesting, apologies if it's been covered already. http://arstechnica.com/open-source/news/2009/03/google-launches-project-to-boost-python-performance-by-5x.ars ...
Ask Bjørn Hansen
Mar 27, 2009 at 2:42 pm
Mar 31, 2009 at 12:06 pm -
# New Ticket Created by perlquestion # Please include the string: [perl #64230] # in the subject line of all future correspondence about this issue. # <URL: ...
Perlquestion
Mar 26, 2009 at 9:23 pm
Mar 29, 2009 at 1:58 pm -
This patch assumes the Compress-Raw-Bzip2 patch I posted yesterday has been applied. The big change in this patch is the creation of the IO-Compress distribution that includes IO-Compress-Base, ...
Paul Marquess
Mar 2, 2009 at 8:30 am
Mar 14, 2009 at 11:36 pm -
# New Ticket Created by Edward Moy # Please include the string: [perl #63886] # in the subject line of all future correspondence about this issue. # <URL: ...
Edward Moy
Mar 14, 2009 at 11:31 pm
Aug 1, 2009 at 9:39 pm -
Hello, there is a problem with bleed on AIX: ./Configure \ -d \ -e \ -Dcc=cc_r \ -Duseshrplib \ -Dusethreads \ -Dusedevel \ -Dprefix=/usr/opt/perl5c_32 .... "time64.h", line 49.11: 1506-343 (S) ...
Rainer Tammer
Mar 3, 2009 at 8:14 am
Mar 27, 2009 at 3:18 pm -
I can not build blead on VMS after synchronizing with rsync. The files: ext/IO-Compress/MANIFEST lib/perl5db/t/eval-line-bug lib/perl5db/t/lvalue-bug ...
John Malmberg
Mar 21, 2009 at 8:03 pm
Mar 25, 2009 at 4:19 am -
I can't tell which module is at fault, but 'make test' in blead spewed out the following: lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build..............Warning: Use of "CORE" without parentheses is ...
Jerry D. Hedden
Mar 3, 2009 at 7:55 pm
Mar 16, 2009 at 6:19 pm -
I'm not against this, but do we want a full collection of compression routines in the core ? I imagine that could be useful for CPAN and CPANPLUS, but tar.bz2 distributions are not very common ...
Rafael Garcia-Suarez
Mar 1, 2009 at 11:08 am
Mar 3, 2009 at 10:26 pm -
Binary search: ----Program---- sub memoise { my($evaluate) = @_; my $value; return sub () { #if(0) { $evaluate; } if(defined $evaluate) { $value = $evaluate- (); $evaluate = undef; } return $value; ...
Bram via RT
Mar 12, 2009 at 12:51 am
Mar 30, 2009 at 8:35 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #64126] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Mar 23, 2009 at 8:26 pm
Jun 14, 2013 at 6:04 am -
\X is broken. It is only checking for (?:\PM\pM*), but that is incorrect according to the Standard: http://unicode.org/glossary/#combining_character_sequence Combining Character Sequence. A maximal ...
Tom Christiansen
Mar 7, 2009 at 12:22 am
Sep 13, 2009 at 11:32 am -
The tagged perl releases in the git repo wouldn't build on my "modern" Ubuntu system, so I've created a number of maintenance branches to make building a legacy perl for testing or bug-chasing a bit ...
David Golden
Mar 24, 2009 at 6:15 pm
Mar 25, 2009 at 5:31 pm -
As some of you know, I've been wrestling with programs giving different numeric output when run on the MacBookPro than they do when run other places, and not understanding why/why-not. Damian managed ...
Tom Christiansen
Mar 17, 2009 at 8:34 am
Mar 17, 2009 at 11:14 pm -
# New Ticket Created by Zefram # Please include the string: [perl #63674] # in the subject line of all future correspondence about this issue. # <URL: ...
Zefram
Mar 6, 2009 at 11:03 am
Dec 25, 2012 at 8:45 am -
So how's the new localtime() holding up? I just recently caught up on p5p and saw a remarkably low number of patches having to do with it. I'll get around to integrating them back into y2038 ...
Michael G Schwern
Mar 13, 2009 at 6:13 pm
Mar 15, 2009 at 10:05 am -
# New Ticket Created by ian.goodacre@xtra.co.nz # Please include the string: [perl #63854] # in the subject line of all future correspondence about this issue. # <URL: ...
ian.goodacre@xtra.co.nz (via RT)
Mar 14, 2009 at 5:44 am
Mar 14, 2009 at 10:30 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #63810] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Mar 12, 2009 at 1:15 pm
Mar 13, 2009 at 3:50 pm -
I've completed the work so that ext/Module tests are run in ext/Module. Both t/TEST and t/harness work and there's a handy utility program, t/run_test.plx, to allow running individual tests with all ...
Michael G Schwern
Mar 9, 2009 at 1:59 am
Mar 11, 2009 at 11:28 pm -
I was looking a bit at the .gitignore files under ext/, and it's a bit messy. What I suggest would be : ext/.gitignore to contain generic rules (ignore *.c, blib, etc), and put exceptions and special ...
Rafael Garcia-Suarez
Mar 1, 2009 at 11:18 pm
Mar 2, 2009 at 10:16 am -
Hi, First off, apologies for posting out of thread. I'm unsubscribed from p5p until I am back in Israel and have more time, and I don't know how to inject in-reply-to using gmail. For this reason ...
Yuval Kogman
Mar 31, 2009 at 3:57 pm
Apr 9, 2009 at 2:15 pm -
# New Ticket Created by Jason Noakes # Please include the string: [perl #64228] # in the subject line of all future correspondence about this issue. # <URL: ...
Jason Noakes
Mar 26, 2009 at 9:12 pm
Mar 31, 2009 at 8:26 am -
# New Ticket Created by ian.goodacre@xtra.co.nz # Please include the string: [perl #63914] # in the subject line of all future correspondence about this issue. # <URL: ...
ian.goodacre@xtra.co.nz (via RT)
Mar 16, 2009 at 3:31 am
Mar 30, 2009 at 3:53 am -
The Makefile.PL for Time::HiRes in blead has diverged a bit from that on CPAN. The appended patch brings it back into sync, and removes MAN3PODS, which isn't needed any more. Would it be possible to ...
Nicholas Clark
Mar 26, 2009 at 1:45 pm
Mar 28, 2009 at 1:48 pm -
--- perlreftut-orig.pod Thu Mar 19 16:06:34 2009 +++ perlreftut.pod Thu Mar 19 16:07:14 2009 @@ -67,11 +67,11 @@ reference that you're already familiar with. Think of the President of the United ...
Mjd
Mar 19, 2009 at 8:08 pm
Mar 19, 2009 at 8:51 pm -
Automated smoke report for 5.10.0 patch f399cac1256d7e7d3864805b5c7b39e71cf4ccb8 maint-5.10-306-gf399cac maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on ...
Steve Hay
Mar 11, 2009 at 7:22 pm
Mar 17, 2009 at 7:26 pm -
From 'perldoc perlobj': If a missing method is found in a base class, it is cached in the current class for efficiency. Changing @ISA or defining new subroutines invalidates the cache and causes Perl ...
Ovid
Mar 8, 2009 at 2:47 pm
Mar 8, 2009 at 4:13 pm -
In blead, now that we've improved how we're building extensions, we no longer reply on modules' Makefile.PLs to specify an empty MAN3PODS. Hence I've been going through ext/ working out what could be ...
Nicholas Clark
Mar 26, 2009 at 1:50 pm
Mar 7, 2010 at 9:10 pm -
# New Ticket Created by naesten@gmail.com # Please include the string: [perl #64180] # in the subject line of all future correspondence about this issue. # <URL: ...
naesten@gmail.com (via RT)
Mar 25, 2009 at 12:55 am
Jun 28, 2009 at 9:55 am -
# New Ticket Created by "David F. Skoll" # Please include the string: [perl #64326] # in the subject line of all future correspondence about this issue. # <URL: ...
David F. Skoll
Mar 31, 2009 at 6:38 pm
Apr 22, 2009 at 8:42 pm -
There is code to do this in the peephole optimiser. For those who don't know, shared hash key scalars store the precomputed U32 hash value. For illustration, I'm going to use pre 5.10, as 5.8.x and ...
Nicholas Clark
Mar 19, 2009 at 4:23 pm
Apr 17, 2009 at 4:50 pm -
# New Ticket Created by Olivier Croquette # Please include the string: [perl #63678] # in the subject line of all future correspondence about this issue. # <URL: ...
Olivier Croquette
Mar 6, 2009 at 7:05 pm
Apr 15, 2009 at 8:30 pm -
I tried to send out the patch that the subject line talks about, but it failed because it was too large. I don't know how to proceed. Most of the size came from including Unicode db files that are ...
Karl Williamson
Mar 21, 2009 at 3:32 am
Apr 5, 2009 at 2:30 pm -
Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully implement IPv6 yet.
Jerry D. Hedden
Mar 31, 2009 at 4:21 pm
Apr 1, 2009 at 8:48 pm -
% cd src/perl-git % git pull ... % Configure ... % make ... cc -pthread -Wl,-E -L/usr/local/lib -o miniperl gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o hv.o av.o run.o ...
Tom Christiansen
Mar 30, 2009 at 3:32 pm
Mar 31, 2009 at 4:53 pm -
Unfortunately, testing bleadperl with my usual suspects (Plagger, MojoMojo, and Jifty) has not turned out as well as it has in the past. The majority of the problems seem to be related to a failure ...
Steve Peters
Mar 30, 2009 at 7:15 am
Mar 30, 2009 at 2:58 pm -
In blead, now that we've improved how we're building extensions, we no longer reply on modules' Makefile.PLs to specify an empty MAN3PODS. Hence I've been going through ext/ working out what could be ...
Nicholas Clark
Mar 26, 2009 at 1:42 pm
Mar 30, 2009 at 2:36 pm -
I checked with the RT queue, but didn't see anything that looked like an open/existing issue on this. Given the following sequence of perl -e invocations: % perl -le 'sub FOO { "foo" } sub FOO { ...
Randy J. Ray
Mar 26, 2009 at 12:10 am
Mar 26, 2009 at 3:06 pm -
Hi, Dave, et al, Is this really a bug or is it a matter of lagging to clean up memory from a fast loop that creates and destroys threads?
Jerry D. Hedden
Mar 25, 2009 at 1:41 pm
Mar 26, 2009 at 2:52 am -
Attached is a patch for the necessary changes to get the functions getaddrinfo(), getnameinfo(), inet_ntop(), and inet_pton() detected by Configure and to get the proper defines all set. For those ...
Steve Peters
Mar 25, 2009 at 3:55 pm
Mar 25, 2009 at 7:22 pm -
From: Marcus Holland-Moritz <mhx-perl@gmx.net Subject: Re: [PATCH] Various Gentoo Patches Message-Id: <20070812131652.16ca5444@r2d2 p4raw-id: //depot/perl@31702 (cherry picked from commit ...
David Golden
Mar 23, 2009 at 6:59 pm
Mar 23, 2009 at 10:12 pm -
utf_16_le_bom.yml appears to be binary, should it instead be .packed, as in the attached patch? Robin <<utf_16_le_bom.patch ------------------------------------------------------------------- This ...
Robin Barker
Mar 18, 2009 at 10:09 pm
Mar 19, 2009 at 7:45 pm -
I've been reading for days about how to work with perl & git. Can someone tell me if the following commands are correct to simply have a copy of maint-5.10 I can pull from and do nightly builds ...
David Favor
Mar 9, 2009 at 9:08 pm
Mar 11, 2009 at 5:46 pm -
It is done. Or at least, it is demonstratable. http://github.com/schwern/perl/tree/ExtUtils-MakeMaker The effective change to the testing system is rather small. Here you can see it without ...
Michael G Schwern
Mar 4, 2009 at 4:07 am
Mar 8, 2009 at 8:09 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 218 |
posts | 812 |
users | 121 |
website | perl.org |
121 users for March 2009
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)