Search Discussions
-
Under Jesse’s new plan for 5.16+, it would make sense for ‘use v5.14’ to turn off any 5.16 features. { use v5.16; # ... brand spanking new features enabled here ... { use v5.14; # ... only ‘fairly’ ...
Father Chrysostomos
Oct 23, 2011 at 11:15 pm
Nov 14, 2011 at 8:06 pm -
Currently, last inside map is invalid: $ perl -wE'my@x=map{$_ 10&&last;$_}1..100;say$#x' Can't "last" outside a loop block at -e line 1. What about making that a stop-now-fast to mimic lazy-lists (if ...
H.Merijn Brand
Oct 17, 2011 at 6:33 am
Oct 20, 2011 at 2:01 pm -
29
$[ proposal
If $[ is to be reimplemented as a module, is there any reason it shouldn’t be available under ‘use v5.16’? Allowing $[ to work regardless of feature.pm will make the code simpler (arguably simpler ...Father Chrysostomos
Oct 16, 2011 at 6:54 pm
Nov 6, 2011 at 2:39 am -
I think this is better discussed -on-list Begin forwarded message: Date: Tue, 11 Oct 2011 15:03:29 +0200 From: Rainer Tammer <tammer@tammer.net To: "H.Merijn Brand" <h.m.brand@xs4all.nl Subject: Re: ...
H.Merijn Brand
Oct 11, 2011 at 1:17 pm
Nov 1, 2011 at 2:54 pm -
See <http://perl5.git.perl.org:8080/job/perl5/80/changes Changes: [dagolden] perldelta: document base.pm changes ------------------------------------------ [...truncated 10889 lines...] ...
Dennis Kaarsemaker
Oct 19, 2011 at 5:12 pm
Feb 18, 2012 at 12:14 am -
I'be been talking a lot with Eric Brine in RT#71533 I want to ask a community. Ecic tries to convince me, that XML::Fast works wrong. I've been trying to convice Eric, that his example suffers from ...
Mons Anderson
Oct 17, 2011 at 11:16 am
Oct 17, 2011 at 11:07 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #102586] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Oct 31, 2011 at 3:08 pm
Nov 28, 2011 at 1:22 am -
# New Ticket Created by tchrist1 # Please include the string: [perl #101382] # in the subject line of all future correspondence about this issue. # <URL: ...
Tchrist1
Oct 14, 2011 at 10:57 pm
Oct 31, 2011 at 9:41 pm -
( My apologies if this is a settled question; I'm just looking for confirmation one way or the other. ) Per its perldelta, v5.14 fixes a slew of $@-handling bugs. So does that obsolete the non-core ...
Tom Christiansen
Oct 25, 2011 at 2:05 pm
Oct 26, 2011 at 4:18 pm -
13
XS AUTOLOAD
This is regarding Father Chrysostomos' changes to fix the current behaviour of XS AUTOLOAD methods, specifically commits 8fa6a40953ef88573ed3cbbb37666e7b72dec7dd and the tests in ...Steffen Mueller
Oct 11, 2011 at 4:04 pm
Oct 12, 2011 at 6:29 am -
*Returns the numeric (the native 8-bit encoding, like ASCII or EBCDIC, or Unicode) value of the first character of EXPR.* Can this be worded so it is more clear that "8-bit" applies only to ASCII and ...
John P. Linderman (jpl)
Oct 3, 2011 at 2:06 pm
Oct 7, 2011 at 2:23 am -
Hi, I did not get a reply of the perlbug-admin@perl.org , so I'm forwarding this to perl5-porters (although I'm not sure whether this is the right way to file an enhancement request). Regards, Kees ...
Kees Dekker
Oct 19, 2011 at 3:02 pm
Nov 28, 2011 at 9:27 pm -
# New Ticket Created by Michael G Schwern # Please include the string: [perl #101976] # in the subject line of all future correspondence about this issue. # <URL: ...
Michael G Schwern
Oct 23, 2011 at 2:43 am
Oct 29, 2011 at 3:23 am -
Unicode punctuation variables work now, as of dfb182850 and the preceding commits. But another issue that came up later in the ticket, that $♠♠ produces ‘Unrecognized character \xE2’ instead of ...
Father Chrysostomos via RT
Oct 6, 2011 at 9:50 pm
Mar 29, 2012 at 8:42 am -
====================================================================== SUMMARY: the Unicode::GCString module should be dual-lived for v5.16 ...
Tom Christiansen
Oct 31, 2011 at 9:00 pm
Nov 2, 2011 at 6:24 pm -
# New Ticket Created by chromatic # Please include the string: [perl #102064] # in the subject line of all future correspondence about this issue. # <URL: ...
Chromatic
Oct 24, 2011 at 5:56 pm
Nov 1, 2011 at 1:14 am -
Squashed the previous four patches down into one. Please apply this instead. -- Paul "LeoNerd" Evans leonerd@leonerd.org.uk ICQ# 4135350 | Registered Linux# 179460 http://www.leonerd.org.uk/
Paul LeoNerd Evans
Oct 17, 2011 at 10:08 pm
Oct 25, 2011 at 5:39 pm -
Auto-increment is magical on strings that match "/^[a-zA-Z]*[0-9]*\z/". Should we consider moving this into the 21st (i.e., non-ASCII) century? -- Johan
Johan Vromans
Oct 6, 2011 at 8:04 am
Oct 7, 2011 at 11:14 am -
Perl 5 commit summary, activity since Wednesday Current branch blead 24 commits. 7 unique authors. 6 unique committers. 66 files changed, 2033 insertions(+), 1325 deletions(-) Thanks, applied: Tony ...
Perl 5 commit summary
Oct 1, 2011 at 1:08 am
Oct 29, 2011 at 1:08 am -
Hello all, I wrote a test case for Pod::Html that tests if it can find POD files that are within a directory that has a '.' in its name. To test this, I have a directory, 'test.lib', which ...
Marc Green
Oct 21, 2011 at 4:43 pm
Oct 29, 2011 at 12:33 am -
Would it be possible to create a format character sequence for HEKs, to avoid putting SVfARG(sv_2mortal(newSVhek(...))) all over the place? How would I go about that?
Father Chrysostomos
Oct 6, 2011 at 6:40 am
Oct 6, 2011 at 2:23 pm -
# New Ticket Created by Linda Walsh # Please include the string: [perl #102464] # in the subject line of all future correspondence about this issue. # <URL: ...
Linda Walsh
Oct 29, 2011 at 11:59 am
Oct 29, 2011 at 9:53 pm -
# New Ticket Created by Linda Walsh # Please include the string: [perl #100514] # in the subject line of all future correspondence about this issue. # <URL: ...
Linda Walsh
Oct 2, 2011 at 8:40 pm
Oct 28, 2011 at 10:23 am -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #101486] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Oct 17, 2011 at 5:27 am
Oct 22, 2011 at 11:12 pm -
As per my grant conditions, here is a report for the September period. Spent it mainly continuing to work on fixing the design flaws in re_evals (i.e. /(?{...})/ ). I'm currently working on literal ...
Dave Mitchell
Oct 4, 2011 at 11:38 am
Oct 11, 2011 at 7:53 am -
Hello, I propose that the security-related portion of a2fa999d41c94d622051667d897fedca90be1828 also known as CVE-2011-3597[1] be backported to maint-5.12 and maint-5.14. I believe this is equivalent ...
Dominic Hargreaves
Oct 7, 2011 at 9:49 pm
Oct 10, 2011 at 6:06 am -
Are there any plans to get rid of this (wellknown) pre/post increment anomaly: $i = 3; print ++$i, ++$i, ++$i; $i = 3; print $i++, $i++, $i++; -- Johan
Johan Vromans
Oct 6, 2011 at 8:01 am
Oct 7, 2011 at 9:41 pm -
# New Ticket Created by "Christian Walde" # Please include the string: [perl #100496] # in the subject line of all future correspondence about this issue. # <URL: ...
Christian Walde
Oct 2, 2011 at 11:17 am
Feb 4, 2012 at 2:56 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #101940] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Oct 22, 2011 at 4:31 am
Oct 26, 2011 at 11:09 pm -
There is a rather long discussion in incident http://rt.perl.org/rt3/Ticket/Display.html?id=90886 about the switch feature (given...when and smartmatching) It begins on 17 Mai 2011: My question is ...
Klaus
Oct 25, 2011 at 1:24 pm
Oct 26, 2011 at 7:02 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #101738] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Oct 19, 2011 at 7:50 pm
Oct 20, 2011 at 1:06 pm -
Hello, there is a problem with ?= and the AIX make. See: Makefile: # If you're going to use valgrind and it can't be invoked as plain valgrind # then you'll need to change this, or override it on the ...
Rainer Tammer
Oct 13, 2011 at 8:41 am
Oct 16, 2011 at 9:50 am -
Problem statement and some background: The Perl 5 porters want to remove and/or disable the EBCDIC support from the current Perl 5 source code base because they have no way of knowing whether it ...
Jarkko Hietaniemi
Oct 3, 2011 at 10:19 am
Oct 4, 2011 at 9:04 am -
http://doc.procura.nl/smoke/hpux1020/511/cc/smoke.log Automated smoke report for 5.15.3 patch 164df45ab853a1e9c2571d08edd3e27eae41a821 v5.15.3-353-g164df45 d3: PA8000 (PA-RISC2.0/32/1 cpu) on HP-UX - ...
H.Merijn Brand
Oct 12, 2011 at 6:11 am
Oct 23, 2011 at 11:55 pm -
Dear all, you won't read this because the subject of the email is almost all caps and will be eaten by the spam grue. Alas. The XS AUTOLOAD CPAN smoke that Father Chrysostomos requested is done and ...
Steffen Mueller
Oct 18, 2011 at 6:07 am
Oct 23, 2011 at 7:34 pm -
# New Ticket Created by "Eric Brine" # Please include the string: [perl #101938] # in the subject line of all future correspondence about this issue. # <URL: ...
Eric Brine
Oct 22, 2011 at 4:08 am
Oct 22, 2011 at 6:57 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #101430] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Oct 16, 2011 at 7:57 am
Oct 16, 2011 at 9:48 pm -
I don't think we should worry about backwards compatibility when doing so leaves the potentially affected programs open to security holes. What do others think?
Karl Williamson
Oct 1, 2011 at 8:44 pm
Oct 2, 2011 at 10:36 pm -
Perl5 Bug Summary http://rt.perl.org/rt3/NoAuth/perl5/Overview.html Generated at Mon Oct 3 13:15:02 2011 GMT ------------------------------------------------------------------------------- * Numbers ...
Perl5 Bug Summary
Oct 3, 2011 at 1:15 pm
Oct 31, 2011 at 1:15 pm -
Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.4 patch aba0546e5e59b483db69149ae72b8c7a90f9b03f v5.15.4-67-gaba0546 perl-win2k: Intel(R) Core(TM) i7 CPU 920 ...
George Greer
Oct 28, 2011 at 3:36 am
Oct 28, 2011 at 10:13 pm -
Tom Christiansen has persuaded me that this is not a bug; that it is working correctly. The reason is that Unicode considers CR-LF to be a unit, and so they should not be separated, even if it causes ...
Karl Williamson via RT
Oct 27, 2011 at 4:47 pm
Oct 27, 2011 at 8:20 pm -
given my %hash = ( SV = 1, GLB = *STDERR, IO = *{$::{STDERR}}{IO}, FMT = *{$::{STDOUT}}{FORMAT}, ); use Data::Dumper; print Dumper \%hash; will warn like cannot handle ref type 15 at ...
H.Merijn Brand
Oct 15, 2011 at 4:28 pm
Oct 17, 2011 at 8:37 pm -
I've volunteered to push out a 5.12.5 maintenance release with all the accumulated patches so far. I'm aware of the discussion about upgrading the Digest module to 1.17 as a fix for CVE-2011-3597: ...
Jan Dubois
Oct 13, 2011 at 11:12 pm
Oct 14, 2011 at 4:42 am -
As per Tom's suggestion, I have deleted the parenthetical reference involving "8-bit"-edness. My first venture into git-based patch submissions. If done well, kudos to Florian Ragwitz. If done badly, ...
John P. Linderman (jpl)
Oct 4, 2011 at 12:31 pm
Oct 8, 2011 at 3:45 am -
Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.3 patch da6a832587514dcfa5af3e2d36923192d097affc v5.15.3-294-gda6a832 perl-win2k: Intel(R) Core(TM) i7 CPU 920 ...
George Greer
Oct 7, 2011 at 12:47 am
Oct 7, 2011 at 6:35 am -
Does anyone know what the third letter such as f/s/p signifies in the names of SV flags, e.g. the f in SVf_IOK, or the s in SVs_TEMP? -- In England there is a special word which means the last ...
Dave Mitchell
Oct 7, 2011 at 11:28 am
Apr 7, 2012 at 9:15 pm -
It's irking that the release tags in the repository are inconsistent. Is that v5.6.2 or perl-5.6.2 I'm looking for? It becomes particularly annoying when automating, such as perlbrew. The attached ...
Michael G Schwern
Oct 23, 2011 at 3:03 am
Mar 31, 2012 at 9:48 am -
First patch makes this: use PerlIO::via::QuotedPrint; sub PerlIO::via::QuotedPrint::GETARG { "QuotedPrint" } open my $fh, "<:via(QuotedPrint)", undef or die $!; print PerlIO::get_layers($fh); Stop ...
Brian Fraser
Oct 16, 2011 at 10:22 pm
Dec 28, 2011 at 10:47 am -
# New Ticket Created by Dominic Hargreaves # Please include the string: [perl #102516] # in the subject line of all future correspondence about this issue. # <URL: ...
Dominic Hargreaves
Oct 30, 2011 at 10:43 pm
Oct 31, 2011 at 9:55 am -
Karl, Father Chrysostomos, would it be okay if I reverted the following four commits for now? They overlap with the functions that I have currently been messing with extensively in my davem/re_eval ...
Dave Mitchell
Oct 30, 2011 at 12:07 pm
Oct 30, 2011 at 4:29 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 248 |
posts | 840 |
users | 95 |
website | perl.org |
95 users for October 2011
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)