Search Discussions
-
45
mauve--
So I'm catching up with the changes in perl and I find out about this mauve namespace. I'm rather horrified :) Some questions. - if we're going to define new XSUBs, why should they be in universal.c ...Rafael Garcia-Suarez
Sep 9, 2010 at 1:22 pm
Sep 10, 2010 at 7:37 pm -
# New Ticket Created by Mitchell N Charity # Please include the string: [perl #77654] # in the subject line of all future correspondence about this issue. # <URL: ...
Mitchell N Charity
Sep 2, 2010 at 7:58 pm
Feb 16, 2012 at 1:04 am -
I've been thinking about the oft-expressed issue here concerning e.g., making \d match only 0-9, and now have a concrete proposal. I'm proposing a '/a' regex modifier that would restrict matches of ...
Karl williamson
Sep 21, 2010 at 6:28 pm
Nov 3, 2010 at 2:12 am -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #78008] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Sep 23, 2010 at 6:40 am
Apr 19, 2011 at 11:56 am -
Thank you for the patch. It looks nice, but there’s one problem: $ ./perl -Ilib -MData::Dumper -le '++$Data::Dumper::Useqq; print Dumper join "", map chr, 0..255' Malformed UTF-8 character (overflow ...
Father Chrysostomos via RT
Sep 27, 2010 at 12:24 am
Aug 9, 2013 at 5:37 am -
# New Ticket Created by Paul Green # Please include the string: [perl #78132] # in the subject line of all future correspondence about this issue. # <URL: ...
Paul Green
Sep 29, 2010 at 3:05 pm
Apr 24, 2012 at 12:52 am -
I'm trying to install perl5.12.2 on my computer. This is hoe I did it: sh Configure -de -Dprefix=/usr -Dotherlibdirs=/usr/share/perl5:/usr/lib/perl5 -Dusethreads -Dusemorebits -Uuselargefiles make ...
Shawn H Corey
Sep 21, 2010 at 9:48 pm
Sep 27, 2010 at 12:17 pm -
Quoting from the Devel::GlobalDestruction docs: Perl's global destruction is a little tricky to deal with WRT finalizers because it's not ordered and objects can sometimes disappear. Writing ...
Florian Ragwitz
Sep 28, 2010 at 2:21 am
Oct 5, 2010 at 5:23 am -
<URL: https://rt.cpan.org/Ticket/Display.html?id=56225 I'm quoting the original bug report for those reading along on p5p: On Fri Sep 10 16:17:48 2010, ...
Steffen Mueller via RT
Sep 11, 2010 at 7:20 am
Nov 24, 2013 at 4:04 pm -
t/run/fresh_perl.t fails for me on linux and OSX : run/fresh_perl.t (Wstat: 0 Tests: 94 Failed: 5) Failed tests: 49-53 Apparently since this commit : commit 57ef47cc7bcd1b57927d5010f363ccaa10f1d990 ...
Rafael Garcia-Suarez
Sep 20, 2010 at 8:57 am
Sep 25, 2010 at 4:13 am -
Inspired by a discussion on module-authors: I've always wondered why: my $foo= shift @array; would not be an aliasing operation. Is there a specific reason why a copy is needed?? $ perl -le 'my @a=1; ...
Elizabeth Mattijsen
Sep 13, 2010 at 3:45 pm
Sep 17, 2010 at 10:37 am -
$ perl5122 -MDevel::Peek -we 'Dump(eval "v1.2.3_1")' SV = PVMG(0xf01bb0) at 0xed3990 REFCNT = 1 FLAGS = (TEMP,RMG,POK,pPOK) IV = 0 NV = 0 PV = 0xeefe60 "\1\2\37"\0 CUR = 3 LEN = 8 MAGIC = 0xed7310 ...
David Golden
Sep 26, 2010 at 8:10 pm
Sep 28, 2010 at 1:26 pm -
Hi all, Inspired by a message ot the perl documentation proejct, I started working on revamping perlipc.pod here: http://github.com/shlomif/perl/tree/perlipc-revamp What I did so far is convert all ...
Shlomi Fish
Sep 5, 2010 at 5:06 am
Sep 16, 2010 at 8:29 am -
Hi, after years of steady improvement I'm getting ready for releasing version 2.0 of makepp. I'm testing it against various open source to fix it, so we can keep our promise of being almost gmake ...
Daniel Pfeiffer
Sep 3, 2010 at 10:42 pm
Jun 24, 2013 at 5:01 am -
--- regexec.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/regexec.c b/regexec.c index 881f8c2..867965a 100644 --- a/regexec.c +++ b/regexec.c @@ -3975,7 +3975,10 @@ ...
Florian Ragwitz
Sep 22, 2010 at 12:59 pm
Sep 30, 2010 at 12:24 am -
How do I enable sfio support in perl? A colleague did it a few years who and archived vast performance improvements with it. Now I am tasked with the perl upgrade but do not know where I should ...
Ольга крыжановская
Sep 30, 2010 at 2:33 am
Dec 12, 2013 at 4:28 pm -
This patch extracts regcurly from regcomp.c and converts it to static inline in a new file to be included by regcomp.c and toke.c. It required 'make regen', which I did as part of this patch. (Only ...
Andy Dougherty
Sep 10, 2010 at 8:18 pm
Jul 7, 2011 at 7:58 pm -
Attached patch provides a full API for cop hint hashes, *without* exposing the refcounted_he type per se. The implementation is just a macro layer, so there's no runtime cost, but the set of ...
Zefram
Sep 22, 2010 at 10:49 pm
Oct 21, 2010 at 1:12 pm -
Automated smoke report for 5.13.5 patch 20c002109cce68de85ddf6451b809a24ae6d650a v5.13.5-65-g20c0021 maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on ...
Steve Hay
Sep 23, 2010 at 1:57 am
Sep 23, 2010 at 4:11 pm -
Only works on ELF platforms, and does require a linker that understands --version-script. That's probably GNU ld only. --- .gitignore | 2 ++ Makefile.SH | 18 +++++++++++++++++- ...
Florian Ragwitz
Sep 2, 2010 at 7:50 pm
Sep 16, 2010 at 2:21 pm -
9
All gone
$ ./runbench.sh sub f{my($n)=@_;$n==8 and bless{1..4}and$a=~s/$/../;$n<2 and return$n;f($n-1)+f($n-2)}f(33) perl5.8.9-nt 10.31 perl5.10.1-nt 10.82 perl5.11.3-nt 11.25 perl5.12.1-nt 10.74 ...Reini Urban
Sep 13, 2010 at 9:14 pm
Sep 17, 2010 at 7:25 am -
Hi, rather than file this as a bug I thought I'd discuss it here, since it may be my assumptions which are at fault. I have a program that uses AUTOLOAD to delegate method calls. Among other things ...
Ed Avis
Sep 13, 2010 at 3:20 pm
Sep 14, 2010 at 6:00 pm -
Automated smoke report for 5.12.2 patch 7a3b65c9d99f69553fffe01f73d49fe9abf95120 v5.12.2 maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) (x86/2 cpu) on MSWin32 - ...
Steve Hay
Sep 8, 2010 at 1:19 am
Sep 30, 2010 at 12:35 am -
Perl 5 commit summary, activity since Saturday Current branch blead 29 commits. 15 unique authors. 10 unique committers. 61 files changed, 3096 insertions(+), 924 deletions(-) Net code removal: ...
Perl 5 commit summary
Sep 1, 2010 at 1:14 am
Sep 29, 2010 at 1:15 am -
Thank you. I’ve applied this as fb9b5b31d8a62644191f4e414a66124e86f30797.
Father Chrysostomos via RT
Sep 26, 2010 at 1:47 pm
Sep 28, 2010 at 12:18 am -
Attached patch API-ifies a bunch of hint-related things. The bulk of it is making the refcounted_he system public, but note that this doesn't particularly publicise the fact that hints in cops are ...
Zefram
Sep 12, 2010 at 1:00 am
Sep 14, 2010 at 1:15 am -
Attached patch puts all the essential pad functions into the API. This is to support parser plugins and things like Parse::Perl. Mostly these are interfaces that would survive a complete ...
Zefram
Sep 9, 2010 at 9:51 pm
Sep 13, 2010 at 8:32 am -
# New Ticket Created by Todd Rinaldo # Please include the string: [perl #77762] # in the subject line of all future correspondence about this issue. # <URL: ...
Todd Rinaldo
Sep 9, 2010 at 7:15 pm
Nov 30, 2010 at 4:45 pm -
# New Ticket Created by Ben Morrow # Please include the string: [perl #77974] # in the subject line of all future correspondence about this issue. # <URL: ...
Ben Morrow
Sep 21, 2010 at 11:15 pm
Nov 30, 2010 at 10:27 am -
# New Ticket Created by "Jerry D. Hedden" # Please include the string: [perl #77952] # in the subject line of all future correspondence about this issue. # <URL: ...
Jerry D. Hedden
Sep 20, 2010 at 5:29 pm
Sep 30, 2010 at 1:32 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #77810] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Sep 12, 2010 at 7:29 pm
Feb 7, 2011 at 2:52 am -
# New Ticket Created by saddy # Please include the string: [perl #78086] # in the subject line of all future correspondence about this issue. # <URL: ...
Saddy
Sep 27, 2010 at 5:40 pm
Sep 28, 2010 at 4:03 pm -
Summary: Deprecate current behavior and supply a better-behaved alternative in 5.14. Remove current behavior in 5.16, speeding up ut8 case changing. Current situation: It is possible to override the ...
Karl williamson
Sep 16, 2010 at 8:18 pm
Sep 18, 2010 at 4:39 am -
Automated smoke report for 5.13.4 patch 9ea12537a494a537e72f6853f48253349ee8d82d v5.13.4-207-g9ea1253 ALMA: HP rx2600 (1.50GHz/6.0MB) (IA64/2 cpu) on openvms - V8.4 using ? CC/DECC version 70390019 ...
Craig A. Berry
Sep 10, 2010 at 10:13 pm
Sep 11, 2010 at 5:39 pm -
# New Ticket Created by Jim Cromie # Please include the string: [perl #77630] # in the subject line of all future correspondence about this issue. # <URL: ...
Jim Cromie
Sep 1, 2010 at 7:31 pm
Oct 19, 2014 at 12:52 am -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #78070] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Sep 26, 2010 at 8:50 pm
Oct 24, 2010 at 8:12 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #78040] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Sep 25, 2010 at 9:40 am
Sep 30, 2010 at 2:58 am -
Karl Williamson pointed out on IRC that the rough schedule for 5.14.0 that we talked about on IRC, I proposed at OSCON and Leon presented at YAPC::EU never actually got sent to p5p. I've just checked ...
Jesse Vincent
Sep 25, 2010 at 2:05 am
Sep 25, 2010 at 5:46 pm -
To support "weird" eol sequences in Text::CSV_XS, I need the XS variant of my $line = do { local $/ = $eol; scalar <$fh ; } I know *when* I need it, but not (yet) how to do it: { int result; dSP; ...
H.Merijn Brand
Sep 23, 2010 at 6:45 am
Sep 23, 2010 at 1:45 pm -
# New Ticket Created by "Todd C. Miller" # Please include the string: [perl #77898] # in the subject line of all future correspondence about this issue. # <URL: ...
Todd C. Miller
Sep 16, 2010 at 2:07 pm
Sep 22, 2010 at 2:27 pm -
For an example of the bug see http://stackoverflow.com/questions/3727619/how-do-i-use-lock-hash-recurse-in-perl/3727667#3727667 Here is a patch that fixes the warnings. I did not include a test ...
Chas. Owens
Sep 16, 2010 at 2:36 pm
Sep 16, 2010 at 4:07 pm -
A Unicode named sequence is a single name for a string of characters. For example, TAMIL SYLLABLE HO is actually two characters that together are commonly referred to by this name. It is easy to add ...
Karl williamson
Sep 5, 2010 at 9:01 pm
Sep 10, 2010 at 4:21 am -
Currently srand(undef) assumes its seed is 0. That seems wrong to me. Is there a reason not to change it to generate a seed in this circumstance?
Karl williamson
Sep 9, 2010 at 1:14 pm
Sep 10, 2010 at 12:02 am -
The readonliness is turned off explicitly in pad_free under ithreads. See also bug #19022, which resulted from the same change. There is some discussion there, too, but nobody seemed to know exactly ...
Father Chrysostomos
Sep 19, 2010 at 7:09 pm
Dec 8, 2010 at 7:39 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #77610] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Sep 1, 2010 at 2:07 pm
Oct 12, 2010 at 5:54 pm -
Currently, if a patch adjusts a test count, it’s very likely going to conflict with any other patch modifying the same test file. There’s a test-counting technique I came up with, which I think I ...
Father Chrysostomos
Sep 5, 2010 at 9:27 pm
Oct 12, 2010 at 4:49 pm -
Hi All, We're getting ready to contribute the (small number of) changes I made for the File module and hints file to get perl 5.12 to build on NonStop. I'm not currently a contributor but would like ...
Randall S. Becker
Sep 30, 2010 at 2:07 am
Oct 1, 2010 at 5:22 pm -
Not seeing these entries, and not knowing about the dev releases, I copied some change log entries from perldelta into the ChangeLog file. Some of these may be duplicates. Can I leave it to you to ...
Father Chrysostomos via RT
Sep 27, 2010 at 1:32 am
Sep 28, 2010 at 7:21 pm -
Thank you. I’ve applied this as e9c9ffcae4a8b5820dabb04674b85bb5195fcfc4.
Father Chrysostomos via RT
Sep 25, 2010 at 7:22 pm
Sep 27, 2010 at 3:59 pm -
# New Ticket Created by karl williamson # Please include the string: [perl #78022] # in the subject line of all future correspondence about this issue. # <URL: ...
Karl williamson
Sep 24, 2010 at 2:01 am
Sep 24, 2010 at 6:25 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 315 |
posts | 988 |
users | 119 |
website | perl.org |
119 users for September 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)