Search Discussions
-
(Could I have some chicken korma with infinite naan, please?) (How can you tell it's lunch time for me?) I pushed a batch of changes to blead that try to robustify the C API we have for handling the ...
Jarkko Hietaniemi
Aug 20, 2014 at 4:54 pm
Sep 1, 2014 at 12:31 pm -
Regressions hopefully to be fixed: 1. setlocale problem in #121930: Karl has a new patch good for 5.20.1, and is working on docs too: http://code.activestate.com/lists/perl5-porters/210444/ 2 ...
Steve Hay
Aug 11, 2014 at 8:21 am
Aug 22, 2014 at 8:01 am -
Currently remaining: Needing one vote: 1d8d63d Remove compiler warning spam on dos-djgpp [+1 hmb] Needing two votes: version-0.9909, which contains f57000b PATCH: [perl #121930] Bleadperl breaks ...
Steve Hay
Aug 18, 2014 at 7:48 am
Aug 28, 2014 at 9:52 pm -
Hello, Wondering if there ever been any discussion on a potential enhancement to IO::Socket::connected() that would allow it to return additional side information about the conection state? In ...
Glenn Golden
Aug 10, 2014 at 1:22 pm
Oct 27, 2014 at 10:55 pm -
That branch officially deprecates the use of delete and exists on arrays, emitting a warning. I truly hope we don't go in that direction. I have code that will produce thousands of warnings. The ...
Father Chrysostomos
Aug 19, 2014 at 5:01 pm
Sep 15, 2014 at 11:07 pm -
Chad, I applied your patch locally in a branch. While applying it with 'git am', I got error output stating that there were 25 whitespace errors. I then ran 'make test'. I got this failure: ##### ...
James E Keenan via RT
Aug 15, 2014 at 1:46 am
Aug 20, 2014 at 6:36 am -
-- Karl Williamson
Karl Williamson via RT
Aug 31, 2014 at 4:31 am
Oct 8, 2014 at 12:39 am -
The perl.org hosted archive is at http://www.nntp.perl.org/group/perl.perl5.porters/ (fwiw) -- with 15 years of posts: http://www.nntp.perl.org/group/perl.perl5.porters/1999/08.html --- via perlbug ...
Ask Bjoern Hansen via RT
Aug 18, 2014 at 11:59 pm
Sep 14, 2014 at 9:22 pm -
Fix global method cache reset when localizing a glob's CV slot. { local *Class::func = sub { ... }; } See commit diff for details. https://github.com/syberrus/perl5/tree/syber/local_glob_assign_ref ...
Олег Пронин
Aug 5, 2014 at 12:32 pm
Sep 2, 2014 at 11:46 am -
Inverting the parser I know from working on the lexer that it can be hard to wrap ones head around it. In particular, the fact that it has to return exactly one token each time it is called makes it ...
Father Chrysostomos
Aug 16, 2014 at 5:41 am
Aug 26, 2014 at 1:14 am -
$perl -wle 'print 1_234.56+1' 1235.56 $ perl -wle 'print "1_234.56"+1' Argument "1_234.56" isn't numeric in addition (+) at -e line 1. 2 The literals allow the _, but not strings.
Jarkko Hietaniemi
Aug 1, 2014 at 3:28 pm
Aug 7, 2014 at 3:29 pm -
# New Ticket Created by karl williamson # Please include the string: [perl #122655] # in the subject line of all future correspondence about this issue. # <URL ...
Karl williamson
Aug 30, 2014 at 5:20 pm
Sep 7, 2014 at 3:48 pm -
# New Ticket Created by Karen Etheridge # Please include the string: [perl #122570] # in the subject line of all future correspondence about this issue. # <URL ...
Karen Etheridge
Aug 20, 2014 at 12:25 am
Aug 21, 2014 at 3:05 am -
I’m not sure this is a bug. The equivalent using the ternary operator is not absolutely equivalent, because it evaluates the $hello{key} twice, once in rvalue context (not vivifying the element), and ...
Father Chrysostomos via RT
Aug 13, 2014 at 1:17 am
Sep 15, 2014 at 12:52 pm -
# New Ticket Created by Tony Cook # Please include the string: [perl #122476] # in the subject line of all future correspondence about this issue. # <URL ...
Tony Cook
Aug 6, 2014 at 12:55 am
Aug 15, 2014 at 1:31 am -
# New Ticket Created by ina cpan # Please include the string: [perl #122661] # in the subject line of all future correspondence about this issue. # <URL ...
Ina cpan
Aug 31, 2014 at 7:44 am
Sep 13, 2014 at 2:35 pm -
# New Ticket Created by <span class="m_body_email_addr" title="7025edb9fd7d7bf4911a432c1072c6f4" felipe@felipegasper.com</span # Please include the string: [perl #122556] # in the subject line of all ...
Felipe @ felipegasper . com
Aug 18, 2014 at 6:59 pm
Sep 9, 2014 at 7:37 pm -
$ cat example.pod =head1 example This is a simple paragraph, where some words (accidentally or on purpose) have more than one space between them, possibly to align the right side of the text in the ...
H.Merijn Brand
Aug 27, 2014 at 6:53 am
Aug 28, 2014 at 2:44 pm -
I propose adding 65cc07c91673df6e03529e62d23f29b50f6e4716 fixing wrong pod about -B and -T file test operators
Karl Williamson
Aug 22, 2014 at 4:03 pm
Aug 25, 2014 at 2:36 am -
Is this type of thing possible in C? int foom(pTHX_ YYSTYPE squoggle) { } (YYSTYPE is typedeffed in perly.h: typedef union YYSTYPE {...}.)
Father Chrysostomos
Aug 23, 2014 at 5:11 pm
Aug 24, 2014 at 7:15 pm -
rjbs: When I go to http://cpansearch.perl.org/src/MAREKR/Pod-Checker-1.71/lib/Pod/Checker.pm, I read in the documentation: ##### v1.45 inherits from Pod::Simple as opposed to all previous versions ...
James E Keenan via RT
Aug 9, 2014 at 12:40 am
Aug 15, 2014 at 4:11 am -
As previously advertised, I had been hoping to roll 5.20.1-RC1 this weekend (2nd/3rd August), but I will delay if necessary while two bug reports are addressed (or, in the case of the latter, deemed ...
Steve Hay
Aug 1, 2014 at 8:20 am
Aug 6, 2014 at 8:51 pm -
7
C99 math
In 2acc0aed..fa86ae13 I broke everything^W^Wupgraded the POSIX :math_h bravely to the future^Wfifteen years ago, that is, C99 (from C89) [1] [2]. Lots of new interfaces, in ext/POSIX/POSIX.xs search ...Jarkko Hietaniemi
Aug 31, 2014 at 11:56 pm
Sep 1, 2014 at 3:30 pm -
Perl 5 commit summary, activity since Wednesday Current branch blead 14 commits. 7 unique authors. 7 unique committers. 42 files changed, 1978 insertions(+), 617 deletions(-) Snapshot ...
Perl 5 commit summary
Aug 2, 2014 at 1:08 am
Aug 27, 2014 at 1:14 am -
Two recently filed RT tickets ... https://rt.perl.org/Ticket/Display.html?id=121829 https://rt.perl.org/Ticket/Display.html?id=122596 ... led me to look for the source code for ExtUtils::Installed ...
James E Keenan
Aug 23, 2014 at 1:05 pm
Sep 16, 2014 at 2:23 am -
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #122547] # in the subject line of all future correspondence about this issue. # <URL ...
Jarkko Hietaniemi
Aug 16, 2014 at 2:23 pm
Aug 25, 2014 at 12:09 pm -
If they just went straight they might go far, They are strong and brave and true; But they're always tired of the things that are, And they want the strange and new. They say: "Could I find my proper ...
Peter Martini
Aug 21, 2014 at 2:44 am
Aug 21, 2014 at 5:01 pm -
Hello all, If there is no interest - no sweat, I shall continue to update my results as I get to them. When there is interest - and feedback/help as I learn - I shall spend more time on this. For the ...
Michael Felt
Aug 14, 2014 at 12:14 pm
Aug 18, 2014 at 10:33 am -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #122460] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Aug 2, 2014 at 6:01 pm
Aug 11, 2014 at 8:21 am -
Applied to blead in commit 9589aa831c3533d85bf7042e049cbe02095df9d3 (but bcc-ing the author of this part of the documentation as a double-check). I believe this correction is eligible for back-port ...
James E Keenan via RT
Aug 31, 2014 at 1:36 pm
Sep 19, 2014 at 3:47 pm -
# New Ticket Created by "brian d foy" # Please include the string: [perl #122529] # in the subject line of all future correspondence about this issue. # <URL ...
Brian d foy
Aug 13, 2014 at 5:45 pm
Sep 15, 2014 at 11:27 am -
Security issues should be sent to <span class="m_body_email_addr" title="3b030007480d2b8df36cf27b45e661ca" perl5-security-report@perl.org</span That said, the OS/2 support in perl is essentially ...
Tony Cook via RT
Aug 13, 2014 at 1:31 am
Sep 14, 2014 at 1:05 pm -
I am now experimenting with a branch that (1) fixes the pp.c:pp_sin not to use function pointers and (2) t/op/exp.t not to test values too close to sin/cos +pi/-pi, because those are apparently too ...
Jarkko Hietaniemi via RT
Aug 31, 2014 at 3:10 am
Sep 9, 2014 at 6:52 am -
I have managed to get pad_reset working. See the sprout/pad_reset branch. For those who do not know what pad_reset does, pad_reset allows oper- ators from different statements to share targets, ...
Father Chrysostomos
Aug 28, 2014 at 4:58 am
Sep 1, 2014 at 3:22 pm -
When I go to: http://www.cpan.org/src/5.0/ ... I do not see any tarballs for perl-5.21.3; the latest available is 5.21.2. Who can fix this? Where can I get a tarball for 5.21.3? Thank you very much ...
James E Keenan
Aug 31, 2014 at 12:41 am
Sep 1, 2014 at 1:44 pm -
The Unicode Consortium has changed its publication schedule for versions of the Unicode Standard. Starting with the recent Version 7.0 ...
Karl Williamson
Aug 20, 2014 at 7:36 pm
Aug 27, 2014 at 11:10 pm -
Hi all, I received a key for the Intel C/C++ compilers for Linux and MacOS X. I tried to test how perl5 compiles with it and it failed immediately with (example - each test fails same when when ...
Jens Rehsack
Aug 2, 2014 at 3:12 pm
Aug 23, 2014 at 12:04 pm -
I went digging and found some interesting old emails. Here's one. (Sadly the archives I have are very patchy and mostly of my own emails.) ----- Forwarded message from Tim Bunce <<span ...
Tim Bunce
Aug 16, 2014 at 12:00 am
Aug 19, 2014 at 1:35 am -
This commit changed the message 'defined(@...) is deprecated' into a hard error: commit e35475dec7197e291306173beba241d4e43bd5b2 Author: Karl Williamson <<span class="m_body_email_addr" ...
Father Chrysostomos
Aug 13, 2014 at 1:00 am
Aug 14, 2014 at 1:01 am -
# New Ticket Created by "Ed Avis" # Please include the string: [perl #122564] # in the subject line of all future correspondence about this issue. # <URL ...
Ed Avis
Aug 19, 2014 at 4:49 pm
Sep 14, 2014 at 12:30 pm -
The concise-xs.t is failing in win32 because there's no strtold() in win32 (I recently added POSIX::strtold, if HAS_STRTOLD): I don't quite understand the test failure in Win32: not ok 1200 - XS ...
Jarkko Hietaniemi
Aug 23, 2014 at 1:13 pm
Sep 1, 2014 at 8:40 am -
I would like to release RC1 of 5.20.1 either tomorrow or the day after (24th or 25th). I just need one more vote for each of the last two things remaining: 1. XS/locale doc patch (updated) - ...
Steve Hay
Aug 23, 2014 at 8:52 pm
Aug 24, 2014 at 11:14 pm -
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #122482] # in the subject line of all future correspondence about this issue. # <URL ...
Jarkko Hietaniemi
Aug 6, 2014 at 1:35 pm
Aug 22, 2014 at 10:02 pm -
TL;DR: I don't know the best way to get B to handle my new OP_MULTIDEREF op, and I suspect that while solving this issue, that perhaps a more general approach to handling optimisations could be ...
Dave Mitchell
Aug 14, 2014 at 12:23 pm
Aug 19, 2014 at 7:35 pm -
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #122545] # in the subject line of all future correspondence about this issue. # <URL ...
Mark-Jason Dominus
Aug 15, 2014 at 11:35 pm
Aug 19, 2014 at 12:36 am -
This appears to be happening in the debugger at line 4146: (gdb) p my_perl- Icurcop- cop_line $3 = 4146 when it tries to execute: # Turn off all flags except single-stepping. $single &= 1; Partial ...
Tony Cook via RT
Aug 4, 2014 at 2:12 am
Aug 15, 2014 at 11:47 am -
4
ScalarIO
OK, I can understand this: $ cat test.pl use 5.20.0; use warnings; my $str = "I \x{2661} Perl"; open my $fh, "<", \$str; say <$fh ; $ perl test.pl Strings with code points over 0xFF may not be mapped ...H.Merijn Brand
Aug 7, 2014 at 7:02 am
Aug 8, 2014 at 6:25 pm -
https://github.com/syberrus/perl5/tree/syber/opcode_bugfix Fix has been extracted from "speeding up perl's OOP" thread. -- Oleg Pronin, CTO, Co-Founder, Crazy Panda LTD CP Decision LTD
Олег Пронин
Aug 4, 2014 at 7:50 pm
Aug 5, 2014 at 10:43 am -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #122666] # in the subject line of all future correspondence about this issue. # <URL ...
Andreas J. Koenig) (via RT
Aug 31, 2014 at 12:19 pm
Sep 2, 2014 at 3:37 pm -
# New Ticket Created by Rocco Caputo # Please include the string: [perl #122669] # in the subject line of all future correspondence about this issue. # <URL ...
Rocco Caputo
Aug 31, 2014 at 6:35 pm
Aug 31, 2014 at 9:46 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 221 |
posts | 784 |
users | 73 |
website | perl.org |
73 users for August 2014
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)