Search Discussions
-
# New Ticket Created by Nicholas Clark # Please include the string: [perl #76438] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Jul 9, 2010 at 3:56 pm
Aug 6, 2010 at 6:33 pm -
My first post to p5p -- let me know if I should have gone about this differently. This discussion started on c.l.p.m., subject "Speed of reading some MB of data using qx(...)", see ...
Wolfram Humann
Jul 30, 2010 at 10:00 am
Aug 24, 2010 at 5:39 pm -
Since my recent posts have been quickly answered, I thought that now would be a good time best to push this warnocked item through as a real patch that I want to be considered, and picked apart. As ...
Karl williamson
Jul 10, 2010 at 10:15 pm
Aug 15, 2010 at 7:35 pm -
I am excited to announce the formation of the Perl 5 Documentation Team. Our goal is to have the best, most current, and easiest to use and understand documentation of any programming language. Why ...
Chas. Owens
Jul 1, 2010 at 5:18 pm
Jul 8, 2010 at 8:26 am -
# New Ticket Created by karl williamson # Please include the string: [perl #76756] # in the subject line of all future correspondence about this issue. # <URL: ...
Karl williamson
Jul 27, 2010 at 4:24 pm
Aug 3, 2010 at 1:26 pm -
Andy Dougherty
Jul 6, 2010 at 4:49 pm
Aug 25, 2010 at 12:18 pm -
I thought this was actually specified in terms of precedence and associativity, but if I read it narrowly as written, it's not. At best it's implied. But maybe we can get there by analogy with some ...
David Golden
Jul 15, 2010 at 2:06 pm
Aug 20, 2010 at 2:33 pm -
I have on many occasions had encounters with the backward-compatibility police on this list. They find me hacking, pull me over, and harass me about the color of my bike shed. Yet others, painting ...
Demerphq
Jul 8, 2010 at 8:40 am
Jul 9, 2010 at 10:06 pm -
25
ordinal
Karl: I noticed that several of your documentation mods involved replacing "numerical" (or something similar) with "ordinal". I think there's a potential for confusion. According to google's "define: ...John P. Linderman
Jul 16, 2010 at 5:35 pm
Sep 1, 2010 at 7:04 am -
I suspect that one barrier to entry is that people interested in Perl's evolution tend to be mostly Perl developers, not C developers. Focusing on contributing to the actual C source, I can speak to ...
David Golden
Jul 2, 2010 at 3:28 pm
Jul 7, 2010 at 5:17 pm -
The original of this bug report didn't make it to the p5p mailing list; presumably because the original test script included 0.5Mb of sample HTML. The following demonstrates the same slowdown while ...
Dave Mitchell
Jul 24, 2010 at 3:46 pm
May 21, 2012 at 9:41 pm -
22
Re: [perl #75176] Symbol::delete_package does not free certain memory associated with package::ISA
This was caused by change 31239/70cd14 which fixes *ISA=[] to call mro_isa_changed_in. The actual underlying cause is explained in mro’s manpage, under mro::get_isarev: Currently, this list only ...Webmasters
Jul 25, 2010 at 7:57 pm
Oct 10, 2010 at 11:20 pm -
a recent patch, probably commit c5bf89912ac990e9912d66fd31c49acfcd31a5f9 Author: Jerry D. Hedden <jdhedden@cpan.org Date: Wed Jul 7 12:22:09 2010 -0400 Reorganize dist/threads-shared Move ...
Jim Cromie
Jul 10, 2010 at 3:17 am
Jan 30, 2011 at 11:30 pm -
My question is sparked by Karl's recent work on unicode, but it's not specific to him. Now that blead is getting released on a monthly cycle, I'm not clear on whether there is consensus that sweeping ...
David Golden
Jul 12, 2010 at 2:06 am
Aug 17, 2010 at 10:43 am -
Does backward compatibility doom any splitting? I've been thinking of what to do about the Unicode non-characters. They, and characters outside of Unicode (anything above U+10FFFF) are currently ...
Karl williamson
Jul 8, 2010 at 4:49 pm
Jul 9, 2010 at 8:34 pm -
The most likely place to put this warning has a comment nearby that reads: /* Got to punt this as an integer if needs be, but we don't issue warnings. Probably ought to make the sv_iv_please() that ...
George Greer via RT
Jul 18, 2010 at 3:02 am
May 7, 2014 at 12:52 am -
I'm considering the possibility of extending the recognition of numbers to beyond the ASCII digits to other scripts, such as arabic, devanagari, etc. I found a way to do this reasonably efficiently, ...
Karl williamson
Jul 25, 2010 at 8:49 pm
Jul 30, 2010 at 2:21 pm -
Also allows extensions, when delegating to Perl_peep, to specify what function it should use when recursing into a part of the op tree. The usecase for this are extensions like namespace::alias, ...
Florian Ragwitz
Jul 23, 2010 at 8:08 am
Jul 27, 2010 at 12:37 pm -
"Attempt to free unreferenced scalar: SV 0x2d00338, < line 12 during global destruction." "Attempt to free unreferenced scalar: SV 0x2518080 at ...
Andreas J. Koenig
Jul 16, 2010 at 6:29 am
Jul 18, 2010 at 6:20 pm -
It is not my idea. Someone, I think during the QA Hackathon in Vienna talked about it but it fits the problem that was described of lack of people who know how to hack on perl. The idea is that ...
Gabor Szabo
Jul 7, 2010 at 7:30 am
Jul 7, 2010 at 5:37 pm -
Automated smoke report for 5.13.2 patch 9df83ffded21f5c1d01d1ef847c3447b6553810f v5.13.2-245-g9df83ff zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 1600MHz) (x86_64/8 cpu) on linux - ...
George Greer
Jul 13, 2010 at 7:13 am
Apr 24, 2012 at 12:19 am -
Hi, I was wondering if there's any interest in adding Continuation::Delimited or at least the requisite C apis to core? Basically as a proof of concept it works great, but as a useful module it's ...
Yuval Kogman
Jul 6, 2010 at 9:37 am
Jul 13, 2010 at 11:34 pm -
# New Ticket Created by kmx # Please include the string: [perl #76558] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76558 ...
Kmx
Jul 18, 2010 at 11:47 am
May 11, 2011 at 3:32 pm -
I know that some cherrypicking for 5.12.2 has already happened, but it would be incredibly useful to me if you (anyone reading this mail) would spend a couple minutes looking at bugs and commits ...
Jesse Vincent
Jul 29, 2010 at 2:08 pm
Aug 22, 2010 at 1:23 am -
There doesn't seem to be a way to use -Dusedevel and not have DEBUGGING enabled. I tried: ./Configure -Doptimize=-g -d -Dusedevel -Dcc=ccache\ gcc -Dld=gcc -Duseithreads ./Configure -d -Dusedevel ...
Demerphq
Jul 12, 2010 at 11:59 am
Aug 3, 2010 at 12:45 pm -
Continued to work on the CvSTASH/GvSTASH/CvGV/EGP weak backrefs and general dangling pointers mess. Should hopefully start seeing some pushed commits in the coming week. Report for period 2010/07/05 ...
Dave Mitchell
Jul 12, 2010 at 9:17 am
Aug 1, 2010 at 9:04 pm -
With the latest changes to charnames, the last major bit of Unicode \N{name} functionality that is still missing is loose matching of names. I've brought up the issue before, but no conclusions were ...
Karl williamson
Jul 29, 2010 at 2:56 pm
Aug 1, 2010 at 4:04 pm -
make regen is needed This series of commits adds the syntax \o{} and changes the handling of \400 and above in the place where it previously gave a deprecation message. It now generates the correct ...
Karl williamson
Jul 16, 2010 at 12:30 am
Jul 18, 2010 at 3:02 pm -
I've attached a stab at it. I added a new test and it passes the current ones also, however I'm not 100% versed in the perl stack enough to know if using SvTYPE is the most accurate criteria here. ...
George Greer via RT
Jul 17, 2010 at 2:32 am
Sep 20, 2013 at 8:09 am -
# New Ticket Created by karl williamson # Please include the string: [perl #76424] # in the subject line of all future correspondence about this issue. # <URL: ...
Karl williamson
Jul 8, 2010 at 4:24 pm
Jul 10, 2010 at 2:57 pm -
# New Ticket Created by Todd Rinaldo # Please include the string: [perl #76402] # in the subject line of all future correspondence about this issue. # <URL: ...
Todd Rinaldo
Jul 6, 2010 at 4:44 pm
Aug 6, 2010 at 4:49 pm -
Automated smoke report for 5.10.1 patch ca8de220718ba91d5a5fdd9779497cd5b0250258 perl-5.10.1-1-gca8de22 maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on ...
Steve Hay
Jul 3, 2010 at 10:51 pm
Jul 31, 2010 at 10:54 pm -
Perl 5 commit summary, activity since Wednesday Current branch blead 40 commits. 9 unique authors. 6 unique committers. 124 files changed, 2893 insertions(+), 1799 deletions(-) Net code removal: ...
Perl 5 commit summary
Jul 3, 2010 at 1:08 am
Jul 31, 2010 at 1:08 am -
Oops, forward to p5p too. ---------- Forwarded message ---------- From: Joshua ben Jore <twists@gmail.com Date: Fri, Jul 16, 2010 at 11:58 AM Subject: [PATCH-ish] perldoc to use system("$pager ...") ...
Joshua ben Jore
Jul 16, 2010 at 6:59 pm
Jul 19, 2010 at 4:33 am -
This was fixed(?) in v5.12.0-108-g96d9b9c (actually v5.13.0), so this ticket can be closed. -- George Greer
George Greer via RT
Jul 11, 2010 at 4:58 am
Jul 13, 2010 at 1:50 pm -
Attached patch add Internals::sv_dump a simple function to print the internal state of the sv. Usefull for debugging without a debugger or loading Devel::Peek. Gerard Goossen
Gerard Goossen
Jul 7, 2010 at 8:00 pm
Jul 9, 2010 at 2:44 pm -
# New Ticket Created by "brian d foy" # Please include the string: [perl #76374] # in the subject line of all future correspondence about this issue. # <URL: ...
Brian d foy
Jul 3, 2010 at 11:51 pm
Jul 8, 2010 at 10:45 am -
Is there a built-in mechanism for asking for a chunk of one or more characters all of the same "script" type? By script type, I mean \p{Script=XXX} for arbitrary but unchanging values of XXX. ...
Tom Christiansen
Jul 6, 2010 at 11:46 pm
Jul 7, 2010 at 11:08 pm -
Automated smoke report for 5.13.2 patch f507d6f025503d42282fe562873d505fd9969d0d v5.13.2-131-gf507d6f perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2926 MHz) (x86/1 cpu) on MSWin32 - Win2000 ...
George Greer
Jul 1, 2010 at 4:46 am
Jul 4, 2010 at 5:53 pm -
Florian Ragwitz
Jul 20, 2010 at 11:29 pm
Jul 23, 2010 at 11:39 am -
# New Ticket Created by Tony Cook # Please include the string: [perl #76630] # in the subject line of all future correspondence about this issue. # <URL: ...
Tony Cook
Jul 21, 2010 at 2:29 pm
Aug 17, 2010 at 8:49 pm -
As per my grant conditions, here is a report for the June period. This month was mainly spent on overload and symbol table bugs. Over the first 17 weeks I have now averaged about 17 hours per week, ...
Dave Mitchell
Jul 6, 2010 at 9:01 am
Aug 9, 2010 at 7:09 pm -
Here is a revised patch based on people's feedback. I think it is a waste of time to worry too much about the wording of the \000 part, as I'm close to submitting patches that clean up a number of ...
Karl williamson
Jul 10, 2010 at 11:10 pm
Aug 9, 2010 at 4:16 pm -
Can someone tell me where the Tie::ExtraHash tests are? I'm buggered if I can find them. -- David Cantrell | Minister for Arbitrary Justice In this episode, R2 and Luke weld the doors shut on their ...
David Cantrell
Jul 27, 2010 at 1:06 pm
Aug 2, 2010 at 7:57 am -
$ perl -c -e 'use 5.10.0; given(1) { defalut { print "boo" } }' < no error Probably not much can be done about really fixing this, but a carefully crafted warning might be possible.
Chip Salzenberg
Jul 30, 2010 at 12:09 am
Jul 30, 2010 at 12:41 am -
I've noticed that the dual life version-0.82 has been troubled on Solaris. If anyone with Solaris could help diagnose, I'd greatly appreciate it. Here's the current platform matrix: ...
David Golden
Jul 29, 2010 at 2:24 am
Jul 29, 2010 at 4:34 pm -
I sent this patch some hours ago with the patches attached, but apparently it is too big. So, they are on github, as mentioned below: This series of commits principally fix the scoping bugs in ...
Karl williamson
Jul 14, 2010 at 3:44 am
Jul 27, 2010 at 8:44 am -
This adds PL_apiversion, allowing the API version of a running interpreter to be introspected. It is used in the new XS_APIVERSION_BOOTCHECK macro, which is added to the _boot function of every XS ...
Florian Ragwitz
Jul 22, 2010 at 10:06 am
Jul 26, 2010 at 1:52 pm -
Automated smoke report for 5.13.2 patch fd2c61bcfdb4c097be4d3934b00729bb46787824 v5.13.2-260-gfd2c61b zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 1600MHz) (x86_64/8 cpu) on linux - ...
George Greer
Jul 14, 2010 at 10:01 pm
Jul 18, 2010 at 9:24 pm -
The attached patch shows some more details that are usually glossed over about how things work. It has long been my contention that developers should write documentation on how their code works (with ...
Karl williamson
Jul 15, 2010 at 2:31 am
Jul 16, 2010 at 4:17 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 285 |
posts | 1,280 |
users | 110 |
website | perl.org |
110 users for July 2010
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)