Search Discussions
-
Hi all, after I posted my series of patches to perlipc.pod , I saw that tchrist posted his version, which got accepted immediately. As a downside to that, I'll have to restart my work. However, I ...
Shlomi Fish
Dec 3, 2010 at 12:51 pm
Dec 7, 2010 at 2:21 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #80628] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Dec 12, 2010 at 8:26 pm
Jun 19, 2011 at 7:27 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #80626] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Dec 12, 2010 at 8:21 pm
Apr 19, 2011 at 5:56 am -
25
Perl 5.12.3
Hey folks, We're fast approaching time to get an RC of 5.12.3 out. So far, there are relatively few patches that have been backported or proposed+confirmed for backport by committers. So, wider world ...Jesse Vincent
Dec 1, 2010 at 2:13 pm
Dec 7, 2010 at 8:03 am -
22
It may be time to really start thinking of the syntax for regex intersection, difference, and union
I'm willing to add this for 5.16 if we can come to agreement on the syntax. One possible scenario is that we use legal, but essentially nonsensical syntax to specify these operations. One example is ...Karl williamson
Dec 23, 2010 at 5:03 am
Jan 3, 2011 at 7:34 pm -
I will send the patches afterthis, but the changes are in the codegen branch at git://github.com/ggoossen/perl.git or to view the commits https://github.com/ggoossen/perl/commits/codegen * Small ...
Gerard Goossen
Dec 30, 2010 at 10:09 pm
Feb 13, 2011 at 4:31 pm -
When 5.13.9 is released next month, a new perldelta will be created referring to 5.13.10. This version number is a novelty for us, in that it is the first time the subversion component has exceeded ...
Zefram
Dec 20, 2010 at 11:08 am
Jan 4, 2011 at 10:33 pm -
I would like to move most of the dump.c functions to a core module, Devel::Dump would be a nice name. shared - loaded on demand for normal perls or MAD, static_ext for a DEBUGGING libperl. I would ...
Reini Urban
Dec 27, 2010 at 2:02 pm
Jan 2, 2011 at 7:18 pm -
Many people use :utf8 without realizing the security implications. I claim that they need to be warned about that. Deprecating the name, and changing it to one like :utf8_no_check (better name ...
Karl williamson
Dec 15, 2010 at 8:09 pm
Jan 5, 2011 at 7:54 am -
# New Ticket Created by "Ed Avis" # Please include the string: [perl #80306] # in the subject line of all future correspondence about this issue. # <URL: ...
Ed Avis
Dec 6, 2010 at 2:28 pm
Dec 12, 2010 at 12:11 pm -
This summarizes my understanding of what's come out of the latest rounds of discussions on this; which is the latest set on this topic of many over the years. Hopefully, now that there is someone ...
Karl williamson
Dec 19, 2010 at 5:56 am
Dec 27, 2010 at 10:25 am -
I was looking at the remaining warnings generated by VC6 when compiling core Perl and found that most come from the fact that the ternary operator always seems to return a value that is the same size ...
Jan Dubois
Dec 15, 2010 at 7:33 am
Dec 20, 2010 at 9:36 am -
# New Ticket Created by Zsban Ambrus # Please include the string: [perl #81016] # in the subject line of all future correspondence about this issue. # <URL: ...
Zsban Ambrus
Dec 20, 2010 at 12:16 pm
Dec 27, 2010 at 2:12 am -
Hello, I've already asked on #p5p and nobody (present) came up with a reason why this should be done, so attached is a patch. Perl fetches at program startup the value of getpid() and stores it in ...
Max Maischein
Dec 29, 2010 at 3:35 pm
Jan 8, 2011 at 8:30 pm -
Perl 5 commit summary, activity since Saturday Current branch blead 91 commits. 19 unique authors. 11 unique committers. 85 files changed, 1121 insertions(+), 855 deletions(-) Net code removal: ...
Perl 5 commit summary
Dec 1, 2010 at 2:15 am
Dec 29, 2010 at 2:14 am -
We've filed this RT ticket: http://rt.perl.org/rt3//Public/Bug/Display.html?id=80782 When we build (a) with Sun Studio, (b) 64-bit, and (c) supply a vendorprefix (or multiple paths in APPLLIB), we ...
Ricardo Signes
Dec 21, 2010 at 3:42 am
Dec 26, 2010 at 11:55 am -
Hi, I'm writing to you regarding a new module I've uploaded last night to the CPAN, called "rig". So far, it's only a developer's release. Here's the link to the pod: ...
Rodrigo de Oliveira
Dec 20, 2010 at 10:04 am
Dec 22, 2010 at 1:24 am -
# New Ticket Created by Doug Hunt # Please include the string: [perl #81026] # in the subject line of all future correspondence about this issue. # <URL: ...
Doug Hunt
Dec 20, 2010 at 5:50 pm
Dec 21, 2010 at 8:44 pm -
Based on feedback, here's a revised proposal: No layer allows in syntactically malformed utf8 :strict_utf8 allows in only what Unicode says is interchangeable :safe_utf8 (or maybe :portable_utf8) ...
Karl williamson
Dec 24, 2010 at 4:03 pm
Jan 4, 2011 at 1:51 pm -
My hope is to release 5.12.3 no later than January 14. The recent weather in the northeastern states scrambled a lot of my plans, but I'm recovering and hope to be back to normal very soon. I expect ...
Ricardo Signes
Dec 31, 2010 at 2:42 pm
Jan 3, 2011 at 5:27 pm -
The attached patch makes "Package- $method" and "$obj- $method" call "&{}" overloading on $method whenever present. In that case, it is equivalent to "Package- $ret" and "$obj- $ret", where $ret is ...
Vincent Pit
Dec 5, 2010 at 7:12 pm
Dec 11, 2010 at 4:13 pm -
# New Ticket Created by "Eric Brine" # Please include the string: [perl #80190] # in the subject line of all future correspondence about this issue. # <URL: ...
Eric Brine
Dec 3, 2010 at 6:41 pm
Oct 1, 2012 at 7:58 pm -
It turns out that Perl has two disparate methods for dealing with locale and utf8. One way is to lose localeness when a scalar is changed to utf8, so that whatever character is at ordinal X suddenly ...
Karl williamson
Dec 31, 2010 at 9:47 pm
Jan 5, 2011 at 6:13 pm -
Attached is a series of patches from my ipv6 branch. They implement Socket::getaddrinfo() and Socket::getnameinfo() Also included are a few bugfix patches for the earlier sockaddr_in6() changes. -- ...
Paul LeoNerd Evans
Dec 30, 2010 at 9:21 pm
Jan 4, 2011 at 10:26 am -
Hi, I use a very simple perl script like below, I don't know why this happen, so anybody can give me some clue on this? ############################################################################## ...
Jovi Zhang
Dec 22, 2010 at 8:41 am
Dec 23, 2010 at 10:42 am -
# New Ticket Created by renee.baecker@smart-websolutions.de # Please include the string: [perl #80740] # in the subject line of all future correspondence about this issue. # <URL: ...
Renee . baecker @ smart-websolutions . de
Dec 14, 2010 at 11:21 am
Dec 17, 2010 at 11:46 pm -
It would be nice if we could get the cpan/CGI/t/http.t fixes into 5.12.3. They consist of two commits which just need one more vote each: 5b898c5 582bd87 If we could backport the fix for ‘print ...
Father Chrysostomos
Dec 6, 2010 at 1:25 am
Dec 16, 2010 at 4:44 pm -
Attached patch liberalises label syntax a little further, by allowing labels to be stacked. I'm posting it for comment. Don't really expect it to be contentious, since the earlier, more radical, ...
Zefram
Dec 12, 2010 at 11:47 am
Dec 13, 2010 at 9:12 pm -
I realized as I got further into the design that there were some unstated things about what I'm proposing. So here is a complete statement, AFAIK: Using /a will have the following effects: 1) \s, \d, ...
Karl williamson
Dec 4, 2010 at 5:18 pm
Dec 9, 2010 at 4:24 am -
Doing so would allow destructors to see freed SVs. Instead, how’s this patch? It still needs tests and a commit message. Watch: $ perl -le' sub DESTROY{warn aaa}bless\$a[0]' $ ./perl -le' sub ...
Father Chrysostomos via RT
Dec 12, 2010 at 9:00 pm
Jan 3, 2011 at 2:35 am -
Attached patch prevents a warning about a possible precende problem in IO-Compress. Current perl won't warn about this because the precende problem is with a constant folded expressions, but the ...
Gerard Goossen
Dec 30, 2010 at 10:25 pm
Dec 31, 2010 at 3:48 pm -
Automated smoke report for 5.12.2 patch 6b6803ca5cc042a20bd63333defdcf9b4b5a045c v5.12.2-4-g6b6803c maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on MSWin32 ...
Steve Hay
Dec 3, 2010 at 1:54 am
Dec 26, 2010 at 1:53 am -
6
Radical proposal based on proof that current implementation of Unicode under /i is hopelessly broken
Multi-character folding is the issue I'll address here, pointing out a huge design flaw. Consider 'f', LATIN SMALL LIGATURE FF, and LATIN SMALL LIGATURE FFI. All these are matched by \p{Alpha}. Now ...Karl williamson
Dec 11, 2010 at 4:40 pm
Dec 16, 2010 at 6:05 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #80212] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Dec 4, 2010 at 8:11 am
Dec 5, 2010 at 8:13 am -
Anyone up for playing with perl, llvm and http://code.google.com/p/emscripten/? -j
Jesse Vincent
Dec 27, 2010 at 4:55 am
Apr 10, 2011 at 5:03 pm -
From Locale::Maketext and I18N::LangTags::Detect. To replicate, run perl -Idist/Locale-Maketext/lib -Icpan/IPC-Cmd/lib -Idist/I18N-LangTags/lib -we "use IPC::Cmd" --- ...
David E. Wheeler
Dec 28, 2010 at 10:51 pm
Jan 28, 2011 at 5:49 am -
# New Ticket Created by Moritz Lenz # Please include the string: [perl #81426] # in the subject line of all future correspondence about this issue. # <URL: ...
Moritz Lenz
Dec 29, 2010 at 6:27 am
Jan 2, 2011 at 9:57 pm -
No one objected when I said I would implement the /a regex modifier without it affecting caseless matching, so that's what I'm doing. I also said that I would implement an extension which is to ...
Karl williamson
Dec 22, 2010 at 11:23 pm
Dec 31, 2010 at 5:22 am -
Consider my $s = 's'; utf8::upgrade($s); my $b = ":$s:"; $b isn't in utf8. Should it? I suppose one can argue that it shouldn't matter externally.
Karl williamson
Dec 13, 2010 at 5:24 pm
Dec 14, 2010 at 12:15 am -
Oh, please don't. That won't even work with most versions of unix. #! doesn't do a path search, so unless you have a perl command in the local directory, you'll get an (obscure) "not found" warning ...
John P. Linderman
Dec 6, 2010 at 2:57 pm
Dec 9, 2010 at 2:45 pm -
I would like to propose some changes to the way lvalue subs work. Right now the docs say that you can’t use return. This just makes them so much less useful than they could be. Currently, ...
Father Chrysostomos
Dec 12, 2010 at 9:44 pm
Jun 1, 2011 at 1:17 am -
Test for clearing of lexical variables in for loops with redo and next Gerard Goossen
Gerard Goossen
Dec 30, 2010 at 11:16 pm
Jan 16, 2011 at 9:04 pm -
ExtUtils::CBuilder's t/04-base.t creates temporary directories, but never cleans them up. This means that anyone running blead's tests gets 2 directories in /tmp per run. Lucky smokers :-) I've ...
Nicholas Clark
Dec 14, 2010 at 3:41 pm
Jan 1, 2011 at 4:20 pm -
The current version of threads::shared on CPAN is 1.34. So why was thread::shared bumped to 1.35 instead of 1.34_01 for the v5.13.8 release? This concerns me because that means the next version I ...
Jerry D. Hedden
Dec 20, 2010 at 12:12 am
Dec 20, 2010 at 12:35 am -
# New Ticket Created by David Leadbeater # Please include the string: [perl #80548] # in the subject line of all future correspondence about this issue. # <URL: ...
David Leadbeater
Dec 10, 2010 at 9:26 pm
Dec 17, 2010 at 5:21 am -
Automated smoke report for 5.13.7 patch 8e720305f65b4f201f4aef0d72433f29360b876f v5.13.7-421-g8e72030 maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on ...
Steve Hay
Dec 14, 2010 at 2:09 am
Dec 15, 2010 at 1:10 am -
ribasushi, mst, and I have discussed the issue of modules wanting to know about unwinding in progress, and reached some interim conclusions. Regarding those modules that have so far used $@ to ...
Zefram
Dec 6, 2010 at 2:12 pm
Dec 7, 2010 at 12:20 am -
# New Ticket Created by Russ Weight # Please include the string: [perl #81408] # in the subject line of all future correspondence about this issue. # <URL: ...
Russ Weight
Dec 28, 2010 at 11:52 pm
Jan 12, 2011 at 10:53 pm -
The patch makes goto into a construct into an error, as this is not supported by the codegeneation step. Gerard Goossen.
Gerard Goossen
Dec 30, 2010 at 10:46 pm
Jan 9, 2011 at 9:20 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 243 |
posts | 962 |
users | 112 |
website | perl.org |
112 users for December 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)