Search Discussions
-
I had thought in our discussion last year that we had determined that these should match only in the ASCII range. And so, I thought that when Yves flipped the switch on the \p{Posix} matches, that ...
Karl williamson
Sep 30, 2009 at 5:24 pm
Oct 31, 2009 at 6:09 pm -
# New Ticket Created by Christoph Bussenius # Please include the string: [perl #69414] # in the subject line of all future correspondence about this issue. # <URL: ...
Christoph Bussenius
Sep 26, 2009 at 6:44 pm
Oct 7, 2009 at 7:21 pm -
I have been working with a version of blead from June. I was able to use miniperl with Scalar::Util. But now if I try it with the latest bleads, it fails immediately with: 'Attempt to reload ...
Karl williamson
Sep 5, 2009 at 3:08 am
Sep 8, 2009 at 4:55 pm -
Since "use 5.nnn;" and "require 5.nnn;" no longer have the historical semantics of just checking the perl version number, currently the way to perform a version number check on its own seems to be: ...
Zefram
Sep 8, 2009 at 10:24 am
Sep 8, 2009 at 5:48 pm -
So now we have all these nice build dirs: lib, ext, cpan and dist. Out of curiosity, what specifically is the criteria for distributing modules between these?
Jerry D. Hedden
Sep 29, 2009 at 1:56 pm
Oct 1, 2009 at 10:40 am -
# New Ticket Created by Zefram # Please include the string: [perl #69384] # in the subject line of all future correspondence about this issue. # <URL: ...
Zefram
Sep 25, 2009 at 12:21 pm
Sep 29, 2009 at 8:34 pm -
With http://perl5.git.perl.org/perl.git/commit/4cc80fc4cbbd82e20f7b14b6 Configure (and installperl) were special-cased so that ext/IO-Compress is detected as architecture-dependent (ie "dynamic" or ...
Nicholas Clark
Sep 9, 2009 at 4:43 pm
Oct 3, 2009 at 1:09 pm -
Hello, I'm currently seriously considering embedding a Perl interpreter in one of my C programs, to be able to benefit from all the good things Perl brings us. I have been away from the Perl ...
Raphael Manfredi
Sep 24, 2009 at 1:14 pm
Sep 29, 2009 at 2:23 pm -
This might be rather a big favour request. Would it be possible to augment the configure.com code that finds extensions to correctly partition "nonxs_extensions" from "known_extensions"? (being the ...
Nicholas Clark
Sep 7, 2009 at 7:55 pm
Sep 27, 2009 at 8:12 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
Sep 2, 2009 at 10:41 pm
Sep 30, 2009 at 10:40 pm -
Automated smoke report for 5.11.0 patch c6c613ed7cf301ecf7d4b5dcbf9642fa0fb63333 blead-2228-gc6c613e perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~3038 MHz) (x86/1 cpu) on MSWin32 - Win2000 SP4 ...
George Greer
Sep 11, 2009 at 5:01 am
Sep 11, 2009 at 1:27 pm -
Hello, I can reproduce the bug on Win32 - attached is a patch with a test file. I'm not sure where it should go, so I put the test into t/op where Schwern already put another test where he wasn't ...
Max Maischein
Sep 9, 2009 at 9:51 pm
Sep 10, 2009 at 6:44 pm -
George Greer
Sep 7, 2009 at 3:23 am
Sep 7, 2009 at 12:20 pm -
It appears that blead's CPAN.pm is skewed somewhat from 1.9402. Is it safe to take 1.94_51 into core or should I wait for a stable release? --
Jesse
Sep 30, 2009 at 4:19 pm
Oct 5, 2009 at 4:00 pm -
Perl 5 commit summary, activity since Saturday Current branch blead 81 commits. 13 unique authors. 10 unique committers. 414 files changed, 42019 insertions(+), 40640 deletions(-) Snapshot: ...
Perl 5 commit summary
Sep 2, 2009 at 8:46 am
Sep 30, 2009 at 3:09 am -
# New Ticket Created by Jerome Quelin # Please include the string: [perl #69450] # in the subject line of all future correspondence about this issue. # <URL: ...
Jerome Quelin
Sep 28, 2009 at 3:09 pm
Sep 29, 2009 at 6:10 pm -
Something's broken in blead: PATH=/link/perl/39445/perl-current:.:/home/jhedden/bin:/usr/local/src/perl/bin:/link/work/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/c/Program\ ...
Jerry D. Hedden
Sep 29, 2009 at 3:17 pm
Sep 29, 2009 at 6:09 pm -
Automated smoke report for 5.11.0 patch c9a34126d2ca805f06cca8adaf9d74d2bf4f43ac blead-2433-gc9a3412 perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2490 MHz) (x86/1 cpu) on MSWin32 - Win2000 SP4 ...
George Greer
Sep 26, 2009 at 4:36 pm
Sep 29, 2009 at 2:53 pm -
op.c's looks_like_bool has a comment: /* Does this look like a boolean operation? For these purposes a boolean operation is: - a subroutine call [*] ... [*] possibly surprising */ That's quite an ...
Yuval Kogman
Sep 23, 2009 at 10:53 pm
Sep 28, 2009 at 11:42 am -
On System page: http://perldoc.perl.org/functions/system.html there is error regarding the phrase: "To get the actual exit value, shift right by eight (see below).". The code shows: elsif ($? & 127) ...
Boyce, Greg
Sep 23, 2009 at 6:49 pm
Sep 26, 2009 at 12:00 am -
$[ has now been deprecated in blead (by change #55b6781562aff32ef6499c4f263ab251254ca5cb). This is a useful feature, yet its use has long been discouraged. I suspect that this is because $ [ as a ...
Father Chrysostomos
Sep 20, 2009 at 8:22 pm
Sep 23, 2009 at 3:50 pm -
Don't let sv_setsv swipe temps in av_make, since the source array might have multiple references to the same temp scalar (e.g. from a list slice). --- av.c | 12 ++++++++++++ t/op/list.t | 6 +++++- 2 ...
Bo Borgerson
Sep 4, 2009 at 4:28 pm
Nov 2, 2009 at 5:33 pm -
Hi all, Trying to port the ASSP app to NetWare, and found that NetWare has an fd_set typedef somewhat different to most: where fd_count is the numeric size of the active portion of the fd_array for ...
NormW
Sep 24, 2009 at 2:46 am
Oct 21, 2009 at 10:24 pm -
Hello again, p5p! Currently, makedef.pl hardcodes lib/ when it runs $^X to output variables from Config.pm. This is bad, because on Windows, it is run from win32/ instead. The attached patch lets ...
Max Maischein
Sep 24, 2009 at 7:35 pm
Sep 27, 2009 at 8:03 pm -
I was trying to write a paragraph on the new @INC order for perl5110delta.pod (because I don't spot anyone else doing it) So, the two disadvantages of the old @INC order are that 1: All upgrades to ...
Nicholas Clark
Sep 18, 2009 at 5:53 pm
Sep 22, 2009 at 4:29 pm -
Named functions work fine: $ perl -c -e'sub MODIFY_CODE_ATTRIBUTES {} sub blah :Title(foo) { 1 }' -e syntax OK Anon CODE refs as parts of expressions work fine: $ perl -c -e'sub ...
Paul LeoNerd Evans
Sep 9, 2009 at 5:45 pm
Sep 18, 2009 at 11:01 pm -
Where in the C code for the perl binary is this determined? (I'd like to set Strawberry's order to "site", "vendor", "core", "." for the next beta, instead of "core", "site", "vendor", ".") --Curtis ...
Curtis Jewell
Sep 15, 2009 at 4:12 am
Sep 15, 2009 at 12:59 pm -
There are some things I want to improve about the implementation of the yada yada (...) operator. Right now, it can only be used at the beginning of a statement, so "... if 1" is legal, but "1 and ...
Yitzchak Scott-Thoennes
Sep 8, 2009 at 7:14 am
May 27, 2010 at 1:17 pm -
Damn. I know I am quite late with this change. But I can't take this change into Exporter in CPAN. I would need to declare a dependency on Carp 1.05, but Carp is not a dual life module. Thoughts? ...
Adriano Ferreira
Sep 30, 2009 at 5:12 pm
Oct 1, 2009 at 4:28 pm -
Most everything* dual life in ext/ now, which is good, because it's historically been tricky to know who owns what in the core repository. I think (untested, cross-platform) that the ...
Nicholas Clark
Sep 14, 2009 at 9:20 am
Sep 29, 2009 at 7:17 pm -
Patch 1: Add some more modules to @toolchain in make_ext.pl This suppresses several prerequisite not found warnings during make. Patch 2: Get ABSTRACT from POD if it exists Some modules have a .pod ...
Jerry D. Hedden
Sep 23, 2009 at 6:59 pm
Sep 24, 2009 at 6:48 pm -
$ cat test.t #!/pro/bin/perl use strict; use warnings; use DBI; use Test::More; my $error; open my $eh, " ", \$error; select ((select ($eh), $| = 1)[0]); DBI- trace (0, $eh); ok (1); DBI- trace (0, ...
H.Merijn Brand
Sep 12, 2009 at 8:01 am
Sep 12, 2009 at 9:48 am -
# New Ticket Created by schmorp@schmorp.de # Please include the string: [perl #69066] # in the subject line of all future correspondence about this issue. # <URL: ...
schmorp@schmorp.de (via RT)
Sep 9, 2009 at 7:00 pm
Sep 11, 2009 at 6:37 pm -
Hi p5p. I thnk there are rooms to improve method calling, especially for XS extentions, so I have made some tweaks to maint-5.10 (although it can be applied to blead). It needs reviewing. In summary, ...
Goro Fuji
Sep 5, 2009 at 8:14 am
Sep 7, 2009 at 3:56 pm -
Hi, First of many patches to move the 'Kane Chain' modules from lib/ to ext/ First up File::Fetch Cheers, -- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ...
Chris 'BinGOs' Williams
Sep 2, 2009 at 4:24 pm
Sep 3, 2009 at 9:26 am -
# New Ticket Created by Richard Soderberg # Please include the string: [perl #69452] # in the subject line of all future correspondence about this issue. # <URL: ...
Richard Soderberg
Sep 28, 2009 at 8:54 pm
Oct 26, 2009 at 10:51 am -
Pod::Plainer is marked in the perl core as blead being canonical, yet blead is at 1.00 while CPAN is at 1.01. Clearly, I should import 1.01 into the perl core. Should I also mark upstream as CPAN? ...
Jesse Vincent
Sep 30, 2009 at 3:58 pm
Oct 1, 2009 at 6:22 pm -
Hello, I maintain the perl-doc-html package for Debian. Bug #514814 [0] was reported and the attached patch fixes the bug. Please incorporate this into the next release. Regards, -Roberto [0] ...
Roberto C. Sánchez
Sep 29, 2009 at 9:43 pm
Sep 30, 2009 at 3:51 pm -
The git that I have installed (Debian etch) doesn't support "git config". This causes nasty failure in make_patchnum.pl, where it gets a help message from git, and then blindly interpolates that ...
Zefram
Sep 26, 2009 at 6:34 pm
Sep 27, 2009 at 6:06 pm -
Automated smoke report for 5.11.0 patch cf8a5c476104e54d35cffe59ca7c853a64056b6a blead-2410-gcf8a5c4 perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2490 MHz) (x86/1 cpu) on MSWin32 - Win2000 SP4 ...
George Greer
Sep 25, 2009 at 4:11 pm
Sep 25, 2009 at 11:41 pm -
# New Ticket Created by LanX # Please include the string: [perl #69336] # in the subject line of all future correspondence about this issue. # <URL: ...
LanX
Sep 23, 2009 at 9:07 pm
Sep 24, 2009 at 5:22 pm -
The attached patch avoids pushing an IV onto the stack for a push op in void context. The "Is there attached magic" branch in the op checks for void context as does the non-magical branch in the ...
Chromatic
Sep 15, 2009 at 9:58 pm
Sep 23, 2009 at 12:25 am -
Automated smoke report for 5.11.0 patch 2451603626893a501c9436409c4aa7e19932c987 blead-2262-g2451603 perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2663 MHz) (x86/2 cpu) on MSWin32 - Win2000 SP4 ...
George Greer
Sep 12, 2009 at 6:04 pm
Sep 13, 2009 at 7:45 am -
Following the simple rule that X <op = Y is the same as X = X op Y, I expected the following code to print "a, b, c, a, b, c, a, b, c\n"; however, it instead informs me that it Can't modify private ...
Chas. Owens
Sep 8, 2009 at 4:37 pm
Sep 8, 2009 at 11:50 pm -
This file is a machine generated list of \p{...} properties. It currently is missing many legal properties. I propose to expand it to be a complete list, with a cross reference between abbreviated ...
Karl williamson
Sep 6, 2009 at 11:21 pm
Sep 8, 2009 at 8:45 am -
$ PERL_UNICODE= LC_ALL=en_US.utf8 make TEST_ARGS='' TESTFILE=./TEST _test_notty cd t && PERL_SKIP_TTY_TEST=1 ./TEST Can't locate utf8.pm in @INC (@INC contains: ...
George Greer
Sep 5, 2009 at 12:55 am
Sep 5, 2009 at 8:37 pm -
# New Ticket Created by mackenna@animalhead.com # Please include the string: [perl #68986] # in the subject line of all future correspondence about this issue. # <URL: ...
mackenna@animalhead.com (via RT)
Sep 4, 2009 at 10:04 am
Sep 4, 2009 at 3:07 pm -
Would it be possible to move vms/ext/DCLsym to ext/VMS-DCLsym, and vms/ext/Stdio to ext/VMS-Stdio, with conditional (not) building analogous to how ext/Win32* are only built on Windows? I think that ...
Nicholas Clark
Sep 2, 2009 at 9:00 pm
Sep 3, 2009 at 6:08 pm -
Automated smoke report for 5.11.0 patch 25a883e141ef5022e3a9afb466f7bc525d011947 blead-2039-g25a883e perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2219 MHz) (x86/1 cpu) on MSWin32 - Win2000 SP4 ...
George Greer
Sep 1, 2009 at 12:36 am
Sep 1, 2009 at 12:03 pm -
Hello, I'm trying to update various URLs in the Perl source code. Regarding the Perl/iX for HP e3000 MPE README: http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/README.mpeix It's very out of date ...
Léon Brocard
Sep 15, 2009 at 1:55 pm
Jun 10, 2011 at 11:17 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 301 |
posts | 790 |
users | 95 |
website | perl.org |
95 users for September 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)